diff --git a/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osdfm-staging.yaml b/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osdfm-staging.yaml index 5b6100f57afa4..fdb0d2d60fba8 100644 --- a/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osdfm-staging.yaml +++ b/ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__ocm-fvt-osdfm-staging.yaml @@ -22,6 +22,38 @@ resources: cpu: 100m memory: 200Mi tests: +- as: ocm-fvt-gating-osdfm-stage-canary + capabilities: + - intranet + - nested-podman + cluster: build05 + cron: 0 0 31 2 * + nested_podman: true + reporter_config: + channel: '#rosa-prow-info' + job_states_to_report: + - success + - failure + - error + restrict_network_access: false + steps: + allow_best_effort_post_steps: true + env: + OCM_FVT_APPSRE_BACKPLANE_CLUSTER_ID: 19mjrthsfn66bm22m574v2v1gt9a8r4q + OCM_FVT_BACKPLANE_CLUSTER_ID: 1farlonnersks14ohfp155uoonupr9id + OCM_FVT_BACKPLANE_CREDENTIALS_DIR: /usr/local/rosa-clusters-service-sandbox + OCM_FVT_BACKPLANE_ELEVATE_REASON: https://issues.redhat.com/browse/ROSAENG-65876 + OCM_FVT_EXTRA_ENVS: |- + SECTOR=canary + SOAK_TIME=15 + OCM_FVT_JOB_NAME: osdfm-basic-stage + OCM_FVT_OCM_ENV: stage + OCM_FVT_REPORT_JIRA: "false" + OCM_FVT_SERVICE: osdfm + OCM_FVT_USE_BACKPLANE: "true" + test: + - ref: rosa-e2e-ocm-fvt-longrunning + timeout: 4h0m0s - as: ocm-fvt-periodic-osdfm-basic-periodic-stage capabilities: - nested-podman diff --git a/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml b/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml index 22de98ef1376d..01e8a2a1eedc4 100644 --- a/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml +++ b/ci-operator/jobs/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main-periodics.yaml @@ -931,6 +931,98 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build05 + cron: 0 0 31 2 * + decorate: true + decoration_config: + skip_cloning: true + timeout: 4h0m0s + extra_refs: + - base_ref: main + org: openshift-online + repo: rosa-e2e + labels: + capability/intranet: intranet + capability/nested-podman: nested-podman + ci-operator.openshift.io/cluster: build05 + ci-operator.openshift.io/variant: ocm-fvt-osdfm-staging + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-staging-ocm-fvt-gating-osdfm-stage-canary + reporter_config: + slack: + channel: '#rosa-prow-info' + job_states_to_report: + - success + - failure + - error + 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=ocm-fvt-gating-osdfm-stage-canary + - --variant=ocm-fvt-osdfm-staging + 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 - agent: kubernetes cluster: build07 cron: 0 9 * * 1