diff options
author | 2017-09-08 17:23:00 +0000 | |
---|---|---|
committer | 2017-09-08 17:23:00 +0000 | |
commit | 205a7d91239ec226bab435268adb86ca41e4c4d2 (patch) | |
tree | 31a2c876fb218ab0e2593f97e997b48fa1f2f825 | |
parent | 379b61bc297c9ab49b686b1c662b5dc9354a66eb (diff) | |
parent | 255be42405853c3272705ab0b038ca28e28f76ac (diff) |
Merge "Add new csit job for catalog"
-rw-r--r-- | jjb/vfc/vfc-nfvo-catalog-csit.yaml | 14 |
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 |