From edcf6d95750fa84375323a149494b0374caf6b13 Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Tue, 11 May 2021 22:14:48 +0200 Subject: [PATCH] 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 --- .../examples/pipelines/github-reference-pipelines.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/examples/pipelines/github-reference-pipelines.yaml b/doc/source/examples/pipelines/github-reference-pipelines.yaml index ee97c8c868..ceae3395c2 100644 --- a/doc/source/examples/pipelines/github-reference-pipelines.yaml +++ b/doc/source/examples/pipelines/github-reference-pipelines.yaml @@ -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