From c222ad95feb2831457794b149bf094157381d1e1 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Tue, 27 Aug 2019 15:44:32 -0600 Subject: [PATCH] VPP: new regex for draft publish events Adding runtest to cover WIP to publish events Change-Id: Ia3945ce14dcc3330f3fb8d31b6bd2e047ce447c4 Signed-off-by: Ed Kern --- jjb/vpp/vpp.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 8b15c6a6c..1fd670052 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -532,6 +532,11 @@ comment-contains-value: 'recheck' - comment-added-contains-event: comment-contains-value: 'reverify' + # Following two are to cover missing functions of drafts going to review status + - comment-added-contains-event: + comment-contains-value: 'runtest' + - comment-added-contains-event: + comment-contains-value: 'This change is ready for review' projects: - project-compare-type: 'ANT' project-pattern: '{project}' -- 2.16.6