2 ########################
3 # Job configuration for opnfv-lint
4 ########################
12 - 'opnfv-lint-verify-{stream}'
13 - 'opnfv-yamllint-verify-{stream}'
14 - 'opnfv-pylint-verify-{stream}'
22 branch: 'stable/{stream}'
23 gs-pathname: '/{stream}'
26 branch: 'stable/{stream}'
27 gs-pathname: '/{stream}'
30 ########################
32 ########################
35 name: 'opnfv-lint-verify-{stream}'
37 disabled: '{obj:disabled}'
43 project: $GERRIT_PROJECT
47 description: Slaves to execute yamllint
50 allowed-multiselect: true
51 ignore-offline-nodes: true
58 server-name: 'gerrit.opnfv.org'
60 - patchset-created-event:
61 exclude-drafts: 'false'
62 exclude-trivial-rebase: 'false'
63 exclude-no-code-change: 'false'
64 - draft-published-event
65 - comment-added-contains-event:
66 comment-contains-value: 'recheck'
68 - project-compare-type: 'REG_EXP'
69 project-pattern: 'releng|doctor|pharos'
71 - branch-compare-type: 'ANT'
72 branch-pattern: '**/{branch}'
87 name: 'opnfv-pylint-verify-{stream}'
89 disabled: '{obj:disabled}'
95 project: $GERRIT_PROJECT
99 description: Slaves to execute yamllint
102 allowed-multiselect: true
103 ignore-offline-nodes: true
110 server-name: 'gerrit.opnfv.org'
112 - patchset-created-event:
113 exclude-drafts: 'false'
114 exclude-trivial-rebase: 'false'
115 exclude-no-code-change: 'false'
116 - draft-published-event
117 - comment-added-contains-event:
118 comment-contains-value: 'recheck'
119 - comment-added-contains-event:
120 comment-contains-value: 'reverify'
122 - project-compare-type: 'REG_EXP'
123 project-pattern: 'sdnvpn|qtip|daisy|sfc|escalator'
125 - branch-compare-type: 'ANT'
126 branch-pattern: '**/{branch}'
137 name: 'opnfv-yamllint-verify-{stream}'
139 disabled: '{obj:disabled}'
145 project: $GERRIT_PROJECT
149 description: Slaves to execute yamllint
152 allowed-multiselect: true
153 ignore-offline-nodes: true
160 server-name: 'gerrit.opnfv.org'
162 - patchset-created-event:
163 exclude-drafts: 'false'
164 exclude-trivial-rebase: 'false'
165 exclude-no-code-change: 'false'
166 - draft-published-event
167 - comment-added-contains-event:
168 comment-contains-value: 'recheck'
169 - comment-added-contains-event:
170 comment-contains-value: 'reverify'
172 - project-compare-type: 'REG_EXP'
173 project-pattern: 'armband|fuel|releng-anteater'
175 - branch-compare-type: 'ANT'
176 branch-pattern: '**/{branch}'