Revert "Reduce jobs triggered in CSIT project" 33/63633/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 29 Aug 2018 23:01:17 +0000 (16:01 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 29 Aug 2018 23:03:08 +0000 (16:03 -0700)
This reverts commit fd8a4ba9daff11fba6d4aa52168aa7bb0d1eca55.

The above commit made the trigger criteria too narrow.

As an example, any changes to only dcaegen2/hv-ves-testcases/**
no longer trigger the jobs, since the functionality
name is hv-ves-testsuites.

This also impacted other projects that relied on the original
trigger criteria.

Change-Id: Ibdf9bd14196c7a122fdec047340a15b36799f91b
Issue-ID: CIMAN-200
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
jjb/integration/integration-templates-csit.yaml

index f8d59c9..1cd96b4 100644 (file)
@@ -39,7 +39,7 @@
           server: '{server-name}'
           project: 'integration'
           branch: '{branch}'
-          files: 'test/csit/**/{project-name}/{functionality}/**'
+          files: 'test/csit/**/{project-name}/**'
 
     builders:
       - integration-install-robotframework
@@ -97,7 +97,7 @@
           server: '{server-name}'
           project: 'integration'
           branch: '{branch}'
-          files: 'test/csit/**/{project-name}/{functionality}/**'
+          files: 'test/csit/**/{project-name}/**'
 
     builders:
       - integration-install-robotframework
           server: '{server-name}'
           project: 'integration'
           branch: '{branch}'
-          files: 'test/csit/**/{project-name}/{functionality}/**'
+          files: 'test/csit/**/{project-name}/**'
       - timed: '@daily'
       - reverse:
           jobs: '{obj:trigger_jobs}'
           server: '{server-name}'
           project: 'integration'
           branch: '{branch}'
-          files: 'test/csit/**/{project-name}/{functionality}/**'
+          files: 'test/csit/**/{project-name}/**'
       - timed: '@daily'
       - reverse:
           jobs: '{obj:trigger_jobs}'