diff --git a/ci-operator/config/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master.yaml b/ci-operator/config/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master.yaml index 1e0e65bdd04da..9378ebe73a1c8 100644 --- a/ci-operator/config/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master.yaml +++ b/ci-operator/config/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master.yaml @@ -1,6 +1,6 @@ base_images: cli: - name: "4.11" + name: "4.12" namespace: ocp tag: cli opm-builder: @@ -20,16 +20,6 @@ build_root: project_image: dockerfile_path: openshift-ci/Dockerfile.tools images: -- dockerfile_path: openshift-ci/Dockerfile.deploy - from: os - inputs: - bin: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build/_output/bin/performance-addon-operators - - destination_dir: . - source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build/_output/bin/performance-profile-creator - to: performance-addon-operator - dockerfile_path: openshift-ci/Dockerfile.must-gather from: os-min8 inputs: @@ -38,24 +28,6 @@ images: - destination_dir: . source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build/_output/bin/gather-sysinfo to: performance-addon-operator-must-gather -- dockerfile_path: openshift-ci/Dockerfile.index-gen.ci - from: opm-builder - to: performance-addon-operator-index-gen -- dockerfile_path: openshift-ci/Dockerfile.index.ci - from: opm-builder - inputs: - performance-addon-operator-index-gen: - paths: - - destination_dir: . - source_path: /database/index.db - to: performance-addon-operator-index -- dockerfile_path: openshift-ci/Dockerfile.bundle.upstream.dev - inputs: - bin: - paths: - - destination_dir: . - source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build - to: performance-addon-operator-bundle - dockerfile_path: openshift-ci/Dockerfile.src.ci from: src inputs: @@ -64,30 +36,17 @@ images: - destination_dir: . source_path: /usr/bin/oc to: pao-src-oc -operator: - bundles: - - dockerfile_path: openshift-ci/Dockerfile.bundle.ci - - dockerfile_path: openshift-ci/Dockerfile.bundle-4.10.ci - substitutions: - - pullspec: REPLACE_IMAGE - with: performance-addon-operator -promotion: - excluded_images: - - performance-addon-operator-index-gen - - pao-src-oc - name: performance-addon-operator - namespace: ocp-kni releases: initial: candidate: product: ocp stream: nightly - version: "4.11" + version: "4.12" latest: candidate: product: ocp stream: nightly - version: "4.11" + version: "4.12" resources: '*': requests: @@ -103,51 +62,6 @@ tests: container: from: pao-src-oc optional: true -- as: ci-ppc - commands: make perf-profile-creator-tests - container: - from: src - optional: true -- as: e2e-render-cmd - commands: make render-command-tests - container: - from: src -- as: e2e-gcp - optional: true - steps: - cluster_profile: gcp - env: - OO_CHANNEL: "4.11" - OO_INSTALL_NAMESPACE: openshift-performance-addon-operator - OO_PACKAGE: performance-addon-operator - OO_TARGET_NAMESPACES: '!all' - test: - - as: e2e-test - commands: CLUSTER=mcp-only make cluster-deploy && make functests - from: pao-src-oc - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: optional-operators-ci-gcp -- as: e2e-gcp-operator-upgrade - optional: true - steps: - cluster_profile: gcp - env: - OO_CHANNEL: "4.10" - OO_INSTALL_NAMESPACE: openshift-performance-addon-operator - OO_PACKAGE: performance-addon-operator - OO_TARGET_NAMESPACES: '!all' - test: - - as: e2e-test - commands: CLUSTER=ci-upgrade-test PERF_TEST_PROFILE=ci-upgrade-test make operator-upgrade-tests - from: pao-src-oc - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: optional-operators-ci-gcp zz_generated_metadata: branch: master org: openshift-kni diff --git a/ci-operator/config/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.11.yaml b/ci-operator/config/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.11.yaml new file mode 100644 index 0000000000000..fa6b8335769a4 --- /dev/null +++ b/ci-operator/config/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.11.yaml @@ -0,0 +1,155 @@ +base_images: + cli: + name: "4.11" + namespace: ocp + tag: cli + opm-builder: + name: opm-builder + namespace: ci + tag: v1.14.3 + os: + name: ubi + namespace: ocp + tag: "8" + os-min8: + name: ubi-minimal + namespace: ocp + tag: "8" +binary_build_commands: make build +build_root: + project_image: + dockerfile_path: openshift-ci/Dockerfile.tools +images: +- dockerfile_path: openshift-ci/Dockerfile.deploy + from: os + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build/_output/bin/performance-addon-operators + - destination_dir: . + source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build/_output/bin/performance-profile-creator + to: performance-addon-operator +- dockerfile_path: openshift-ci/Dockerfile.must-gather + from: os-min8 + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build/_output/bin/gather-sysinfo + to: performance-addon-operator-must-gather +- dockerfile_path: openshift-ci/Dockerfile.index-gen.ci + from: opm-builder + to: performance-addon-operator-index-gen +- dockerfile_path: openshift-ci/Dockerfile.index.ci + from: opm-builder + inputs: + performance-addon-operator-index-gen: + paths: + - destination_dir: . + source_path: /database/index.db + to: performance-addon-operator-index +- dockerfile_path: openshift-ci/Dockerfile.bundle.upstream.dev + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/src/github.com/openshift-kni/performance-addon-operators/build + to: performance-addon-operator-bundle +- dockerfile_path: openshift-ci/Dockerfile.src.ci + from: src + inputs: + cli: + paths: + - destination_dir: . + source_path: /usr/bin/oc + to: pao-src-oc +operator: + bundles: + - dockerfile_path: openshift-ci/Dockerfile.bundle.ci + - dockerfile_path: openshift-ci/Dockerfile.bundle-4.10.ci + substitutions: + - pullspec: REPLACE_IMAGE + with: performance-addon-operator +promotion: + excluded_images: + - performance-addon-operator-index-gen + - pao-src-oc + name: performance-addon-operator-4.11 + namespace: ocp-kni +releases: + initial: + candidate: + product: ocp + stream: nightly + version: "4.11" + latest: + candidate: + product: ocp + stream: nightly + version: "4.11" +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +tests: +- as: ci + commands: make ci-job + container: + from: src +- as: ci-tools + commands: make ci-tools-job + container: + from: pao-src-oc + optional: true +- as: ci-ppc + commands: make perf-profile-creator-tests + container: + from: src + optional: true +- as: e2e-render-cmd + commands: make render-command-tests + container: + from: src + optional: true +- as: e2e-gcp + optional: true + steps: + cluster_profile: gcp + env: + OO_CHANNEL: "4.11" + OO_INSTALL_NAMESPACE: openshift-performance-addon-operator + OO_PACKAGE: performance-addon-operator + OO_TARGET_NAMESPACES: '!all' + test: + - as: e2e-test + commands: CLUSTER=mcp-only make cluster-deploy && make functests + from: pao-src-oc + resources: + requests: + cpu: 100m + memory: 200Mi + workflow: optional-operators-ci-gcp +- as: e2e-gcp-operator-upgrade + optional: true + steps: + cluster_profile: gcp + env: + OO_CHANNEL: "4.10" + OO_INSTALL_NAMESPACE: openshift-performance-addon-operator + OO_PACKAGE: performance-addon-operator + OO_TARGET_NAMESPACES: '!all' + test: + - as: e2e-test + commands: CLUSTER=ci-upgrade-test PERF_TEST_PROFILE=ci-upgrade-test make operator-upgrade-tests + from: pao-src-oc + resources: + requests: + cpu: 100m + memory: 200Mi + workflow: optional-operators-ci-gcp +zz_generated_metadata: + branch: release-4.11 + org: openshift-kni + repo: performance-addon-operators 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 5a35d3f3838bc..36d7a89d77939 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 @@ -12,7 +12,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.11" + job-release: "4.12" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-performance-addon-operators-master-ci rerun_command: /test ci @@ -50,107 +50,6 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )ci,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build02 - context: ci/prow/ci-index - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - job-release: "4.11" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-kni-performance-addon-operators-master-ci-index - rerun_command: /test ci-index - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=ci-index - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-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: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-index,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build02 - context: ci/prow/ci-ppc - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - job-release: "4.11" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-kni-performance-addon-operators-master-ci-ppc - optional: true - rerun_command: /test ci-ppc - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=ci-ppc - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-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: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )ci-ppc,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -163,7 +62,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.11" + job-release: "4.12" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-performance-addon-operators-master-ci-tools optional: true @@ -202,216 +101,6 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )ci-tools,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build02 - context: ci/prow/e2e-gcp - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - job-release: "4.11" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-kni-performance-addon-operators-master-e2e-gcp - optional: true - rerun_command: /test e2e-gcp - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --secret-dir=/usr/local/e2e-gcp-cluster-profile - - --target=e2e-gcp - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-gcp-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build02 - context: ci/prow/e2e-gcp-operator-upgrade - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - job-release: "4.11" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-kni-performance-addon-operators-master-e2e-gcp-operator-upgrade - optional: true - rerun_command: /test e2e-gcp-operator-upgrade - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --lease-server-credentials-file=/etc/boskos/credentials - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --secret-dir=/usr/local/e2e-gcp-operator-upgrade-cluster-profile - - --target=e2e-gcp-operator-upgrade - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /etc/boskos - name: boskos - readOnly: true - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /usr/local/e2e-gcp-operator-upgrade-cluster-profile - name: cluster-profile - - mountPath: /secrets/gcs - name: gcs-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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: cluster-profile - projected: - sources: - - secret: - name: cluster-secrets-gcp - - configMap: - name: cluster-profile-gcp - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-gcp-operator-upgrade,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^master$ - - ^master- - cluster: build02 - context: ci/prow/e2e-render-cmd - decorate: true - decoration_config: - skip_cloning: true - labels: - ci.openshift.io/generator: prowgen - job-release: "4.11" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-kni-performance-addon-operators-master-e2e-render-cmd - rerun_command: /test e2e-render-cmd - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=e2e-render-cmd - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-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: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )e2e-render-cmd,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -424,7 +113,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.11" + job-release: "4.12" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-performance-addon-operators-master-images rerun_command: /test images 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-release-4.11-postsubmits.yaml similarity index 93% rename from ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-master-postsubmits.yaml rename to ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.11-postsubmits.yaml index 74200399a0e26..1cd5701fe9f74 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-release-4.11-postsubmits.yaml @@ -3,7 +3,7 @@ postsubmits: - agent: kubernetes always_run: true branches: - - ^master$ + - ^release-4\.11$ cluster: build01 decorate: true decoration_config: @@ -13,7 +13,7 @@ postsubmits: ci.openshift.io/generator: prowgen job-release: "4.11" max_concurrency: 1 - name: branch-ci-openshift-kni-performance-addon-operators-master-images + name: branch-ci-openshift-kni-performance-addon-operators-release-4.11-images spec: containers: - args: diff --git a/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.11-presubmits.yaml b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.11-presubmits.yaml new file mode 100644 index 0000000000000..465569e993b86 --- /dev/null +++ b/ci-operator/jobs/openshift-kni/performance-addon-operators/openshift-kni-performance-addon-operators-release-4.11-presubmits.yaml @@ -0,0 +1,465 @@ +presubmits: + openshift-kni/performance-addon-operators: + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build01 + context: ci/prow/ci + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-ci + rerun_command: /test ci + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=ci + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-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: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )ci,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build01 + context: ci/prow/ci-index + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-ci-index + rerun_command: /test ci-index + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=ci-index + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-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: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )ci-index,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build01 + context: ci/prow/ci-ppc + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-ci-ppc + optional: true + rerun_command: /test ci-ppc + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=ci-ppc + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-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: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )ci-ppc,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build01 + context: ci/prow/ci-tools + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-ci-tools + optional: true + rerun_command: /test ci-tools + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=ci-tools + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-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: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )ci-tools,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build02 + context: ci/prow/e2e-gcp + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-e2e-gcp + optional: true + rerun_command: /test e2e-gcp + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/e2e-gcp-cluster-profile + - --target=e2e-gcp + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/e2e-gcp-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-gcp,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build02 + context: ci/prow/e2e-gcp-operator-upgrade + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-e2e-gcp-operator-upgrade + optional: true + rerun_command: /test e2e-gcp-operator-upgrade + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/e2e-gcp-operator-upgrade-cluster-profile + - --target=e2e-gcp-operator-upgrade + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/e2e-gcp-operator-upgrade-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + projected: + sources: + - secret: + name: cluster-secrets-gcp + - configMap: + name: cluster-profile-gcp + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-gcp-operator-upgrade,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build01 + context: ci/prow/e2e-render-cmd + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-e2e-render-cmd + optional: true + rerun_command: /test e2e-render-cmd + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=e2e-render-cmd + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-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: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-render-cmd,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.11$ + - ^release-4\.11- + cluster: build01 + context: ci/prow/images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.11" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-performance-addon-operators-release-4.11-images + rerun_command: /test images + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=[images] + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-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: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )images,?($|\s.*) diff --git a/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay b/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay index ad4d5bbad4ee1..488707c10fb9c 100644 --- a/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay +++ b/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay @@ -15,6 +15,7 @@ registry.ci.openshift.org/ocp-kni/scheduler-plugins-4.11:scheduler-plugins quay. registry.ci.openshift.org/ocp-kni/scheduler-plugins-4.10:scheduler-plugins quay.io/openshift-kni/scheduler-plugins:4.10-snapshot registry.ci.openshift.org/ocp-kni/scheduler-plugins:scheduler-plugins quay.io/openshift-kni/scheduler-plugins:test-ci # performance-addon-operators +registry.ci.openshift.org/ocp-kni/performance-addon-operator:performance-addon-operator-must-gather quay.io/openshift-kni/performance-addon-operator-must-gather:4.12-snapshot registry.ci.openshift.org/ocp-kni/performance-addon-operator:performance-addon-operator quay.io/openshift-kni/performance-addon-operator:4.11-snapshot registry.ci.openshift.org/ocp-kni/performance-addon-operator:performance-addon-operator-index quay.io/openshift-kni/performance-addon-operator-index:4.11-snapshot registry.ci.openshift.org/ocp-kni/performance-addon-operator:performance-addon-operator-bundle quay.io/openshift-kni/performance-addon-operator-bundle:4.11-snapshot