summaryrefslogtreecommitdiffstats
path: root/jjb/container4nfv
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-08-28 11:58:19 -0700
committerGuo Ruijing <ruijing.guo@intel.com>2017-08-28 11:59:29 -0700
commitfa2d1d38ec247efef2c99a776d6304970fb9ec31 (patch)
treedcb7b931f68ebe0ab3612cca63b96e5b2e347dc5 /jjb/container4nfv
parent5034e8cd06f9842c7683295eb280a7c82d1756a2 (diff)
migrate openretriever to container4nfv
Change-Id: I6c758395abff5c980c013cbe65f99ad8938e20af Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'jjb/container4nfv')
-rw-r--r--jjb/container4nfv/container4nfv-project.yml63
1 files changed, 63 insertions, 0 deletions
diff --git a/jjb/container4nfv/container4nfv-project.yml b/jjb/container4nfv/container4nfv-project.yml
new file mode 100644
index 000000000..3b29b36f8
--- /dev/null
+++ b/jjb/container4nfv/container4nfv-project.yml
@@ -0,0 +1,63 @@
+###################################################
+# All the jobs except verify have been removed!
+# They will only be enabled on request by projects!
+###################################################
+- project:
+ name: container4nfv
+
+ project: '{name}'
+
+ jobs:
+ - 'container4nfv-verify-{stream}'
+
+ stream:
+ - master:
+ branch: '{stream}'
+ gs-pathname: ''
+ disabled: false
+ - danube:
+ branch: 'stable/{stream}'
+ gs-pathname: '/{stream}'
+ disabled: false
+
+- job-template:
+ name: 'container4nfv-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!"