summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-09-14 23:57:20 +0800
committerGuo Ruijing <ruijing.guo@intel.com>2017-09-14 23:57:55 +0800
commit4e97d2df19914addc1c98163c46044cee6032bb1 (patch)
treeaf993647db5ce5865d846755064cf09a62c8846b /jjb
parent321d339d1aa81f65598755c33306e6eb23e1be95 (diff)
add jenkins for stor4nfv
Change-Id: I2abd2d200840a16139befe1bb734b94e175123d9 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/stor4nfv/stor4nfv-project.yml64
1 files changed, 64 insertions, 0 deletions
diff --git a/jjb/stor4nfv/stor4nfv-project.yml b/jjb/stor4nfv/stor4nfv-project.yml
new file mode 100644
index 000000000..5885c4675
--- /dev/null
+++ b/jjb/stor4nfv/stor4nfv-project.yml
@@ -0,0 +1,64 @@
+---
+###################################################
+# All the jobs except verify have been removed!
+# They will only be enabled on request by projects!
+###################################################
+- project:
+ name: stor4nfv
+
+ project: '{name}'
+
+ jobs:
+ - 'stor4nfv-verify-{stream}'
+
+ stream:
+ - master:
+ branch: '{stream}'
+ gs-pathname: ''
+ disabled: false
+ - danube:
+ branch: 'stable/{stream}'
+ gs-pathname: '/{stream}'
+ disabled: false
+
+- job-template:
+ name: 'stor4nfv-verify-{stream}'
+
+ disabled: '{obj:disabled}'
+
+ parameters:
+ - project-parameter:
+ project: '{project}'
+ branch: '{branch}'
+ - 'opnfv-build-ubuntu-defaults'
+
+ scm:
+ - git-scm-gerrit
+
+ triggers:
+ - gerrit:
+ server-name: 'gerrit.opnfv.org'
+ trigger-on:
+ - patchset-created-event:
+ exclude-drafts: 'false'
+ exclude-trivial-rebase: 'false'
+ exclude-no-code-change: 'false'
+ - draft-published-event
+ - comment-added-contains-event:
+ comment-contains-value: 'recheck'
+ - comment-added-contains-event:
+ comment-contains-value: 'reverify'
+ projects:
+ - project-compare-type: 'ANT'
+ project-pattern: '{project}'
+ branches:
+ - branch-compare-type: 'ANT'
+ branch-pattern: '**/{branch}'
+ disable-strict-forbidden-file-verification: 'true'
+ forbidden-file-paths:
+ - compare-type: ANT
+ pattern: 'docs/**|.gitignore'
+
+ builders:
+ - shell: |
+ echo "Nothing to verify!"