From ca115596522bbf8ecf30340c0c5212d0f41d2ee0 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Fri, 9 Sep 2016 00:45:27 +0000 Subject: [PATCH] Fix Bug in Patch-Test Trigger The matches added for test-{project}-all and test-{project}-{feature} is causing multiple jobs. Change-Id: I4c0bfc1a065049d5e610933f564db142b4af25a4 Signed-off-by: gvrangan --- jjb/integration/integration-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index aa66be268..ab8cf510d 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -1030,7 +1030,7 @@ server-name: 'OpenDaylight' trigger-on: - comment-added-contains-event: - comment-contains-value: 'test-{project}' + comment-contains-value: 'test-{project}-all' - comment-added-contains-event: comment-contains-value: 'test-{project}-{feature}' projects: -- 2.36.6