From 8862d9e90c1bbc155e5c84761d9e7dc6fe4f0618 Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Mon, 14 Sep 2020 16:27:12 +0200 Subject: [PATCH] Add 'check arm64' trigger to check-arm64 pipeline The check-arm64 pipeline is a non-voting pipeline. At times it is useful to limit rechecks to ARM64 jobs rather than also the main check pipeline which can spawn potentially dozens of x86_64 jobs. In addition to the existing "recheck" trigger, this patch adds a new "check arm64" trigger. Change-Id: I57b480156165c3fe0001b6caba59ccfea216160b --- zuul.d/pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index fa2db15988..77b9943129 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -429,7 +429,8 @@ - event: patchset-created - event: change-restored - event: comment-added - comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck + comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|check arm64) + success: gerrit: {} mysql: