summaryrefslogtreecommitdiffstats
path: root/jjb/optf/optf-has-csit.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-01 12:07:04 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-09-21 20:58:37 +0000
commit1a6619f0b57f23294bc447cf27b79edb87b02441 (patch)
treeaa524547d793c8919e11df5f039199a8b68c9f30 /jjb/optf/optf-has-csit.yaml
parent433a9c5d1ac1d10752ca66e0b765850762f49d96 (diff)
Fix nested trigger_jobs (O-S)
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. Change-Id: Icb86bc28bb66727737568386f0258d5d570c1fc7 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/optf/optf-has-csit.yaml')
-rw-r--r--jjb/optf/optf-has-csit.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/optf/optf-has-csit.yaml b/jjb/optf/optf-has-csit.yaml
index 459c4987e..f0d2156bc 100644
--- a/jjb/optf/optf-has-csit.yaml
+++ b/jjb/optf/optf-has-csit.yaml
@@ -12,7 +12,6 @@
branch: beijing
functionality:
- 'has':
- trigger_jobs:
- - 'optf-has-master-conductor-docker-java-version-shell-daily'
+ trigger_jobs: 'optf-has-master-conductor-docker-java-version-shell-daily'
robot-options: ''
branch: 'master'