diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-06 05:43:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-06 05:43:55 +0000 |
commit | 4adb09ad188fbedabad80248f5d8ff8aa334b40c (patch) | |
tree | 5152dd5543066bb65b8ca3504133913b8e692dc0 /jjb | |
parent | 50103a9d11427123e978a25213f3c465aef93c06 (diff) | |
parent | 179b29a538c11a78cf9d8eff897934a4df967ec3 (diff) |
Merge "Add vfc-gvnfm-vnfres csit yaml template"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vfc/vfc-gvnfm-vnfres-csit.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-gvnfm-vnfres-csit.yaml b/jjb/vfc/vfc-gvnfm-vnfres-csit.yaml new file mode 100644 index 000000000..afb3ccd3d --- /dev/null +++ b/jjb/vfc/vfc-gvnfm-vnfres-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: vfc-gvnfm-vnfres-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'vfc-gvnfm-vnfres' + stream: 'master' + functionality: + - 'sanity-check': + trigger_jobs: + - 'vfc-gvnfm-vnfres-master-docker-java-version-shell-daily' + robot-options: '' + branch: 'master'
\ No newline at end of file |