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 ea6d432cb10a..4904ce965ea2 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,20 +1,20 @@ base_images: base: - name: "4.17" + name: "4.18" namespace: ocp tag: base base-9: - name: "4.17" + name: "4.18" namespace: ocp tag: base-rhel9 - ocp_builder_rhel-8-golang-1.21-openshift-4.16: + ocp_builder_rhel-8-golang-1.21-openshift-4.18: name: builder namespace: ocp - tag: rhel-8-golang-1.21-openshift-4.16 - ocp_builder_rhel-8-golang-1.22-openshift-4.17: + tag: rhel-8-golang-1.21-openshift-4.18 + ocp_builder_rhel-8-golang-1.22-openshift-4.18: name: builder namespace: ocp - tag: rhel-8-golang-1.22-openshift-4.17 + tag: rhel-8-golang-1.22-openshift-4.18 os-min8: name: ubi-minimal namespace: ocp @@ -28,12 +28,12 @@ images: dockerfile_path: cnf-tests/Dockerfile.openshift from: base inputs: - ocp_builder_rhel-8-golang-1.21-openshift-4.16: + ocp_builder_rhel-8-golang-1.21-openshift-4.18: as: - - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 - ocp_builder_rhel-8-golang-1.22-openshift-4.17: + - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.18 + ocp_builder_rhel-8-golang-1.22-openshift-4.18: as: - - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.17 + - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.18 to: cnf-tests - context_dir: tools/s2i-dpdk/ dockerfile_path: Dockerfile @@ -43,24 +43,24 @@ images: dockerfile_path: ztp/resource-generator/Containerfile from: os-min8 inputs: - ocp_builder_rhel-8-golang-1.21-openshift-4.16: + ocp_builder_rhel-8-golang-1.21-openshift-4.18: as: - - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 + - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.18 to: ztp-site-generator promotion: to: - - name: "4.17" + - name: "4.18" namespace: ocp-kni releases: initial: integration: - name: "4.17" + name: "4.18" namespace: ocp latest: candidate: product: ocp stream: ci - version: "4.17" + version: "4.18" resources: '*': requests: @@ -139,7 +139,7 @@ tests: CNF_E2E_TESTS=true CNF_ORIGIN_TESTS=false T5CI_JOB_TYPE: cnftests - T5CI_VERSION: "4.17" + T5CI_VERSION: "4.18" workflow: telco5g-cnf timeout: 6h0m0s - always_run: false @@ -152,7 +152,7 @@ tests: CNF_E2E_TESTS=true CNF_ORIGIN_TESTS=false T5CI_JOB_TYPE: sno-cnftests - T5CI_VERSION: "4.17" + T5CI_VERSION: "4.18" workflow: telco5g-sno-cnf - always_run: false as: e2e-telco5g-hcp-cnftests @@ -164,7 +164,7 @@ tests: CNF_E2E_TESTS=true CNF_ORIGIN_TESTS=false T5CI_JOB_TYPE: hcp-cnftests - T5CI_VERSION: "4.17" + T5CI_VERSION: "4.18" workflow: telco5g-hcp-cnf zz_generated_metadata: branch: master diff --git a/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17.yaml b/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17.yaml new file mode 100644 index 000000000000..64aa401cfeca --- /dev/null +++ b/ci-operator/config/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17.yaml @@ -0,0 +1,169 @@ +base_images: + base: + name: "4.17" + namespace: ocp + tag: base + base-9: + name: "4.17" + namespace: ocp + tag: base-rhel9 + ocp_builder_rhel-8-golang-1.21-openshift-4.17: + name: builder + namespace: ocp + tag: rhel-8-golang-1.21-openshift-4.17 + ocp_builder_rhel-8-golang-1.22-openshift-4.17: + name: builder + namespace: ocp + tag: rhel-8-golang-1.22-openshift-4.17 + 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: +- context_dir: . + dockerfile_path: cnf-tests/Dockerfile.openshift + from: base + inputs: + ocp_builder_rhel-8-golang-1.22-openshift-4.17: + as: + - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.17 + to: cnf-tests +- context_dir: tools/s2i-dpdk/ + dockerfile_path: Dockerfile + from: base-9 + to: dpdk +- context_dir: . + dockerfile_path: ztp/resource-generator/Containerfile + from: os-min8 + inputs: + ocp_builder_rhel-8-golang-1.21-openshift-4.17: + as: + - registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.17 + to: ztp-site-generator +promotion: + to: + - name: "4.17" + namespace: ocp-kni +releases: + initial: + integration: + name: "4.17" + namespace: ocp + latest: + candidate: + product: ocp + stream: ci + version: "4.17" +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +tests: +- as: ci + commands: make ci-job + container: + from: src +- as: ztp-ci + commands: make ztp-ci-job + container: + from: src + run_if_changed: ^ztp +- as: e2e-aws-ci-tests + skip_if_only_changed: ^ztp + steps: + cluster_profile: aws-telco + env: + BASE_DOMAIN: telco5g-ci.devcluster.openshift.com + USER_TAGS: | + ci-job-source prowci + ci-job-branch release-4.17 + ci-job-fullname openshift-kni-cnf-features-deploy-e2e-aws-ci-tests-release-4.17 + ci-job-type e2e-aws-ci-tests + ci-repo-name cnf-features-deploy + ci-org-name openshift-kni + test: + - as: e2e-aws-ci-tests + commands: FEATURES_ENVIRONMENT=ci IPERF3_BITRATE_OVERRIDE="300000000" make functests-on-ci + from: src + resources: + requests: + cpu: 100m + memory: 200Mi + workflow: openshift-e2e-aws-ovn +- as: e2e-aws-ran-profile + optional: true + steps: + cluster_profile: aws-telco + env: + BASE_DOMAIN: telco5g-ci.devcluster.openshift.com + USER_TAGS: | + ci-job-source prowci + ci-job-branch release-4.17 + ci-job-fullname openshift-kni-cnf-features-deploy-e2e-aws-ran-profile-release-4.17 + ci-job-type e2e-aws-ran-profile + ci-repo-name cnf-features-deploy + ci-org-name openshift-kni + test: + - as: e2e-aws-ran-profile + commands: FEATURES_ENVIRONMENT=cn-ran-overlays FEATURES=ran-profile-gcp SKIP_TESTS="xt_u32 + container-mount-namespace gatekeeper n3000 fec metallb sro multinetworkpolicy" + make validate-on-ci + from: src + resources: + requests: + cpu: 100m + memory: 200Mi + workflow: openshift-e2e-aws-ovn +- as: security + optional: true + steps: + env: + PROJECT_NAME: cnf-features-deploy + SNYK_CODE_ADDITIONAL_ARGS: --severity-threshold=high --policy-path=.snyk + workflow: openshift-ci-security +- always_run: false + as: e2e-telco5g-cnftests + cluster: build05 + optional: true + steps: + env: + E2E_TESTS_CONFIG: | + CNF_E2E_TESTS=true + CNF_ORIGIN_TESTS=false + T5CI_JOB_TYPE: cnftests + T5CI_VERSION: "4.17" + workflow: telco5g-cnf + timeout: 6h0m0s +- always_run: false + as: e2e-telco5g-sno-cnftests + cluster: build05 + optional: true + steps: + env: + E2E_TESTS_CONFIG: | + CNF_E2E_TESTS=true + CNF_ORIGIN_TESTS=false + T5CI_JOB_TYPE: sno-cnftests + T5CI_VERSION: "4.17" + workflow: telco5g-sno-cnf +- always_run: false + as: e2e-telco5g-hcp-cnftests + cluster: build05 + optional: true + steps: + env: + E2E_TESTS_CONFIG: | + CNF_E2E_TESTS=true + CNF_ORIGIN_TESTS=false + T5CI_JOB_TYPE: hcp-cnftests + T5CI_VERSION: "4.17" + workflow: telco5g-hcp-cnf +zz_generated_metadata: + branch: release-4.17 + org: openshift-kni + repo: cnf-features-deploy 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 fb662934b6cd..ceda35cdbb14 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.17" + job-release: "4.18" 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 561055b99920..2e3f78086ded 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.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-ci rerun_command: /test ci @@ -70,7 +70,7 @@ presubmits: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-telco ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-aws-ci-tests rerun_command: /test e2e-aws-ci-tests @@ -152,7 +152,7 @@ presubmits: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-telco ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-aws-ran-profile optional: true @@ -234,7 +234,7 @@ presubmits: labels: ci-operator.openshift.io/cluster: build05 ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-telco5g-cnftests optional: true @@ -299,7 +299,7 @@ presubmits: labels: ci-operator.openshift.io/cluster: build05 ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-telco5g-hcp-cnftests optional: true @@ -364,7 +364,7 @@ presubmits: labels: ci-operator.openshift.io/cluster: build05 ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-e2e-telco5g-sno-cnftests optional: true @@ -428,7 +428,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-images rerun_command: /test images @@ -484,7 +484,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-security optional: true @@ -548,7 +548,7 @@ presubmits: skip_cloning: true labels: ci.openshift.io/generator: prowgen - job-release: "4.17" + job-release: "4.18" pj-rehearse.openshift.io/can-be-rehearsed: "true" name: pull-ci-openshift-kni-cnf-features-deploy-master-ztp-ci rerun_command: /test ztp-ci diff --git a/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17-postsubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17-postsubmits.yaml new file mode 100644 index 000000000000..dc6781b6050a --- /dev/null +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17-postsubmits.yaml @@ -0,0 +1,63 @@ +postsubmits: + openshift-kni/cnf-features-deploy: + - agent: kubernetes + always_run: true + branches: + - ^release-4\.17$ + cluster: build03 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci.openshift.io/generator: prowgen + job-release: "4.17" + max_concurrency: 1 + name: branch-ci-openshift-kni-cnf-features-deploy-release-4.17-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: /secrets/manifest-tool + name: manifest-tool-local-pusher + 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: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - 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.17-presubmits.yaml b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17-presubmits.yaml new file mode 100644 index 000000000000..16866666a987 --- /dev/null +++ b/ci-operator/jobs/openshift-kni/cnf-features-deploy/openshift-kni-cnf-features-deploy-release-4.17-presubmits.yaml @@ -0,0 +1,595 @@ +presubmits: + openshift-kni/cnf-features-deploy: + - agent: kubernetes + always_run: true + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build03 + context: ci/prow/ci + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-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: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )ci,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build05 + context: ci/prow/e2e-aws-ci-tests + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-telco + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-e2e-aws-ci-tests + rerun_command: /test e2e-aws-ci-tests + 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-aws-ci-tests-cluster-profile + - --target=e2e-aws-ci-tests + 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-aws-ci-tests-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-aws-telco + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-aws-ci-tests,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build05 + context: ci/prow/e2e-aws-ran-profile + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-telco + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-e2e-aws-ran-profile + optional: true + rerun_command: /test e2e-aws-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-aws-ran-profile-cluster-profile + - --target=e2e-aws-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-aws-ran-profile-cluster-profile + name: cluster-profile + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-aws-telco + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-aws-ran-profile,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build05 + context: ci/prow/e2e-telco5g-cnftests + decorate: true + decoration_config: + skip_cloning: true + timeout: 6h0m0s + labels: + ci-operator.openshift.io/cluster: build05 + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-e2e-telco5g-cnftests + optional: true + rerun_command: /test e2e-telco5g-cnftests + 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 + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-telco5g-cnftests + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-telco5g-cnftests,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build05 + context: ci/prow/e2e-telco5g-hcp-cnftests + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cluster: build05 + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-e2e-telco5g-hcp-cnftests + optional: true + rerun_command: /test e2e-telco5g-hcp-cnftests + 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 + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-telco5g-hcp-cnftests + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-telco5g-hcp-cnftests,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build05 + context: ci/prow/e2e-telco5g-sno-cnftests + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cluster: build05 + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-e2e-telco5g-sno-cnftests + optional: true + rerun_command: /test e2e-telco5g-sno-cnftests + 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 + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-telco5g-sno-cnftests + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )e2e-telco5g-sno-cnftests,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build03 + context: ci/prow/images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-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: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build03 + context: ci/prow/security + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-security + optional: true + rerun_command: /test security + 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 + - --secret-dir=/secrets/ci-pull-credentials + - --target=security + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )security,?($|\s.*) + - agent: kubernetes + always_run: false + branches: + - ^release-4\.17$ + - ^release-4\.17- + cluster: build03 + context: ci/prow/ztp-ci + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + job-release: "4.17" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-kni-cnf-features-deploy-release-4.17-ztp-ci + rerun_command: /test ztp-ci + run_if_changed: ^ztp + 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=ztp-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: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )ztp-ci,?($|\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 cf40c1b310d1..99256b44caaf 100644 --- a/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay +++ b/core-services/image-mirroring/openshift-kni/mapping_openshift-kni_quay @@ -86,7 +86,8 @@ registry.ci.openshift.org/ocp-kni/4.15:ztp-site-generator quay.io/openshift-kni/ registry.ci.openshift.org/ocp-kni/4.16:cnf-tests quay.io/openshift-kni/cnf-tests:4.16 quay.io/openshift-kni/cnf-tests:4.16.0 quay.io/openshift-kni/cnf-tests:latest registry.ci.openshift.org/ocp-kni/4.16:dpdk quay.io/openshift-kni/dpdk:4.16 quay.io/openshift-kni/dpdk:4.16.0 quay.io/openshift-kni/dpdk:latest registry.ci.openshift.org/ocp-kni/4.16:ztp-site-generator quay.io/openshift-kni/ztp-site-generator:4.16 quay.io/openshift-kni/ztp-site-generator:4.16.0 -registry.ci.openshift.org/ocp-kni/4.17:ztp-site-generator quay.io/openshift-kni/ztp-site-generator:4.17 quay.io/openshift-kni/ztp-site-generator:4.17.0 quay.io/openshift-kni/ztp-site-generator:latest +registry.ci.openshift.org/ocp-kni/4.17:ztp-site-generator quay.io/openshift-kni/ztp-site-generator:4.17 quay.io/openshift-kni/ztp-site-generator:4.17.0 +registry.ci.openshift.org/ocp-kni/4.18:ztp-site-generator quay.io/openshift-kni/ztp-site-generator:4.18 quay.io/openshift-kni/ztp-site-generator:4.18.0 quay.io/openshift-kni/ztp-site-generator: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.999 registry.ci.openshift.org/ocp-kni/4.10:cluster-group-upgrades-operator-bundle quay.io/openshift-kni/cluster-group-upgrades-operator-bundle:4.10.999