summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-29 16:01:17 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-29 16:03:08 -0700
commit47b2890024ef2819407789e7dce14851c819c048 (patch)
tree1ae86784e77f1ebea3ef73b34aeb86bacd6af3de /jjb
parentb496136842a89b8348fce5aab543ce5187ce3957 (diff)
Revert "Reduce jobs triggered in CSIT project"
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>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/integration-templates-csit.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml
index f8d59c97b..1cd96b4cf 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}/{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
@@ -169,7 +169,7 @@
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}'
@@ -230,7 +230,7 @@
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}'