Skip to content
Closed
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
59 changes: 58 additions & 1 deletion ci-operator/config/openshift/release/.config.prowgen
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ slack_reporter:
- <{{.Status.URL}}|View logs>
- <https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
- e2e-external-vsphere-ccm
- e2e-vsphere-externallb-ovn
- e2e-vsphere-ovn
- e2e-vsphere-ovn-multi-disk
Expand All @@ -40,3 +39,61 @@ slack_reporter:
- okd-4.18
- okd-4.17
- okd-4.16

- channel: "#forum-ocp-splat-alerts"
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :external-link::aws: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
- e2e-external-aws
- e2e-external-aws-ccm
- opct-external-aws-ccm
excluded_variants:
- okd-scos-4.20
- okd-scos-4.19
- okd-scos-4.18
- okd-scos-4.17
- okd-scos-4.16
- okd-4.18
- okd-4.17
- okd-4.16
- channel: "#forum-ocp-splat-alerts"
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :external-link::vsphere: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
- e2e-external-vsphere-ccm
excluded_variants:
- okd-scos-4.20
- okd-scos-4.19
- okd-scos-4.18
- okd-scos-4.17
- okd-scos-4.16
- okd-4.18
- okd-4.17
- okd-4.16

- channel: "#forum-ocp-splat-alerts"
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :aws::edge: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
- e2e-aws-ovn-edge-zones
- e2e-aws-ovn-shared-vpc-edge-zones
- e2e-aws-overlay-mtu-ovn-edge-1100
- e2e-aws-overlay-mtu-ovn-5000
excluded_variants:
- okd-scos-4.20
- okd-scos-4.19
- okd-scos-4.18
- okd-scos-4.17
- okd-scos-4.16
- okd-4.18
- okd-4.17
- okd-4.16
12 changes: 12 additions & 0 deletions ci-operator/config/redhat-openshift-ecosystem/opct/.config.prowgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
slack_reporter:
- channel: "#forum-opct-updates"
job_states_to_report:
- failure
- error
report_template: |
:red_jenkins_circle: :workflow::external-link::vsphere: Periodical job *{{.Spec.Job}}* ended with *{{.Status.State}}*. (<{{.Status.URL}}|View logs>) (<https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/{{.Spec.Job}}|View history>)
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
- platform-external-vsphere
- platform-external-vsphere-upgrade
- platform-none-vsphere
- platform-none-vsphere-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ tests:
env:
TYPE: sno
workflow: openshift-qe-installer-bm-deploy
- always_run: false
as: deploy-sno-reconfig-ipv6
capabilities:
- intranet
restrict_network_access: false
steps:
cluster_profile: metal-perfscale-jetlag
env:
TYPE: sno
REDEPLOY_IPV6: "true"
JETLAG_PR: "787"
workflow: openshift-qe-installer-bm-deploy
- always_run: false
as: deploy-sno-self-sched
capabilities:
Expand Down
Loading