summaryrefslogtreecommitdiffstats
path: root/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-01 12:07:46 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-08-01 12:07:46 -0700
commit3c42e088e4dba2b3de547023269fe550d4b3a620 (patch)
treee079857d51c458ff847ebdb15af7083d18df12d9 /jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
parentef05727cea5422969af26edadaae72208cb8ab59 (diff)
Fix nested trigger_jobs (U-V)
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: Ia0557bcbaab66321fd4aa202a0333f38c86b3441 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml')
-rw-r--r--jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
index 7280f735e..9915a4408 100644
--- a/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
+++ b/jjb/vfc/vfc-gvnfm-vnflcm-csit.yaml
@@ -8,7 +8,6 @@
stream: 'master'
functionality:
- 'sanity-check':
- trigger_jobs:
- - 'vfc-gvnfm-vnflcm-master-docker-java-version-shell-daily'
+ trigger_jobs: 'vfc-gvnfm-vnflcm-master-docker-java-version-shell-daily'
robot-options: ''
- branch: 'master' \ No newline at end of file
+ branch: 'master'