From: Filip Krzywka Date: Wed, 29 Aug 2018 05:36:30 +0000 (+0200) Subject: Reduce jobs triggered in CSIT project X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F63379%2F1;p=ci-management.git 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 --- 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}'