diff --git a/ci-operator/config/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master__cnv-odf-ocp5.0-konflux.yaml b/ci-operator/config/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master__cnv-odf-ocp5.0-konflux.yaml new file mode 100644 index 0000000000000..60ff4054edc57 --- /dev/null +++ b/ci-operator/config/openshift-cnv/cnv-ci/openshift-cnv-cnv-ci-master__cnv-odf-ocp5.0-konflux.yaml @@ -0,0 +1,73 @@ +base_images: + cli: + name: "5.0" + namespace: ocp + tag: cli + openshift-virtualization-tests: + name: openshift-virtualization-tests + namespace: ci + tag: cnv-5.0 +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: rhel-9-release-golang-1.21-openshift-4.18 +images: + items: + - build_args: + - name: OCP_VERSION + value: "5.0" + - name: OC_CLI_VERSION + value: latest + context_dir: hack + dockerfile_path: Dockerfile.test.src.ci + to: cnv-ci +releases: + latest: + candidate: + product: ocp + stream: nightly + version: "5.0" +resources: + '*': + requests: + cpu: 200m + memory: 400Mi +tests: +- as: cnv-odf-smoke-tests-aws-ipi-ocp423 + cron: 0 23 31 2 * + reporter_config: + channel: '#cnv-release-4-23-z' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: + Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> + {{end}}' + steps: + cluster_profile: aws-interop-qe + env: + AWS_REGION_OVERWRITE: us-east-1 + BASE_DOMAIN: release-ci.cnv-qe.rhood.us + CNV_VERSION: "5.0" + COMPUTE_NODE_TYPE: m8i.4xlarge + OCP_VERSION: "5.0" + ODF_OPERATOR_CHANNEL: stable-5.0 + ODF_VERSION_MAJOR_MINOR: "5.0" + USER_TAGS: | + scenario cnv + tests-tier smoke + test: + - chain: cucushift-installer-check-cluster-health + - ref: cnv-enable-nested-virtualization-aws + - ref: interop-tests-deploy-odf + - ref: interop-tests-deploy-cnv + - ref: cnv-openshift-virtualization-tests + workflow: ipi-aws +zz_generated_metadata: + branch: master + org: openshift-cnv + repo: cnv-ci + variant: cnv-odf-ocp5.0-konflux 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 18f5aec92316d..9a25782592136 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 @@ -387,3 +387,100 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build05 + cron: 0 23 31 2 * + decorate: true + decoration_config: + sparse_checkout_files: + - hack/Dockerfile.test.src.ci + extra_refs: + - base_ref: master + org: openshift-cnv + repo: cnv-ci + sparse_checkout_files: + - hack/Dockerfile.test.src.ci + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-interop-qe + ci-operator.openshift.io/variant: cnv-odf-ocp5.0-konflux + ci.openshift.io/generator: prowgen + job-release: "5.0" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-cnv-cnv-ci-master-cnv-odf-ocp5.0-konflux-cnv-odf-smoke-tests-aws-ipi-ocp423 + reporter_config: + slack: + channel: '#cnv-release-4-23-z' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :slack-green: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> {{else}} :failed: + Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=cnv-odf-smoke-tests-aws-ipi-ocp423 + - --variant=cnv-odf-ocp5.0-konflux + command: + - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + ports: + - containerPort: 8080 + name: http + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator 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 bc84f8f748099..fe6faaf56bc77 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 @@ -1376,6 +1376,65 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )cnv-odf-ocp4.23-konflux-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^master$ + - ^master- + cluster: build05 + context: ci/prow/cnv-odf-ocp5.0-konflux-images + decorate: true + decoration_config: + sparse_checkout_files: + - hack/Dockerfile.test.src.ci + labels: + ci-operator.openshift.io/variant: cnv-odf-ocp5.0-konflux + ci.openshift.io/generator: prowgen + job-release: "5.0" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-cnv-cnv-ci-master-cnv-odf-ocp5.0-konflux-images + rerun_command: /test cnv-odf-ocp5.0-konflux-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] + - --variant=cnv-odf-ocp5.0-konflux + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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( | .* )cnv-odf-ocp5.0-konflux-images,?($|\s.*) - agent: kubernetes always_run: true branches: