diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 01:05:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-26 01:05:23 +0000 |
commit | 5bd9c7904f87cc43718fd76cf346260da8f20edf (patch) | |
tree | bd53d29b2dc0350be63f68c166f11837218cc519 | |
parent | 74c52e35eb4a197e3d92014592548d74b3e9b4c9 (diff) | |
parent | 10925eff6eec75d06855fbb58393e7bde0b362c3 (diff) |
Merge "Add csit task for vfc-nfvo-wfengine"
-rw-r--r-- | jjb/vfc/vfc-nfvo-wfengine-csit.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-wfengine-csit.yaml b/jjb/vfc/vfc-nfvo-wfengine-csit.yaml new file mode 100644 index 000000000..91bad74ab --- /dev/null +++ b/jjb/vfc/vfc-nfvo-wfengine-csit.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: vfc-nfvo-wfengine-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'vfc-nfvo-wfengine' + stream: 'master' + functionality: + - 'sanity-check': + trigger_jobs: + - 'vfc-nfvo-wfengine-master-docker-java-version-shell-daily' + robot-options: '' + branch: 'master'
\ No newline at end of file |