Merge "Move github reporting to checks API"

This commit is contained in:
Zuul 2020-09-03 05:50:56 +00:00 committed by Gerrit Code Review
commit b1ec3bbe23
1 changed files with 12 additions and 6 deletions

View File

@ -37,22 +37,25 @@
- event: pull_request
action: comment
comment: (?i)^\s*recheck\s*$
- event: check_run
start:
github:
status: pending
check: 'in_progress'
comment: false
success:
gerrit:
# Note that gerrit keywords are case-sensitive.
Verified: 1
github:
status: 'success'
check: 'success'
comment: false
mysql:
failure:
gerrit:
Verified: -1
github:
status: 'failure'
check: 'failure'
comment: false
mysql:
- pipeline:
@ -386,17 +389,20 @@
- event: pull_request
action: comment
comment: (?i)^\s*recheck\s*$
- event: check_run
start:
github:
status: pending
check: 'in_progress'
comment: false
success:
github:
status: 'success'
check: 'success'
comment: false
mysql:
failure:
github:
status: 'failure'
check: 'failure'
comment: false
mysql:
# Don't report merge-failures to github
merge-failure: