Reduce jobs triggered in CSIT project 79/63379/1
authorFilip Krzywka <filip.krzywka@nokia.com>
Wed, 29 Aug 2018 05:36:30 +0000 (07:36 +0200)
committerFilip Krzywka <filip.krzywka@nokia.com>
Wed, 29 Aug 2018 06:15:18 +0000 (08:15 +0200)
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>
jjb/integration/integration-templates-csit.yaml

index 1cd96b4..f8d59c9 100644 (file)
@@ -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
           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}'
           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}'