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