From fd8a4ba9daff11fba6d4aa52168aa7bb0d1eca55 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Wed, 29 Aug 2018 07:36:30 +0200 Subject: [PATCH] Reduce jobs triggered in CSIT project As each testsuite should be self-contained there is no need to launch all project testsuites when changes are made in only one of them. Change-Id: If9bf7505bd378a710c206e98ab2d82bf30c65c50 Issue-ID: CIMAN-200 Signed-off-by: Filip Krzywka --- jjb/integration/integration-templates-csit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index 1cd96b4cf..f8d59c97b 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -39,7 +39,7 @@ server: '{server-name}' project: 'integration' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: 'test/csit/**/{project-name}/{functionality}/**' builders: - integration-install-robotframework @@ -97,7 +97,7 @@ server: '{server-name}' project: 'integration' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: 'test/csit/**/{project-name}/{functionality}/**' builders: - integration-install-robotframework @@ -169,7 +169,7 @@ server: '{server-name}' project: 'integration' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: 'test/csit/**/{project-name}/{functionality}/**' - timed: '@daily' - reverse: jobs: '{obj:trigger_jobs}' @@ -230,7 +230,7 @@ server: '{server-name}' project: 'integration' branch: '{branch}' - files: 'test/csit/**/{project-name}/**' + files: 'test/csit/**/{project-name}/{functionality}/**' - timed: '@daily' - reverse: jobs: '{obj:trigger_jobs}' -- 2.16.6