From d11e9ce9aafabf5478069f80b74b95bc25bd5087 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 7 Feb 2020 10:39:49 +0100 Subject: [PATCH] Do not post comments in release-approval pipeline Since it rus on every (human) comment, the release-approval pipeline can get pretty noisy. It's also not that critical to read (failure generally meaning that you don't have the required +1s yet). This change disables comment posting on success/failure in the pipeline. Change-Id: I4808a84cd39a5a19ddad86b548ec18d8cadf7430 --- zuul.d/pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 0e169c0901..5de56dead4 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -213,10 +213,12 @@ success: gerrit: PTL-Approved: 1 + comment: false mysql: failure: gerrit: PTL-Approved: 0 + comment: false mysql: - pipeline: