Add dequeue reporting to the github example pipelines

The dequeue reporting will ensure that zuul marks check runs as
cancelled if jobs have been aborted.

Change-Id: I710c0e3544934179449a098dd3b0ae3fc6e94465
This commit is contained in:
Tobias Henkel 2021-05-11 22:14:48 +02:00
parent 21ce3f9ad7
commit edcf6d9575
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 8 additions and 0 deletions

View File

@ -48,6 +48,10 @@
check: 'failure'
comment: false
#status: 'failure'
dequeue:
github:
check: cancelled
comment: false
- pipeline:
name: gate
@ -105,6 +109,10 @@
check: 'failure'
#status: 'failure'
comment: false
dequeue:
github:
check: cancelled
comment: false
window-floor: 20
window-increase-factor: 2