From 72365ca838ba1398f4871082a7a2c06be35289d5 Mon Sep 17 00:00:00 2001 From: Artyom Lukianov Date: Thu, 10 Feb 2022 15:55:20 +0200 Subject: [PATCH] cnf-features-deploy: provide 4.10 jobs Signed-off-by: Artyom Lukianov --- ...nshift-kni-cnf-features-deploy-master.yaml | 38 +-- ...-kni-cnf-features-deploy-release-4.10.yaml | 97 +++++++ ...-cnf-features-deploy-master-periodics.yaml | 79 +----- ...nf-features-deploy-master-postsubmits.yaml | 2 +- ...cnf-features-deploy-master-presubmits.yaml | 88 +----- ...eatures-deploy-release-4.10-periodics.yaml | 78 ++++++ ...tures-deploy-release-4.10-postsubmits.yaml | 57 ++++ ...atures-deploy-release-4.10-presubmits.yaml | 262 ++++++++++++++++++ .../openshift-kni/mapping_openshift-kni_quay | 6 +- 9 files changed, 508 insertions(+), 199 deletions(-) create mode 100644 ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10.yaml create mode 100644 ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-periodics.yaml create mode 100644 ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-postsubmits.yaml create mode 100644 ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-presubmits.yaml diff --git a/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master.yaml b/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master.yaml index ae7db699b0e15..c3e3622a1623c 100644 --- a/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master.yaml +++ b/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-master.yaml @@ -1,6 +1,6 @@ base_images: base: - name: "4.10" + name: "4.11" namespace: ocp tag: base openshift_release_golang-1.17: @@ -25,18 +25,18 @@ images: from: base to: dpdk promotion: - name: "4.10" + name: "4.11" namespace: ocp-kni releases: initial: integration: - name: "4.10" + name: "4.11" namespace: ocp latest: candidate: product: ocp stream: nightly - version: "4.10" + version: "4.11" resources: '*': requests: @@ -47,21 +47,6 @@ tests: commands: make ci-job container: from: src -- as: e2e-gcp - skip_if_only_changed: ^ztp - steps: - cluster_profile: gcp - env: - COMPUTE_NODE_TYPE: n1-standard-8 - test: - - as: e2e-gcp - commands: FEATURES_ENVIRONMENT=ci SKIP_TESTS="ovs_qos" make functests-on-ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp - as: e2e-gcp-ovn skip_if_only_changed: ^ztp steps: @@ -106,21 +91,6 @@ tests: cpu: 100m memory: 200Mi workflow: openshift-e2e-gcp-ovn -- as: e2e-gcp-periodic - cron: 0 */8 * * * - steps: - cluster_profile: gcp - env: - COMPUTE_NODE_TYPE: n1-standard-8 - test: - - as: e2e-gcp-periodic - commands: FEATURES_ENVIRONMENT=ci SKIP_TESTS="ovs_qos" make functests-on-ci - from: src - resources: - requests: - cpu: 100m - memory: 200Mi - workflow: openshift-e2e-gcp zz_generated_metadata: branch: master org: openshift-kni diff --git a/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10.yaml b/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10.yaml new file mode 100644 index 0000000000000..ca62981833114 --- /dev/null +++ b/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10.yaml @@ -0,0 +1,97 @@ +base_images: + base: + name: "4.10" + namespace: ocp + tag: base + openshift_release_golang-1.17: + name: release + namespace: openshift + tag: golang-1.17 +binary_build_commands: make build +build_root: + project_image: + dockerfile_path: openshift-ci/Dockerfile.tools +images: +- context_dir: . + dockerfile_path: cnf-tests/Dockerfile.openshift + from: base + inputs: + openshift_release_golang-1.17: + as: + - registry.ci.openshift.org/openshift/release:golang-1.17 + to: cnf-tests +- context_dir: tools/s2i-dpdk/ + dockerfile_path: Dockerfile + from: base + to: dpdk +promotion: + name: "4.10" + namespace: ocp-kni +releases: + initial: + integration: + name: "4.10" + namespace: ocp + latest: + candidate: + product: ocp + stream: nightly + version: "4.10" +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +tests: +- as: ci + commands: make ci-job + container: + from: src +- as: e2e-gcp-ovn + skip_if_only_changed: ^ztp + steps: + cluster_profile: gcp + env: + COMPUTE_NODE_TYPE: n1-standard-8 + test: + - as: e2e-gcp-ovn + commands: FEATURES_ENVIRONMENT=ci IPERF3_BITRATE_OVERRIDE="300000000" make functests-on-ci + from: src + resources: + requests: + cpu: 100m + memory: 200Mi + workflow: openshift-e2e-gcp-ovn +- as: e2e-gcp-ran-profile + optional: true + steps: + cluster_profile: gcp + test: + - as: e2e-gcp-ran-profile + commands: FEATURES_ENVIRONMENT=cn-ran-overlays FEATURES=ran-profile-gcp SKIP_TESTS="xt_u32 + container-mount-namespace gatekeeper n3000 fec metallb" make validate-on-ci + from: src + resources: + requests: + cpu: 100m + memory: 200Mi + workflow: openshift-e2e-gcp-ovn +- as: e2e-gcp-ovn-periodic + cron: 0 */8 * * * + steps: + cluster_profile: gcp + env: + COMPUTE_NODE_TYPE: n1-standard-8 + test: + - as: e2e-gcp-ovn-periodic + commands: FEATURES_ENVIRONMENT=ci IPERF3_BITRATE_OVERRIDE="300000000" make functests-on-ci + from: src + resources: + requests: + cpu: 100m + memory: 200Mi + workflow: openshift-e2e-gcp-ovn +zz_generated_metadata: + branch: release-4.10 + org: openshift-kni + repo: cnf-features-deploy 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 0ef726dfaec53..2eca218b19c57 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 @@ -13,7 +13,7 @@ periodics: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen - job-release: "4.10" + job-release: "4.11" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: periodic-ci-openshift-kni-cnf-features-deploy-master-e2e-gcp-ovn-periodic spec: @@ -76,80 +76,3 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build02 - cron: 0 */8 * * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: master - org: openshift-kni - repo: cnf-features-deploy - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp - ci.openshift.io/generator: prowgen - job-release: "4.10" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-kni-cnf-features-deploy-master-e2e-gcp-periodic - 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-periodic-cluster-profile - - --target=e2e-gcp-periodic - 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-periodic-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 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 655814cbb069f..c1b5a9cc7365f 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 @@ -11,7 +11,7 @@ postsubmits: labels: ci-operator.openshift.io/is-promotion: "true" ci.openshift.io/generator: prowgen - job-release: "4.10" + job-release: "4.11" max_concurrency: 1 name: branch-ci-openshift-kni-cnf-features-deploy-master-images spec: 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 516f52d2b4fd9..03b3a96495ad1 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 @@ -12,7 +12,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.10" + job-release: "4.11" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-ci rerun_command: /test ci @@ -50,86 +50,6 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )ci,?($|\s.*) - - agent: kubernetes - always_run: false - 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.10" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-gcp - rerun_command: /test e2e-gcp - skip_if_only_changed: ^ztp - 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: false branches: @@ -144,7 +64,7 @@ presubmits: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen - job-release: "4.10" + job-release: "4.11" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-gcp-ovn rerun_command: /test e2e-gcp-ovn @@ -224,7 +144,7 @@ presubmits: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp ci.openshift.io/generator: prowgen - job-release: "4.10" + job-release: "4.11" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-gcp-ran-profile optional: true @@ -302,7 +222,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.10" + job-release: "4.11" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-images rerun_command: /test images diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-periodics.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-periodics.yaml new file mode 100644 index 0000000000000..64fe5199f22fb --- /dev/null +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-periodics.yaml @@ -0,0 +1,78 @@ +periodics: +- agent: kubernetes + cluster: build01 + cron: 0 */8 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.10 + org: openshift-kni + repo: cnf-features-deploy + labels: + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp + ci.openshift.io/generator: prowgen + job-release: "4.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-kni-cnf-features-deploy-release-4.10-e2e-gcp-ovn-periodic + 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-ovn-periodic-cluster-profile + - --target=e2e-gcp-ovn-periodic + 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-ovn-periodic-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 diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-postsubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-postsubmits.yaml new file mode 100644 index 0000000000000..1568c7481b4ec --- /dev/null +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-postsubmits.yaml @@ -0,0 +1,57 @@ +postsubmits: + openshift-kni/cnf-features-deploy: + - agent: kubernetes + always_run: true + branches: + - ^release-4\.10$ + cluster: build02 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci.openshift.io/generator: prowgen + job-release: "4.10" + max_concurrency: 1 + name: branch-ci-openshift-kni-cnf-features-deploy-release-4.10-images + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson + - --promote + - --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/push-secret + name: push-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: push-secret + secret: + secretName: registry-push-credentials-ci-central + - 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.10-presubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-presubmits.yaml new file mode 100644 index 0000000000000..d5b77d5466b85 --- /dev/null +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.10-presubmits.yaml @@ -0,0 +1,262 @@ +presubmits: + openshift-kni/cnf-features-deploy: + - agent: kubernetes + always_run: true + branches: + - ^release-4\.10$ + - ^release-4\.10- + cluster: build01 + context: ci/prow/ci + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.10-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: false + branches: + - ^release-4\.10$ + - ^release-4\.10- + cluster: build01 + context: ci/prow/e2e-gcp-ovn + 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.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.10-e2e-gcp-ovn + rerun_command: /test e2e-gcp-ovn + skip_if_only_changed: ^ztp + 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-ovn-cluster-profile + - --target=e2e-gcp-ovn + 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-ovn-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-ovn,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.10$ + - ^release-4\.10- + cluster: build01 + context: ci/prow/e2e-gcp-ran-profile + 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.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.10-e2e-gcp-ran-profile + optional: true + rerun_command: /test e2e-gcp-ran-profile + 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-ran-profile-cluster-profile + - --target=e2e-gcp-ran-profile + 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-ran-profile-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-ran-profile,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.10$ + - ^release-4\.10- + cluster: build01 + context: ci/prow/images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.10" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.10-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 b63672c4f2db1..672f9fa5fdccf 100644 --- a/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay +++ b/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay @@ -44,8 +44,10 @@ registry.ci.openshift.org/ocp-kni/4.8:cnf-tests quay.io/openshift-kni/cnf-tests: registry.ci.openshift.org/ocp-kni/4.8:dpdk quay.io/openshift-kni/dpdk:4.8 quay.io/openshift-kni/dpdk:4.8.0 registry.ci.openshift.org/ocp-kni/4.9:cnf-tests quay.io/openshift-kni/cnf-tests:4.9 quay.io/openshift-kni/cnf-tests:4.9.0 registry.ci.openshift.org/ocp-kni/4.9:dpdk quay.io/openshift-kni/dpdk:4.9 quay.io/openshift-kni/dpdk:4.9.0 -registry.ci.openshift.org/ocp-kni/4.10:cnf-tests quay.io/openshift-kni/cnf-tests:4.10 quay.io/openshift-kni/cnf-tests:4.10.0 quay.io/openshift-kni/cnf-tests:latest -registry.ci.openshift.org/ocp-kni/4.10:dpdk quay.io/openshift-kni/dpdk:4.10 quay.io/openshift-kni/dpdk:4.10.0 quay.io/openshift-kni/dpdk:latest +registry.ci.openshift.org/ocp-kni/4.10:cnf-tests quay.io/openshift-kni/cnf-tests:4.10 quay.io/openshift-kni/cnf-tests:4.10.0 +registry.ci.openshift.org/ocp-kni/4.10:dpdk quay.io/openshift-kni/dpdk:4.10 quay.io/openshift-kni/dpdk:4.10.0 +registry.ci.openshift.org/ocp-kni/4.11:cnf-tests quay.io/openshift-kni/cnf-tests:4.11 quay.io/openshift-kni/cnf-tests:4.11.0 quay.io/openshift-kni/cnf-tests:latest +registry.ci.openshift.org/ocp-kni/4.11:dpdk quay.io/openshift-kni/dpdk:4.11 quay.io/openshift-kni/dpdk:4.11.0 quay.io/openshift-kni/dpdk:latest # cluster-group-upgrades-operator registry.ci.openshift.org/ocp-kni/4.10:cluster-group-upgrades-operator quay.io/openshift-kni/cluster-group-upgrades-operator:4.10.0 quay.io/openshift-kni/cluster-group-upgrades-operator:latest registry.ci.openshift.org/ocp-kni/4.10:cluster-group-upgrades-operator-bundle quay.io/openshift-kni/cluster-group-upgrades-operator-bundle:4.10.0 quay.io/openshift-kni/cluster-group-upgrades-operator-bundle:latest