clean scm defenitions
[releng.git] / jjb / domino / domino.yml
1 - project:
2     name: domino
3
4     project: '{name}'
5
6     jobs:
7         - 'domino-verify-{stream}'
8
9     stream:
10         - master:
11             branch: '{stream}'
12             gs-pathname: ''
13             disabled: false
14         - colorado:
15             branch: 'stable/{stream}'
16             gs-pathname: '/{stream}'
17             disabled: false
18
19 - job-template:
20     name: 'domino-verify-{stream}'
21
22     disabled: '{obj:disabled}'
23
24     parameters:
25         - project-parameter:
26             project: '{project}'
27         - gerrit-parameter:
28             branch: '{branch}'
29         - 'opnfv-build-ubuntu-defaults'
30
31     scm:
32         - git-scm-gerrit
33
34     triggers:
35         - gerrit:
36             server-name: 'gerrit.opnfv.org'
37             trigger-on:
38                 - patchset-created-event:
39                     exclude-drafts: 'false'
40                     exclude-trivial-rebase: 'false'
41                     exclude-no-code-change: 'false'
42                 - draft-published-event
43                 - comment-added-contains-event:
44                     comment-contains-value: 'recheck'
45                 - comment-added-contains-event:
46                     comment-contains-value: 'reverify'
47             projects:
48               - project-compare-type: 'ANT'
49                 project-pattern: '{project}'
50                 branches:
51                   - branch-compare-type: 'ANT'
52                     branch-pattern: '**/{branch}'
53                 forbidden-file-paths:
54                   - compare-type: ANT
55                     pattern: 'docs/**|.gitignore'
56
57     builders:
58         - shell: |
59             #!/bin/bash
60             ./tests/run.sh