summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-07-01 07:59:20 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-01 07:59:20 +0000
commit627a48c60acd1fe3210a0e488c3614affade6c4f (patch)
treee5cfacb967c7eebeb270b5c95497b69957174a00
parentb182b6d6072916265ececd6f9fb013fdec99698a (diff)
parentcb3a0a7b3c63135fb2c5ca72c2c8b44452498e44 (diff)
Merge "Add domino project"
-rw-r--r--jjb/domino/domino.yml55
1 files changed, 55 insertions, 0 deletions
diff --git a/jjb/domino/domino.yml b/jjb/domino/domino.yml
new file mode 100644
index 000000000..29e171b80
--- /dev/null
+++ b/jjb/domino/domino.yml
@@ -0,0 +1,55 @@
+- project:
+ name: domino
+
+ project: '{name}'
+
+ jobs:
+ - 'domino-verify-{stream}'
+
+ stream:
+ - master:
+ branch: '{stream}'
+ gs-pathname: ''
+
+- job-template:
+ name: 'domino-verify-{stream}'
+
+ parameters:
+ - project-parameter:
+ project: '{project}'
+ - gerrit-parameter:
+ branch: '{branch}'
+ - 'opnfv-build-ubuntu-defaults'
+
+ scm:
+ - gerrit-trigger-scm:
+ credentials-id: '{ssh-credentials}'
+ refspec: '$GERRIT_REFSPEC'
+ choosing-strategy: 'gerrit'
+
+ triggers:
+ - gerrit:
+ 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}'
+ forbidden-file-paths:
+ - compare-type: ANT
+ pattern: 'docs/**|.gitignore'
+
+ builders:
+ - shell: |
+ #!/bin/bash
+ ./tests/run.sh