blob: f07e6e4535a20bc57f191e3283bacc75fa2b0da8 [file] [log] [blame]
Gary Wu0bb72f52017-07-13 12:32:14 -07001---
2- job-template:
3 name: '{project-name}-{stream}-verify-csit-{functionality}'
Jessica Wagantall83656992019-09-06 11:26:55 -07004 disabled: '{disabled}'
Gary Wu0bb72f52017-07-13 12:32:14 -07005
6 project-type: freestyle
Bartek Grzybowski452799e2020-03-20 16:00:10 +01007 build-node: 'ubuntu1804-docker-8c-8g'
Gary Wu0bb72f52017-07-13 12:32:14 -07008 node: '{build-node}'
Jessica Wagantall488a3502019-11-04 18:47:05 -08009 recipients: ''
Anil Belur266230d2020-01-26 10:33:47 +100010 java-version: 'openjdk11'
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +020011 python-version: python3
Gary Wu0bb72f52017-07-13 12:32:14 -070012
13 properties:
14 - lf-infra-properties:
Gary Wub3440442018-09-27 10:47:38 -070015 project: 'integration/csit'
Gary Wu0bb72f52017-07-13 12:32:14 -070016 build-days-to-keep: '{build-days-to-keep}'
17
18 parameters:
19 - infra-parameters:
Gary Wub3440442018-09-27 10:47:38 -070020 project: 'integration/csit'
Gary Wu0bb72f52017-07-13 12:32:14 -070021 branch: '{branch}'
22 refspec: 'refs/heads/{branch}'
23 artifacts: '{archive-artifacts}'
24 - integration-test-plan:
25 test-plan: 'plans/{project-name}/{functionality}'
26 - integration-test-options:
27 test-options: '{robot-options}'
28
29 scm:
30 - gerrit-trigger-scm:
31 refspec: '$GERRIT_REFSPEC'
32 choosing-strategy: 'gerrit'
33 submodule-recursive: '{submodule-recursive}'
34
35 wrappers:
36 - lf-infra-wrappers:
37 build-timeout: '{build-timeout}'
38 jenkins-ssh-credential: '{jenkins-ssh-credential}'
39
40 triggers:
41 - gerrit-trigger-patch-submitted:
42 server: '{server-name}'
Gary Wub3440442018-09-27 10:47:38 -070043 project: 'integration/csit'
Gary Wu0bb72f52017-07-13 12:32:14 -070044 branch: '{branch}'
Gary Wub3440442018-09-27 10:47:38 -070045 files: '**/{project-name}/**'
Gary Wu0bb72f52017-07-13 12:32:14 -070046
47 builders:
Anil Belur266230d2020-01-26 10:33:47 +100048 - lf-update-java-alternatives:
49 java-version: '{java-version}'
Gary Wu0bb72f52017-07-13 12:32:14 -070050 - integration-install-robotframework
51 - inject:
52 properties-file: 'env.properties'
53 - integration-run-test
54
55 publishers:
56 - integration-robot:
57 unstable-if: 0.0
58 pass-if: 100.0
59 - lf-infra-publish
Jessica Wagantall488a3502019-11-04 18:47:05 -080060 - email:
61 recipients: '{recipients}'
62 notify-every-unstable-build: false
63 send-to-individuals: true
Gary Wu0bb72f52017-07-13 12:32:14 -070064
65- job-template:
66 name: '{project-name}-{stream}-csit-{functionality}'
Jessica Wagantall83656992019-09-06 11:26:55 -070067 disabled: '{disabled}'
Gary Wu0bb72f52017-07-13 12:32:14 -070068
69 project-type: freestyle
Bartek Grzybowski452799e2020-03-20 16:00:10 +010070 build-node: 'ubuntu1804-docker-8c-8g'
Gary Wu0bb72f52017-07-13 12:32:14 -070071 node: '{build-node}'
Jessica Wagantall488a3502019-11-04 18:47:05 -080072 recipients: ''
Anil Belur266230d2020-01-26 10:33:47 +100073 java-version: 'openjdk11'
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +020074 python-version: python3
Gary Wu0bb72f52017-07-13 12:32:14 -070075
76 properties:
77 - lf-infra-properties:
Gary Wub3440442018-09-27 10:47:38 -070078 project: 'integration/csit'
Gary Wu0bb72f52017-07-13 12:32:14 -070079 build-days-to-keep: '{build-days-to-keep}'
80
81 parameters:
82 - infra-parameters:
Gary Wub3440442018-09-27 10:47:38 -070083 project: 'integration/csit'
Gary Wu0bb72f52017-07-13 12:32:14 -070084 branch: '{branch}'
85 refspec: 'refs/heads/{branch}'
86 artifacts: '{archive-artifacts}'
87 - integration-test-plan:
88 test-plan: 'plans/{project-name}/{functionality}'
89 - integration-test-options:
90 test-options: '{robot-options}'
91
92 scm:
93 - gerrit-trigger-scm:
94 refspec: ''
95 choosing-strategy: 'default'
96 submodule-recursive: '{submodule-recursive}'
97
98 wrappers:
99 - lf-infra-wrappers:
100 build-timeout: '{build-timeout}'
101 jenkins-ssh-credential: '{jenkins-ssh-credential}'
102
103 triggers:
104 - gerrit-trigger-patch-merged:
105 server: '{server-name}'
Gary Wub3440442018-09-27 10:47:38 -0700106 project: 'integration/csit'
Gary Wu0bb72f52017-07-13 12:32:14 -0700107 branch: '{branch}'
Gary Wub3440442018-09-27 10:47:38 -0700108 files: '**/{project-name}/**'
Gary Wu0bb72f52017-07-13 12:32:14 -0700109 - timed: '@daily'
110 - reverse:
111 jobs: '{obj:trigger_jobs}'
112
113 builders:
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200114 - lf-infra-pre-build
Anil Belur266230d2020-01-26 10:33:47 +1000115 - lf-update-java-alternatives:
116 java-version: '{java-version}'
Gary Wu0bb72f52017-07-13 12:32:14 -0700117 - integration-install-robotframework
118 - inject:
119 properties-file: 'env.properties'
120 - integration-run-test
121
122 publishers:
123 - integration-robot:
124 unstable-if: 0.0
125 pass-if: 100.0
126 - lf-infra-publish
Jessica Wagantall488a3502019-11-04 18:47:05 -0800127 - email:
128 recipients: '{recipients}'
129 notify-every-unstable-build: false
130 send-to-individuals: true
Yuli Shlosberg6edd8ba2017-11-30 18:00:27 +0200131
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200132- job-template:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200133 # Job template for project-specific CSIT jobs
134 #
135 # The purpose of this job template is to execute
136 # project-specific CSIT test cases for docker image versions
137 # identified by unique docker tag input parameter
138 #
139
140 name: '{project-name}-{stream}-project-csit'
Lasse Kaihlavirtaf8191142020-11-11 19:27:57 +0200141 disabled: '{disabled}'
Lasse Kaihlavirtaf8191142020-11-11 19:27:57 +0200142 project-type: freestyle
143 build-node: 'ubuntu1804-docker-8c-8g'
144 node: '{build-node}'
145 recipients: ''
146 java-version: 'openjdk11'
147 python-version: python3
148
149 properties:
150 - lf-infra-properties:
151 project: '{project}'
152 build-days-to-keep: '{build-days-to-keep}'
153
154 parameters:
155 - infra-parameters:
156 project: '{project}'
157 branch: '{branch}'
158 refspec: 'refs/heads/{branch}'
159 artifacts: '{archive-artifacts}'
Lasse Kaihlavirtaf8191142020-11-11 19:27:57 +0200160 - integration-test-options:
161 test-options: '{robot-options}'
Lasse Kaihlavirtafd9769f2020-11-17 18:54:57 +0200162 - integration-unique-docker-tag:
163 unique-docker-tag: ''
Lasse Kaihlavirtaf8191142020-11-11 19:27:57 +0200164
165 scm:
166 - gerrit-trigger-scm:
167 refspec: '$GERRIT_REFSPEC'
168 choosing-strategy: 'gerrit'
169 submodule-recursive: '{submodule-recursive}'
170
171 wrappers:
172 - lf-infra-wrappers:
173 build-timeout: '{build-timeout}'
174 jenkins-ssh-credential: '{jenkins-ssh-credential}'
175
176 builders:
177 - lf-infra-pre-build
178 - lf-update-java-alternatives:
179 java-version: '{java-version}'
180 - integration-install-robotframework
181 - inject:
182 properties-file: 'env.properties'
183 - integration-run-project-test
184
185 publishers:
186 - integration-project-robot:
187 unstable-if: 0.0
188 pass-if: 100.0
189 - lf-infra-publish
190 - email:
191 recipients: '{recipients}'
192 notify-every-unstable-build: false
193 send-to-individuals: true
194
195- job-template:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200196 # Job template for review verification jobs in
197 # project-specific CSIT flow
198 #
199 # The purpose of this job template is to:
200 # 1. trigger snapshot docker build job
201 # 2. trigger CSIT job
202 # 3. give a verify vote to the triggering review
203 #
204
205 name: '{project-name}-review-verification-{stream}'
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200206 disabled: '{disabled}'
207 project-type: freestyle
208 build-node: 'ubuntu1804-docker-8c-8g'
209 java-version: 'openjdk11'
210
211 properties:
212 - lf-infra-properties:
213 project: '{project}'
214 build-days-to-keep: '{build-days-to-keep}'
215 parameters:
216 - infra-parameters:
217 project: '{project}'
218 branch: '{branch}'
219 refspec: 'refs/heads/{branch}'
220 artifacts: '{archive-artifacts}'
221 scm:
222 - gerrit-trigger-scm:
223 refspec: '$GERRIT_REFSPEC'
224 choosing-strategy: 'gerrit'
225 submodule-recursive: '{submodule-recursive}'
226 wrappers:
227 - lf-infra-wrappers:
228 build-timeout: '{build-timeout}'
229 jenkins-ssh-credential: '{jenkins-ssh-credential}'
230 builders:
231 - lf-infra-pre-build
232 - lf-maven-install:
233 mvn-version: "{mvn-version}"
234 - lf-update-java-alternatives:
235 java-version: "{java-version}"
236 - lf-provide-maven-settings:
237 global-settings-file: "{mvn-global-settings}"
238 settings-file: "{mvn-settings}"
239 - trigger-builds:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200240 - project: "{project-name}-{stream}-{artifact-type}-docker-snapshot"
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200241 predefined-parameters: |
Lasse Kaihlavirta8446b9d2020-11-09 11:57:50 +0200242 UNIQUE_DOCKER_TAG=$BUILD_TAG
Lasse Kaihlavirtaf8191142020-11-11 19:27:57 +0200243 PROJECT=$PROJECT
244 BRANCH=$BRANCH
245 GERRIT_REFSPEC=$GERRIT_REFSPEC
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200246 block: true
247 - trigger-builds:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200248 - project: "{project-name}-{stream}-project-csit"
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200249 predefined-parameters: |
Lasse Kaihlavirta8446b9d2020-11-09 11:57:50 +0200250 UNIQUE_DOCKER_TAG=$BUILD_TAG
Lasse Kaihlavirtaf8191142020-11-11 19:27:57 +0200251 PROJECT=$PROJECT
252 BRANCH=$BRANCH
253 GERRIT_REFSPEC=$GERRIT_REFSPEC
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200254 block: true
255 triggers:
256 - gerrit-trigger-patch-submitted:
257 server: '{server-name}'
258 project: '{project}'
259 branch: '{branch}'
Lasse Kaihlavirta8446b9d2020-11-09 11:57:50 +0200260 files: '**'
Lasse Kaihlavirta46e537c2020-11-04 19:54:26 +0200261 publishers:
262 - lf-infra-publish
263
Lasse Kaihlavirtabc08d652020-11-18 19:47:24 +0200264- job-template:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200265 # Job template for merge verification jobs in
266 # project-specific CSIT flow
267 #
268 # The purpose of this job template is to trigger
269 # the following jobs in sequence:
270 # 1. snapshot docker build job
271 # 2. CSIT job
272 # 3. docker staging job
273 #
274
275 name: '{project-name}-merge-verification-{stream}'
Lasse Kaihlavirtabc08d652020-11-18 19:47:24 +0200276 disabled: '{disabled}'
277 project-type: freestyle
278 build-node: 'ubuntu1804-docker-8c-8g'
279 java-version: 'openjdk11'
280
281 properties:
282 - lf-infra-properties:
283 project: '{project}'
284 build-days-to-keep: '{build-days-to-keep}'
285 parameters:
286 - infra-parameters:
287 project: '{project}'
288 branch: '{branch}'
289 refspec: 'refs/heads/{branch}'
290 artifacts: '{archive-artifacts}'
291 scm:
292 - gerrit-trigger-scm:
293 refspec: ''
294 choosing-strategy: 'default'
295 submodule-recursive: '{submodule-recursive}'
296 wrappers:
297 - lf-infra-wrappers:
298 build-timeout: '{build-timeout}'
299 jenkins-ssh-credential: '{jenkins-ssh-credential}'
300 builders:
301 - lf-infra-pre-build
302 - lf-maven-install:
303 mvn-version: "{mvn-version}"
304 - lf-update-java-alternatives:
305 java-version: "{java-version}"
306 - lf-provide-maven-settings:
307 global-settings-file: "{mvn-global-settings}"
308 settings-file: "{mvn-settings}"
309 - trigger-builds:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200310 - project: "{project-name}-{stream}-{artifact-type}-docker-snapshot"
Lasse Kaihlavirtabc08d652020-11-18 19:47:24 +0200311 predefined-parameters: |
312 UNIQUE_DOCKER_TAG=$BUILD_TAG
313 PROJECT=$PROJECT
314 BRANCH=$BRANCH
315 GERRIT_REFSPEC=$GERRIT_REFSPEC
316 block: true
317 - trigger-builds:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200318 - project: "{project-name}-{stream}-project-csit"
Lasse Kaihlavirtabc08d652020-11-18 19:47:24 +0200319 predefined-parameters: |
320 UNIQUE_DOCKER_TAG=$BUILD_TAG
321 PROJECT=$PROJECT
322 BRANCH=$BRANCH
323 GERRIT_REFSPEC=$GERRIT_REFSPEC
324 block: true
325 - trigger-builds:
Lasse Kaihlavirtabfdc1992020-11-27 16:54:51 +0200326 - project: "{project-name}-{stream}-docker-staging"
Lasse Kaihlavirtabc08d652020-11-18 19:47:24 +0200327 predefined-parameters: |
328 UNIQUE_DOCKER_TAG=$BUILD_TAG
329 PROJECT=$PROJECT
330 BRANCH=$BRANCH
331 GERRIT_REFSPEC=$GERRIT_REFSPEC
332 block: true
333 triggers:
334 - gerrit-trigger-patch-merged:
335 server: '{server-name}'
336 project: '{project}'
337 branch: '{branch}'
338 files: '**'
339 publishers:
340 - lf-infra-publish
341