From 5819146fd4f8b17a07cddd2c7f197f0850eca173 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 1 Jun 2018 10:53:50 +0000 Subject: [PATCH] Switch DMM job to manual trigger This patch is supposed to switch CSIT-DMM job to manually triggered as currently the capacity of VIRL does not allow us to run CSIT-DMM per patch. Manual trigger: csit_verify_dmm_func In future with new VPP_Device structure we may reconsider. Change-Id: Id5e332216aeefca68493c600216090b569223479 Signed-off-by: Peter Mikus --- jjb/csit/csit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 31d88cfae..af3562405 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1392,9 +1392,10 @@ build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-patch-submitted: + - gerrit-trigger-manually-triggered: name: '{project}' branch: '{branch}' + comment-trigger-value: 'csit_verify_dmm_func' builders: - shell: -- 2.16.6