summaryrefslogtreecommitdiffstats
path: root/jjb/holmes
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-01 12:05:28 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-09-21 19:38:48 +0000
commit3fa538efaa18ccb7c84792423768e6d2e141a8da (patch)
treef530bd1d0e58e4e61a7b6c6e7e49b9c93313b7b0 /jjb/holmes
parent433a9c5d1ac1d10752ca66e0b765850762f49d96 (diff)
Fix nested trigger_jobs (C-H)
After upgrading to JJB 2.2.0 any nested parameters up to 3 levels will be reported as a failure. We need to fix those so that there is only 2 levels maximum. Committing this as a single patch since our verify job is broken. Change-Id: I9e0531719fc7f524c149144afcbac49b5b5fcfb8 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/holmes')
-rw-r--r--jjb/holmes/holmes-csit.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/jjb/holmes/holmes-csit.yaml b/jjb/holmes/holmes-csit.yaml
index 02ce537fb..9d2323aaf 100644
--- a/jjb/holmes/holmes-csit.yaml
+++ b/jjb/holmes/holmes-csit.yaml
@@ -8,7 +8,6 @@
stream: 'master'
functionality:
- 'sanity-check':
- trigger_jobs:
- - 'holmes-rule-management-master-docker-java-daily'
+ trigger_jobs: 'holmes-rule-management-master-docker-java-daily'
robot-options: ''
- branch: 'master' \ No newline at end of file
+ branch: 'master'