diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-27 11:54:01 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2016-06-30 16:17:29 -0700 |
commit | cb3a0a7b3c63135fb2c5ca72c2c8b44452498e44 (patch) | |
tree | b2fc0c16cf789d6e3fd5ae8547b95b97d883e341 | |
parent | 256774b7850932536f02f77647c5d64056aa66be (diff) |
Add domino project
Change-Id: Ie733a929e11c3a9a8390495008bdd0a22cfec5d8
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
-rw-r--r-- | jjb/domino/domino.yml | 55 |
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 |