summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-08 09:58:53 +0800
committerfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-08 09:58:53 +0800
commit255be42405853c3272705ab0b038ca28e28f76ac (patch)
tree420063a08c24ef56a89a7b75a2ae2ad637bb70d7
parent66a1cd3c808f2dcf508029bbda7127baedf2c5d9 (diff)
Add new csit job for catalog
Change-Id: I3fb38437688899f5a1b82b63ba8993b7f4e4f9c0 Issue-Id: CIMAN-64 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
-rw-r--r--jjb/vfc/vfc-nfvo-catalog-csit.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-catalog-csit.yaml b/jjb/vfc/vfc-nfvo-catalog-csit.yaml
new file mode 100644
index 000000000..8a4269cb7
--- /dev/null
+++ b/jjb/vfc/vfc-nfvo-catalog-csit.yaml
@@ -0,0 +1,14 @@
+---
+- project:
+ name: vfc-nfvo-catalog-csit
+ jobs:
+ - '{project-name}-{stream}-verify-csit-{functionality}'
+ - '{project-name}-{stream}-csit-{functionality}'
+ project-name: 'vfc-nfvo-catalog'
+ stream: 'master'
+ functionality:
+ - 'sanity-check':
+ trigger_jobs:
+ - 'vfc-nfvo-catalog-master-docker-java-version-shell-daily'
+ robot-options: ''
+ branch: 'master' \ No newline at end of file