Skip to content

Commit

Permalink
Add slack reporting for e2e ols periodic (#52317)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees authored May 21, 2024
1 parent e4c80d4 commit 3ae931f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ periodics:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-lightspeed-service-main-e2e-ols-cluster
reporter_config:
slack:
channel: '#forum-ocp-lightspeed'
job_states_to_report:
- failure
- error
report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}}
:volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :volcano: {{end}}'
spec:
containers:
- args:
Expand Down

0 comments on commit 3ae931f

Please sign in to comment.