From 356638cd41c6c8dfb94002b45a59164e0c93cb24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 10 Mar 2021 18:45:19 +0100 Subject: [PATCH] Allow triggering verification from gerrit messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4da480e622d00c89d20605f881e7f1b0284c8caa Signed-off-by: Cédric Ollivier --- jjb/samplevnf/samplevnf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/samplevnf/samplevnf.yaml b/jjb/samplevnf/samplevnf.yaml index 82c8f9bee..eae95dbcf 100644 --- a/jjb/samplevnf/samplevnf.yaml +++ b/jjb/samplevnf/samplevnf.yaml @@ -85,6 +85,10 @@ exclude-drafts: 'false' exclude-trivial-rebase: 'false' exclude-no-code-change: 'false' + - comment-added-contains-event: + comment-contains-value: 'recheck' + - comment-added-contains-event: + comment-contains-value: 'reverify' projects: - project-compare-type: 'ANT' project-pattern: '{project}' -- 2.16.6