Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down