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
51 allowed-multiselect: true
52 ignore-offline-nodes: true
59 server-name: 'gerrit.opnfv.org'
61 - patchset-created-event:
62 exclude-drafts: 'false'
63 exclude-trivial-rebase: 'false'
64 exclude-no-code-change: 'false'
65 - draft-published-event
66 - comment-added-contains-event:
67 comment-contains-value: 'recheck'
69 - project-compare-type: 'REG_EXP'
70 project-pattern: 'releng|doctor|pharos'
72 - branch-compare-type: 'ANT'
73 branch-pattern: '**/{branch}'
88 name: 'opnfv-pylint-verify-{stream}'
90 disabled: '{obj:disabled}'
96 project: $GERRIT_PROJECT
100 description: Slaves to execute pylint
104 allowed-multiselect: true
105 ignore-offline-nodes: true
112 server-name: 'gerrit.opnfv.org'
114 - patchset-created-event:
115 exclude-drafts: 'false'
116 exclude-trivial-rebase: 'false'
117 exclude-no-code-change: 'false'
118 - draft-published-event
119 - comment-added-contains-event:
120 comment-contains-value: 'recheck'
121 - comment-added-contains-event:
122 comment-contains-value: 'reverify'
124 - project-compare-type: 'REG_EXP'
125 project-pattern: 'sdnvpn|qtip|daisy|sfc|escalator'
127 - branch-compare-type: 'ANT'
128 branch-pattern: '**/{branch}'
139 name: 'opnfv-yamllint-verify-{stream}'
141 disabled: '{obj:disabled}'
147 project: $GERRIT_PROJECT
151 description: Slaves to execute yamllint
155 allowed-multiselect: true
156 ignore-offline-nodes: true
163 server-name: 'gerrit.opnfv.org'
165 - patchset-created-event:
166 exclude-drafts: 'false'
167 exclude-trivial-rebase: 'false'
168 exclude-no-code-change: 'false'
169 - draft-published-event
170 - comment-added-contains-event:
171 comment-contains-value: 'recheck'
172 - comment-added-contains-event:
173 comment-contains-value: 'reverify'
175 - project-compare-type: 'REG_EXP'
176 project-pattern: 'armband|fuel|releng-anteater'
178 - branch-compare-type: 'ANT'
179 branch-pattern: '**/{branch}'