diff options
author | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-09-26 08:39:39 +0800 |
---|---|---|
committer | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-09-26 08:39:39 +0800 |
commit | 10925eff6eec75d06855fbb58393e7bde0b362c3 (patch) | |
tree | da793a3be4987651d223116daf3b8828b9690fb7 /jjb/vfc | |
parent | 91f8ae00ed64a50733976861d666ba4941fc33d2 (diff) |
Add csit task for vfc-nfvo-wfengine
Change-Id: I5e0a1ff71362998638e55a0b8055819ef70a49c1
Issue-id: VFC-139
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-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 |