Zuul: remove explicit SQL reporters

These are deprecated and now produce a warning message.  The same
configuration is now implied.

Change-Id: I303450a1f2a19b76c3d2a6590ba54f198da0323a
This commit is contained in:
James E. Blair 2021-02-15 15:26:48 -08:00
parent b90d5d6fd8
commit 88a309642f
1 changed files with 1 additions and 49 deletions

View File

@ -49,14 +49,12 @@
github: github:
check: 'success' check: 'success'
comment: false comment: false
mysql:
failure: failure:
gerrit: gerrit:
Verified: -1 Verified: -1
github: github:
check: 'failure' check: 'failure'
comment: false comment: false
mysql:
- pipeline: - pipeline:
name: gate name: gate
@ -96,11 +94,9 @@
gerrit: gerrit:
Verified: 2 Verified: 2
submit: true submit: true
mysql:
failure: failure:
gerrit: gerrit:
Verified: -2 Verified: -2
mysql:
window-floor: 20 window-floor: 20
window-increase-factor: 2 window-increase-factor: 2
@ -117,10 +113,6 @@
gerrit: gerrit:
- event: ref-updated - event: ref-updated
ref: ^refs/heads/.*$ ref: ^refs/heads/.*$
success:
mysql:
failure:
mysql:
- pipeline: - pipeline:
name: promote name: promote
@ -140,10 +132,8 @@
- event: change-merged - event: change-merged
success: success:
gerrit: {} gerrit: {}
mysql:
failure: failure:
gerrit: {} gerrit: {}
mysql:
- pipeline: - pipeline:
name: pre-release name: pre-release
@ -155,14 +145,11 @@
gerrit: gerrit:
- event: ref-updated - event: ref-updated
ref: ^refs/tags/[0-9]+(\.[0-9]+)*(a|b|rc)[0-9]+$ ref: ^refs/tags/[0-9]+(\.[0-9]+)*(a|b|rc)[0-9]+$
success:
mysql:
failure: failure:
smtp: smtp:
from: zuul@openstack.org from: zuul@openstack.org
to: release-job-failures@lists.openstack.org to: release-job-failures@lists.openstack.org
subject: 'Pre-release of {change.project} for ref {change.ref} failed' subject: 'Pre-release of {change.project} for ref {change.ref} failed'
mysql:
- pipeline: - pipeline:
name: release name: release
@ -174,14 +161,11 @@
gerrit: gerrit:
- event: ref-updated - event: ref-updated
ref: ^refs/tags/[0-9]+(\.[0-9]+)*$ ref: ^refs/tags/[0-9]+(\.[0-9]+)*$
success:
mysql:
failure: failure:
smtp: smtp:
from: zuul@openstack.org from: zuul@openstack.org
to: release-job-failures@lists.openstack.org to: release-job-failures@lists.openstack.org
subject: 'Release of {change.project} for ref {change.ref} failed' subject: 'Release of {change.project} for ref {change.ref} failed'
mysql:
- pipeline: - pipeline:
name: periodic name: periodic
@ -192,10 +176,6 @@
trigger: trigger:
timer: timer:
- time: '0 6 * * *' - time: '0 6 * * *'
success:
mysql:
failure:
mysql:
- pipeline: - pipeline:
name: deploy name: deploy
@ -214,10 +194,8 @@
- event: change-merged - event: change-merged
success: success:
gerrit: {} gerrit: {}
mysql:
failure: failure:
gerrit: {} gerrit: {}
mysql:
- pipeline: - pipeline:
name: opendev-prod-hourly name: opendev-prod-hourly
@ -232,10 +210,6 @@
timer: timer:
# Run with a 2 minute jitter # Run with a 2 minute jitter
- time: '0 * * * * * 120' - time: '0 * * * * * 120'
success:
mysql:
failure:
mysql:
- pipeline: - pipeline:
name: periodic-weekly name: periodic-weekly
@ -248,10 +222,6 @@
# Saturday 8am UTC is a better time to start weekend jobs, as Sunday # Saturday 8am UTC is a better time to start weekend jobs, as Sunday
# is a working day in some geographies. # is a working day in some geographies.
- time: '0 8 * * 6' - time: '0 8 * * 6'
success:
mysql:
failure:
mysql:
- pipeline: - pipeline:
name: release-approval name: release-approval
@ -273,12 +243,10 @@
gerrit: gerrit:
PTL-Approved: 1 PTL-Approved: 1
comment: false comment: false
mysql:
failure: failure:
gerrit: gerrit:
PTL-Approved: 0 PTL-Approved: 0
comment: false comment: false
mysql:
- pipeline: - pipeline:
name: release-post name: release-post
@ -291,10 +259,7 @@
gerrit: gerrit:
- event: ref-updated - event: ref-updated
ref: ^refs/heads/.*$ ref: ^refs/heads/.*$
success:
mysql:
failure: failure:
mysql:
smtp: smtp:
from: zuul@openstack.org from: zuul@openstack.org
to: release-job-failures@lists.openstack.org to: release-job-failures@lists.openstack.org
@ -310,10 +275,7 @@
gerrit: gerrit:
- event: ref-updated - event: ref-updated
ref: ^refs/tags/.*$ ref: ^refs/tags/.*$
success:
mysql:
failure: failure:
mysql:
smtp: smtp:
from: zuul@openstack.org from: zuul@openstack.org
to: release-job-failures@lists.openstack.org to: release-job-failures@lists.openstack.org
@ -328,10 +290,7 @@
trigger: trigger:
timer: timer:
- time: '1 6 * * *' - time: '1 6 * * *'
success:
mysql:
failure: failure:
mysql:
smtp: smtp:
from: zuul@openstack.org from: zuul@openstack.org
to: openstack-stable-maint@lists.openstack.org to: openstack-stable-maint@lists.openstack.org
@ -350,10 +309,8 @@
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*check experimental\s*$ comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*check experimental\s*$
success: success:
gerrit: {} gerrit: {}
mysql:
failure: failure:
gerrit: {} gerrit: {}
mysql:
- pipeline: - pipeline:
name: merge-check name: merge-check
@ -398,15 +355,12 @@
github: github:
check: 'success' check: 'success'
comment: false comment: false
mysql:
failure: failure:
github: github:
check: 'failure' check: 'failure'
comment: false comment: false
mysql:
# Don't report merge-failures to github # Don't report merge-failures to github
merge-failure: merge-failure: {}
mysql:
# NOTE(ianw) 2019-12 : since we have very limited ARM64 resources, we # NOTE(ianw) 2019-12 : since we have very limited ARM64 resources, we
# have a separate pipeline so ARM64 jobs can start and queue gerrit # have a separate pipeline so ARM64 jobs can start and queue gerrit
@ -433,7 +387,5 @@
success: success:
gerrit: {} gerrit: {}
mysql:
failure: failure:
gerrit: {} gerrit: {}
mysql: