diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-11 16:14:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-11 16:14:13 +0000 |
commit | b59d51b2668d20e73067f1f5ecc6b2f84a884564 (patch) | |
tree | fbfdabf3198e16c3f211d3628ffa57f5c215ea69 /jjb/vfc | |
parent | d98c6493dcd90fce1d975f1926f04f9167bffa27 (diff) | |
parent | c974b5a36f6c2082990647683d4c891394eb94f0 (diff) |
Merge "Add vfc-nfvo-driver-ems csit yaml template"
Diffstat (limited to 'jjb/vfc')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-ems-csit.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-ems-csit.yaml b/jjb/vfc/vfc-nfvo-driver-ems-csit.yaml new file mode 100644 index 000000000..312528866 --- /dev/null +++ b/jjb/vfc/vfc-nfvo-driver-ems-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: vfc-nfvo-driver-ems-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'vfc-nfvo-driver-ems' + stream: 'master' + functionality: + - 'sanity-check': + trigger_jobs: + - 'vfc-nfvo-driver-ems-master-docker-java-version-shell-daily' + robot-options: '' + branch: 'master'
\ No newline at end of file |