diff options
author | 2018-08-29 07:36:30 +0200 | |
---|---|---|
committer | 2018-08-29 08:15:18 +0200 | |
commit | fd8a4ba9daff11fba6d4aa52168aa7bb0d1eca55 (patch) | |
tree | e763742bb678f23b4c2cf4e903a6c270a1a83f0c /jjb | |
parent | 6b066f84c54074eb3ca8935be731400af4eaa2b7 (diff) |
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 <filip.krzywka@nokia.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 8 |
1 files 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}' |