From 082a9d747a00e559e0f639f61dccae89c8475832 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 23 Apr 2019 15:14:20 +0200 Subject: [PATCH] Trigger devicetest only after checkstyle_success Other verify jobs (except checkstyle) are triggered this way. The device test job remains non-voting. Motivation: Before this, devicetest was not triggered on draft-published-event. Change-Id: I7c1a4f4bc2824c7f638f2cc9a68f5fbd71034197 Signed-off-by: Vratko Polak --- jjb/vpp/vpp-macros.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jjb/vpp/vpp-macros.yaml b/jjb/vpp/vpp-macros.yaml index f3c9057ba..5b544d464 100644 --- a/jjb/vpp/vpp-macros.yaml +++ b/jjb/vpp/vpp-macros.yaml @@ -65,10 +65,8 @@ - gerrit: server-name: 'Primary' trigger-on: - - patchset-created-event: - exclude-drafts: 'true' - exclude-trivial-rebase: 'false' - exclude-no-code-change: 'true' + - comment-added-contains-event: + comment-contains-value: 'checkstyle_success' - comment-added-contains-event: comment-contains-value: 'devicetest' projects: -- 2.16.6