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
1 change: 1 addition & 0 deletions ci-operator/config/openshift-kni/eco-ci-cd/.config.prowgen
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ slack_reporter:
- telcov10n-virtualised-single-node-hub-ztp
- e2e-telcov10n-orion
- e2e-telcov10n-orion-ptp
- e2e-telcov10n-orion-oslat
- e2e-telcov10n-nto-tests-v1-runc-vm-4-14
- e2e-telcov10n-nto-tests-v1-crun-vm-4-16
- e2e-telcov10n-nto-tests-v1-vm-4-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ tests:
TAG: main
VERSION: "4.21"
workflow: telcov10n-orion
- as: e2e-telcov10n-orion-oslat
capabilities:
- intranet
cron: 0 12 * * *
steps:
env:
COLLAPSE: "false"
ES_METADATA_INDEX: svc_telco_oslat
ORION_CONFIG: https://raw.githubusercontent.com/abraham2512/orion-configs/refs/heads/main/oslat-changepoint.yaml
OUTPUT_FORMAT: JUNIT
RUN_ORION: "true"
TAG: main
VERSION: "4.21"
workflow: telcov10n-orion
zz_generated_metadata:
branch: main
org: openshift-kni
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5690,6 +5690,82 @@ periodics:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
cluster: build05
cron: 0 12 * * *
decorate: true
decoration_config:
skip_cloning: true
extra_refs:
- base_ref: main
org: openshift-kni
repo: eco-ci-cd
labels:
capability/intranet: intranet
ci-operator.openshift.io/variant: orion-nightly
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-kni-eco-ci-cd-main-orion-nightly-e2e-telcov10n-orion-oslat
reporter_config:
slack:
channel: '#eco-ci-cd-notifications'
job_states_to_report:
- failure
- error
- success
- aborted
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
- --report-credentials-file=/etc/report/credentials
- --target=e2e-telcov10n-orion-oslat
- --variant=orion-nightly
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: /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
- agent: kubernetes
cluster: build05
cron: 30 16 * * *
Expand Down