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 @@ -9,4 +9,5 @@ slack_reporter:
Build: #{{.Status.BuildID}}
Details: <{{.Status.URL}}|View logs> · <https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>
job_names:
- hyperfleet-e2e-test-workflow-nightly
- tier0-nightly
- tier1-nightly
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ periodics:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier0-nightly
reporter_config:
slack:
channel: '#hyperfleet-e2e-status'
job_states_to_report:
- success
- failure
- error
report_template: |-
{{if eq .Status.State "success"}}:white_check_mark:{{else}}:x:{{end}} *{{.Spec.Job}}* ended with *{{.Status.State}}*.
Build: #{{.Status.BuildID}}
Details: <{{.Status.URL}}|View logs> · <https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>
spec:
containers:
- args:
Expand Down Expand Up @@ -77,6 +88,17 @@ periodics:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier1-nightly
reporter_config:
slack:
channel: '#hyperfleet-e2e-status'
job_states_to_report:
- success
- failure
- error
report_template: |-
{{if eq .Status.State "success"}}:white_check_mark:{{else}}:x:{{end}} *{{.Spec.Job}}* ended with *{{.Status.State}}*.
Build: #{{.Status.BuildID}}
Details: <{{.Status.URL}}|View logs> · <https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>
spec:
containers:
- args:
Expand Down