blob: 25613037203dfa88fe462deae87ead69819aefe2 [file] [log] [blame]
Kailashbe4dc092019-01-23 09:22:17 -08001---
Zack Williams73c3cf42019-02-25 23:43:22 -07002# omec-ci jobs
Zack Williams5d81f812019-02-27 14:37:09 -07003# Uses github pull request builder to trigger and Jenkinsfiles from this repo
4# https://github.com/omec-project/omec-project-ci
Kailashbe4dc092019-01-23 09:22:17 -08005
Zack Williams320b3142019-03-14 23:10:01 -07006# generic OMEC test-case jobs, shared by other projects and triggered within pipelines
7- project:
8 name: omec
Zack Williamsb3292082019-10-11 17:15:18 -07009 build-node: 'intel-102'
Zack Williams320b3142019-03-14 23:10:01 -070010
11 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
12 github_pr_org_list:
13 - 'omec-project'
14
15 jobs:
16 - 'omec-tc1'
17 - 'omec-tc2'
Jeremy Ronquillo6d1e08a2020-04-03 11:31:32 -070018 - 'omec-deploy-staging'
You Wang5c15a7a2020-04-02 11:24:33 -070019 - 'omec-postmerge':
20 project: '{name}'
21 build-node: 'omec-qa'
22 c3po-branch-name: 'multiUpfs'
23 ngic-branch-name: 'master'
24 openmme-branch-name: 'paging'
25 pipeline-file: 'omec-postmerge.groovy'
Zack Williams320b3142019-03-14 23:10:01 -070026
Zack Williams73c3cf42019-02-25 23:43:22 -070027# for ngic-rtc
Kailashbe4dc092019-01-23 09:22:17 -080028- project:
Zack Williams73c3cf42019-02-25 23:43:22 -070029 name: ngic-rtc
30 project: '{name}'
Kailashbe4dc092019-01-23 09:22:17 -080031
Zack Williamsb3292082019-10-11 17:15:18 -070032 build-node: 'intel-102'
Zack Williams5d81f812019-02-27 14:37:09 -070033
Zack Williams1e325b22019-07-24 17:52:57 -070034 github-organization: 'omec-project'
35
Zack Williams5d81f812019-02-27 14:37:09 -070036 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
37 github_pr_org_list:
38 - 'omec-project'
39
Kailashbe4dc092019-01-23 09:22:17 -080040 jobs:
Zack Williams320b3142019-03-14 23:10:01 -070041 - 'omec-combined':
42 pipeline-file: 'Jenkinsfile-omec-combined.groovy'
43 - 'omec-install':
Zack Williamse306e572019-04-18 07:12:46 -070044 sub-project: '{name}'
Zack Williams73c3cf42019-02-25 23:43:22 -070045 pipeline-file: 'Jenkinsfile-omec-install-ngic-rtc-vnf.groovy'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -080046 - 'omec-fossa':
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -080047 pipeline-file: 'omec-fossa-scan.groovy'
48 build-node: 'omec-qa'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -080049 - 'omec-reuse':
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -080050 pipeline-file: 'omec-reuse-scan.groovy'
51 build-node: 'omec-qa'
Zack Williams1e325b22019-07-24 17:52:57 -070052 - 'docker-publish-github':
53 build-timeout: 30
54 docker-repo: 'omecproject'
You Wang8512b832020-03-25 14:47:56 -070055 build-node: 'ubuntu16.04-basebuild-4c-8g'
Zack Williams73c3cf42019-02-25 23:43:22 -070056
Zack Williamse306e572019-04-18 07:12:46 -070057# for c3po
Zack Williams73c3cf42019-02-25 23:43:22 -070058- project:
Zack Williamse306e572019-04-18 07:12:46 -070059 name: c3po
Zack Williams73c3cf42019-02-25 23:43:22 -070060 project: '{name}'
61
Zack Williamsb3292082019-10-11 17:15:18 -070062 build-node: 'intel-102'
Zack Williams5d81f812019-02-27 14:37:09 -070063
Zack Williams1e325b22019-07-24 17:52:57 -070064 github-organization: 'omec-project'
65
Zack Williams5d81f812019-02-27 14:37:09 -070066 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
67 github_pr_org_list:
68 - 'omec-project'
69
Zack Williams73c3cf42019-02-25 23:43:22 -070070 jobs:
Zack Williams320b3142019-03-14 23:10:01 -070071 - 'omec-combined':
72 pipeline-file: 'Jenkinsfile-omec-combined.groovy'
73 - 'omec-install':
Zack Williamse306e572019-04-18 07:12:46 -070074 sub-project: 'c3po-sgx'
Zack Williams62021452019-04-15 13:23:46 -070075 pipeline-file: 'Jenkinsfile-omec-install-c3po-sgx-vnf.groovy'
Zack Williamse306e572019-04-18 07:12:46 -070076 - 'omec-install':
77 sub-project: 'c3po-hss'
78 pipeline-file: 'Jenkinsfile-omec-install-c3po-hss-vnf.groovy'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -080079 - 'omec-fossa':
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -080080 pipeline-file: 'omec-fossa-scan.groovy'
81 build-node: 'omec-qa'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -080082 - 'omec-reuse':
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -080083 pipeline-file: 'omec-reuse-scan.groovy'
84 build-node: 'omec-qa'
Zack Williams1e325b22019-07-24 17:52:57 -070085 - 'docker-publish-github':
86 build-timeout: 30
87 docker-repo: 'omecproject'
You Wang8512b832020-03-25 14:47:56 -070088 build-node: 'ubuntu16.04-basebuild-1c-2g'
Zack Williams73c3cf42019-02-25 23:43:22 -070089
90# for openmme
91- project:
92 name: openmme
93 project: '{name}'
94
Zack Williamsdf7f9d32019-11-05 07:40:20 -070095 build-node: 'intel-102'
Zack Williams5d81f812019-02-27 14:37:09 -070096
Zack Williams1e325b22019-07-24 17:52:57 -070097 github-organization: 'omec-project'
98
Zack Williams5d81f812019-02-27 14:37:09 -070099 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
100 github_pr_org_list:
101 - 'omec-project'
102
Zack Williams73c3cf42019-02-25 23:43:22 -0700103 jobs:
Zack Williams320b3142019-03-14 23:10:01 -0700104 - 'omec-combined':
105 pipeline-file: 'Jenkinsfile-omec-combined.groovy'
106 - 'omec-install':
Zack Williamse306e572019-04-18 07:12:46 -0700107 sub-project: '{name}'
Zack Williams73c3cf42019-02-25 23:43:22 -0700108 pipeline-file: 'Jenkinsfile-omec-install-openmme-vnf.groovy'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -0800109 - 'omec-fossa':
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -0800110 pipeline-file: 'omec-fossa-scan.groovy'
111 build-node: 'omec-qa'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -0800112 - 'omec-reuse':
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -0800113 pipeline-file: 'omec-reuse-scan.groovy'
114 build-node: 'omec-qa'
Zack Williams1e325b22019-07-24 17:52:57 -0700115 - 'docker-publish-github':
116 build-timeout: 30
117 docker-repo: 'omecproject'
You Wang8512b832020-03-25 14:47:56 -0700118 build-node: 'ubuntu16.04-basebuild-1c-2g'
Zack Williams73c3cf42019-02-25 23:43:22 -0700119
Jeremy Ronquilloa9b8e4d2020-02-28 13:59:12 -0800120# for nucleus
121- project:
122 name: Nucleus
123 project: '{name}'
124
125 build-node: 'intel-102'
126
127 github-organization: 'omec-project'
128
129 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
130 github_pr_org_list:
131 - 'omec-project'
132
133 jobs:
134 - 'omec-fossa':
135 pipeline-file: 'omec-fossa-scan.groovy'
136 build-node: 'omec-qa'
137 - 'omec-reuse':
138 pipeline-file: 'omec-reuse-scan.groovy'
139 build-node: 'omec-qa'
140
Jeremy Ronquilloea6d6202020-03-04 10:27:35 -0800141# for freediameter
142- project:
143 name: freediameter
144 project: '{name}'
145
146 build-node: 'intel-102'
147
148 github-organization: 'omec-project'
149
150 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
151 github_pr_org_list:
152 - 'omec-project'
153
154 jobs:
155 - 'omec-fossa':
156 pipeline-file: 'omec-fossa-scan.groovy'
157 build-node: 'omec-qa'
158 - 'omec-reuse':
159 pipeline-file: 'omec-reuse-scan.groovy'
160 build-node: 'omec-qa'
161
Jeremy Ronquillocc302e12020-03-30 11:44:49 -0700162# for ignite
163- project:
164 name: ignite
165 project: '{name}'
166
167 build-node: 'intel-102'
168
169 github-organization: 'omec-project'
170
171 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
172 github_pr_org_list:
173 - 'omec-project'
174
175 jobs:
176 - 'omec-fossa':
177 pipeline-file: 'omec-fossa-scan.groovy'
178 build-node: 'omec-qa'
179 - 'omec-reuse':
180 pipeline-file: 'omec-reuse-scan.groovy'
181 build-node: 'omec-qa'
182
You Wangccc13492020-04-01 11:11:59 -0700183# for upf-epc
184- project:
185 name: upf-epc
186 project: '{name}'
187
188 github-organization: 'omec-project'
189
190 github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003'
191 github_pr_org_list:
192 - 'omec-project'
193
194 jobs:
195 - 'omec-fossa':
196 pipeline-file: 'omec-fossa-scan.groovy'
197 build-node: 'omec-qa'
198 - 'omec-reuse':
199 pipeline-file: 'omec-reuse-scan.groovy'
200 build-node: 'omec-qa'
201 - 'docker-publish-github':
202 build-timeout: 30
203 docker-repo: 'omecproject'
You Wanged3a4c52020-04-04 15:44:29 -0700204 build-node: 'ubuntu16.04-basebuild-2c-4g'
You Wangccc13492020-04-01 11:11:59 -0700205
Zack Williams320b3142019-03-14 23:10:01 -0700206# Combined pipeline
Kailashbe4dc092019-01-23 09:22:17 -0800207- job-template:
Zack Williams320b3142019-03-14 23:10:01 -0700208 id: 'omec-combined'
209 name: 'omec_{project}_combined'
Kailashbe4dc092019-01-23 09:22:17 -0800210 project-type: pipeline
211
212 description: |
213 <!-- Managed by Jenkins Job Builder -->
Zack Williams73c3cf42019-02-25 23:43:22 -0700214 Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br />
Kailashbe4dc092019-01-23 09:22:17 -0800215
216 properties:
217 - cord-infra-properties:
218 build-days-to-keep: '{build-days-to-keep}'
219 artifact-num-to-keep: '{artifact-num-to-keep}'
Zack Williams73c3cf42019-02-25 23:43:22 -0700220 - github:
Zack Williams1e325b22019-07-24 17:52:57 -0700221 url: 'https://github.com/{github-organization}/{project}'
Zack Williams320b3142019-03-14 23:10:01 -0700222 - build-blocker:
223 use-build-blocker: true
224 blocking-jobs:
Zack Williams6af01fe2019-03-15 11:08:53 -0700225 - "omec_.*_combined"
Kailashbe4dc092019-01-23 09:22:17 -0800226
227 wrappers:
228 - lf-infra-wrappers:
229 build-timeout: '{build-timeout}'
230 jenkins-ssh-credential: '{jenkins-ssh-credential}'
231
232 parameters:
233 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700234 name: buildNode
235 default: '{build-node}'
hwchiu14f97852019-10-08 10:51:11 -0700236 description: 'Name of the Jenkins executor node to run the job on'
Kailashbe4dc092019-01-23 09:22:17 -0800237
238 - string:
hwchiu14f97852019-10-08 10:51:11 -0700239 name: project
240 default: '{project}'
241 description: 'Name of the project'
Kailashbe4dc092019-01-23 09:22:17 -0800242
Zack Williams73c3cf42019-02-25 23:43:22 -0700243 triggers:
Zack Williams5d81f812019-02-27 14:37:09 -0700244 - cord-infra-github-pr-trigger:
245 github_pr_org_list: '{obj:github_pr_org_list}'
246 github_pr_auth_id: '{github_pr_auth_id}'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -0800247 status_context: 'CORD Jenkins - Combined Steps Verification'
Zack Williams73c3cf42019-02-25 23:43:22 -0700248
Zack Williams5d81f812019-02-27 14:37:09 -0700249 concurrent: false
Kailashbe4dc092019-01-23 09:22:17 -0800250
251 pipeline-scm:
Zack Williams73c3cf42019-02-25 23:43:22 -0700252 script-path: '{pipeline-file}'
253 scm:
254 - git:
hwchiu14f97852019-10-08 10:51:11 -0700255 url: 'https://github.com/{github-organization}/omec-project-ci'
256 branches:
257 - 'master'
Zack Williams73c3cf42019-02-25 23:43:22 -0700258
Zack Williams320b3142019-03-14 23:10:01 -0700259# install jobs, run for each project
Zack Williams73c3cf42019-02-25 23:43:22 -0700260- job-template:
Zack Williams320b3142019-03-14 23:10:01 -0700261 id: 'omec-install'
Zack Williamse306e572019-04-18 07:12:46 -0700262 name: 'omec_{sub-project}_install'
Zack Williams73c3cf42019-02-25 23:43:22 -0700263 project-type: pipeline
264
265 description: |
266 <!-- Managed by Jenkins Job Builder -->
267 Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br />
268
269 properties:
270 - cord-infra-properties:
271 build-days-to-keep: '{build-days-to-keep}'
272 artifact-num-to-keep: '{artifact-num-to-keep}'
273 - github:
Zack Williams1e325b22019-07-24 17:52:57 -0700274 url: 'https://github.com/{github-organization}/{project}'
Zack Williams73c3cf42019-02-25 23:43:22 -0700275
276 wrappers:
277 - lf-infra-wrappers:
278 build-timeout: '{build-timeout}'
279 jenkins-ssh-credential: '{jenkins-ssh-credential}'
280
281 parameters:
282 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700283 name: buildNode
284 default: '{build-node}'
hwchiu14f97852019-10-08 10:51:11 -0700285 description: 'Name of the Jenkins executor node to run the job on'
Zack Williams73c3cf42019-02-25 23:43:22 -0700286
287 - string:
hwchiu14f97852019-10-08 10:51:11 -0700288 name: project
289 default: '{project}'
290 description: 'Name of the project'
Zack Williams73c3cf42019-02-25 23:43:22 -0700291
Zack Williams320b3142019-03-14 23:10:01 -0700292 concurrent: false
293
294 pipeline-scm:
295 script-path: '{pipeline-file}'
296 scm:
297 - git:
hwchiu14f97852019-10-08 10:51:11 -0700298 url: 'https://github.com/{github-organization}/omec-project-ci'
299 branches:
300 - 'master'
Zack Williams320b3142019-03-14 23:10:01 -0700301
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -0800302# FOSSA License Scan
303- job-template:
304 id: 'omec-fossa'
305 name: 'omec_{project}_fossa'
306 project-type: pipeline
307
308 description: |
309 <!-- Managed by Jenkins Job Builder -->
310 Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br />
311
312 properties:
313 - cord-infra-properties:
314 build-days-to-keep: '{build-days-to-keep}'
315 artifact-num-to-keep: '{artifact-num-to-keep}'
316 - github:
317 url: 'https://github.com/{github-organization}/{project}'
318
319 wrappers:
320 - lf-infra-wrappers:
321 build-timeout: '{build-timeout}'
322 jenkins-ssh-credential: '{jenkins-ssh-credential}'
323
324 parameters:
325 - string:
326 name: buildNode
327 default: '{build-node}'
328 description: 'Name of the Jenkins executor node to run the job on'
329
330 - string:
331 name: project
332 default: '{project}'
333 description: 'Name of the project'
334
335 triggers:
336 - cord-infra-github-pr-trigger:
337 github_pr_org_list: '{obj:github_pr_org_list}'
338 github_pr_auth_id: '{github_pr_auth_id}'
339 status_context: 'CORD Jenkins - FOSSA Verification'
340
341 concurrent: false
342
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -0800343 project-type: pipeline
344 dsl: !include-raw-escape: pipeline/{pipeline-file}
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -0800345
346# REUSE License Scan
347- job-template:
348 id: 'omec-reuse'
349 name: 'omec_{project}_reuse'
350 project-type: pipeline
351
352 description: |
353 <!-- Managed by Jenkins Job Builder -->
354 Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br />
355
356 properties:
357 - cord-infra-properties:
358 build-days-to-keep: '{build-days-to-keep}'
359 artifact-num-to-keep: '{artifact-num-to-keep}'
360 - github:
361 url: 'https://github.com/{github-organization}/{project}'
362
363 wrappers:
364 - lf-infra-wrappers:
365 build-timeout: '{build-timeout}'
366 jenkins-ssh-credential: '{jenkins-ssh-credential}'
367
368 parameters:
369 - string:
370 name: buildNode
371 default: '{build-node}'
372 description: 'Name of the Jenkins executor node to run the job on'
373
374 - string:
375 name: project
376 default: '{project}'
377 description: 'Name of the project'
378
379 triggers:
380 - cord-infra-github-pr-trigger:
381 github_pr_org_list: '{obj:github_pr_org_list}'
382 github_pr_auth_id: '{github_pr_auth_id}'
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -0800383 status_context: 'CORD Jenkins - Licenses Verification'
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -0800384
385 concurrent: false
386
Jeremy Ronquillof4b37be2020-01-31 13:44:14 -0800387 project-type: pipeline
388 dsl: !include-raw-escape: pipeline/{pipeline-file}
Jeremy Ronquillo9adc0a92020-01-29 10:49:45 -0800389
Zack Williams320b3142019-03-14 23:10:01 -0700390# tests
391- job-template:
392 id: 'omec-tc1'
393 name: 'omec_tc1'
394 project-type: pipeline
395
396 description: |
397 <!-- Managed by Jenkins Job Builder -->
398 Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br />
399
400 properties:
401 - cord-infra-properties:
402 build-days-to-keep: '{build-days-to-keep}'
403 artifact-num-to-keep: '{artifact-num-to-keep}'
404
405 wrappers:
406 - lf-infra-wrappers:
407 build-timeout: '{build-timeout}'
408 jenkins-ssh-credential: '{jenkins-ssh-credential}'
409
410 parameters:
411 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700412 name: buildNode
413 default: '{build-node}'
hwchiu14f97852019-10-08 10:51:11 -0700414 description: 'Name of the Jenkins executor node to run the job on'
Zack Williams73c3cf42019-02-25 23:43:22 -0700415
Zack Williams5d81f812019-02-27 14:37:09 -0700416 concurrent: false
Zack Williams73c3cf42019-02-25 23:43:22 -0700417
418 pipeline-scm:
419 script-path: 'Jenkinsfile-omec-test-TC1.groovy'
420 scm:
421 - git:
hwchiu14f97852019-10-08 10:51:11 -0700422 url: 'https://github.com/omec-project/omec-project-ci'
423 branches:
424 - 'master'
Zack Williams73c3cf42019-02-25 23:43:22 -0700425
426- job-template:
427 id: 'omec-tc2'
Zack Williams320b3142019-03-14 23:10:01 -0700428 name: 'omec_tc2'
Zack Williams73c3cf42019-02-25 23:43:22 -0700429 project-type: pipeline
430
431 description: |
432 <!-- Managed by Jenkins Job Builder -->
433 Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br />
434
435 properties:
436 - cord-infra-properties:
437 build-days-to-keep: '{build-days-to-keep}'
438 artifact-num-to-keep: '{artifact-num-to-keep}'
Zack Williams73c3cf42019-02-25 23:43:22 -0700439
440 wrappers:
441 - lf-infra-wrappers:
442 build-timeout: '{build-timeout}'
443 jenkins-ssh-credential: '{jenkins-ssh-credential}'
444
445 parameters:
446 - string:
Zack Williamsb3292082019-10-11 17:15:18 -0700447 name: buildNode
448 default: '{build-node}'
hwchiu14f97852019-10-08 10:51:11 -0700449 description: 'Name of the Jenkins executor node to run the job on'
Zack Williams73c3cf42019-02-25 23:43:22 -0700450
Zack Williams5d81f812019-02-27 14:37:09 -0700451 concurrent: false
Zack Williams73c3cf42019-02-25 23:43:22 -0700452
453 pipeline-scm:
454 script-path: 'Jenkinsfile-omec-test-TC2.groovy'
Kailashbe4dc092019-01-23 09:22:17 -0800455 scm:
456 - git:
hwchiu14f97852019-10-08 10:51:11 -0700457 url: 'https://github.com/omec-project/omec-project-ci'
458 branches:
459 - 'master'
Jeremy Ronquillo1b9581f2020-03-20 10:37:59 -0700460
461# Deploy staging
462- job-template:
463 id: 'omec-deploy-staging'
464 name: 'omec-deploy-staging'
465 project-type: pipeline
466
467 description: |
468 Automated build on AMI executor using pipeline/omec-deploy-staging.groovy. <br /><br />
469 Created from job-template {id} from ci-management/jjb/charts.yaml <br />
Jeremy Ronquillo0d731d32020-04-09 12:20:53 -0700470 Created by Jeremy Ronquillo - jeremyr@opennetworking.org <br />
Jeremy Ronquillo1b9581f2020-03-20 10:37:59 -0700471 Copyright (c) 2020 Open Networking Foundation (ONF)
472
473 properties:
474 - cord-infra-properties:
475 build-days-to-keep: '{build-days-to-keep}'
476 artifact-num-to-keep: '{artifact-num-to-keep}'
477
478 wrappers:
479 - lf-infra-wrappers:
480 build-timeout: '{build-timeout}'
481 jenkins-ssh-credential: '{jenkins-ssh-credential}'
482
483 parameters:
484 - string:
485 name: buildNode
486 default: 'omec-staging'
487 description: 'Name of the Jenkins executor node to run the job on.'
Jeremy Ronquillo0d731d32020-04-09 12:20:53 -0700488 - bool:
489 name: useProductionCluster
490 default: false
491 description: 'Check this option to use the production cluster instead of the staging cluster. <b>Use with caution.</b>'
Jeremy Ronquillo1b9581f2020-03-20 10:37:59 -0700492 - string:
493 name: registry
494 default: 'omecproject'
Jeremy Ronquillo0d731d32020-04-09 12:20:53 -0700495 description: 'Registry for all images that will be changed.'
Jeremy Ronquillo1b9581f2020-03-20 10:37:59 -0700496 - string:
497 name: hssdb_tag
498 default: ''
499 description: 'Tag for hssdb. Leave hssdb tag blank to omit changing.'
500 - string:
501 name: hss_tag
502 default: ''
503 description: 'Tag for hss. Leave hss tag blank to omit changing.'
504 - string:
505 name: mme_tag
506 default: ''
507 description: 'Tag for mme. Leave mme tag blank to omit changing.'
508 - string:
509 name: mmeExporter_tag
510 default: ''
511 description: 'Tag for mmeExporter. Leave mmeExporter tag blank to omit changing.'
512 - string:
513 name: spgwc_tag
514 default: ''
515 description: 'Tag for spgwc. Leave spgwc tag blank to omit changing.'
516 - string:
517 name: spgwu_tag
518 default: ''
519 description: 'Tag for spgwu. Leave spgwu tag blank to omit changing.'
520
521 concurrent: false
522
523 dsl: !include-raw-escape: pipeline/omec-deploy-staging.groovy
You Wang5c15a7a2020-04-02 11:24:33 -0700524
525# Post-merge job
526# Triggered by Github pull request merge
527- job-template:
528 id: omec-postmerge
529 name: '{project}_postmerge'
530 description: |
531 Created by {id} job-template from ci-management/jjb/omec-ci.yaml
532
533 properties:
534 - cord-infra-properties:
535 build-days-to-keep: '{build-days-to-keep}'
536 artifact-num-to-keep: '{artifact-num-to-keep}'
537
538 triggers:
539 - cord-infra-github-pr-trigger-merge:
540 project: '{project}'
541
542 wrappers:
543 - lf-infra-wrappers:
544 build-timeout: '{build-timeout}'
545 jenkins-ssh-credential: '{jenkins-ssh-credential}'
546
547 parameters:
548 - string:
549 name: buildNode
550 default: '{build-node}'
551 description: 'Name of the Jenkins node to run the job on'
552
553 - string:
554 name: repoName
555 default: ''
556 description: 'Name of the git repo. Populated by Generic Webhook Trigger'
557
558 - string:
559 name: repoUrl
560 default: ''
561 description: 'URL to the git repo. Populated by Generic Webhook Trigger'
562
563 - string:
564 name: branchName
565 default: ''
566 description: 'Branch of the project. Populated by Generic Webhook Trigger'
567
568 - string:
569 name: commitHash
570 default: ''
571 description: 'SHA string of the merged commit. Populated by Generic Webhook Trigger'
572
573 - string:
574 name: c3poBranchName
575 default: '{c3po-branch-name}'
576 description: 'Branch name of c3po repo which we run tests against'
577
578 - string:
579 name: ngicBranchName
580 default: '{ngic-branch-name}'
581 description: 'Branch name of ngic-rtc repo which we run tests against'
582
583 - string:
584 name: openmmeBranchName
585 default: '{openmme-branch-name}'
586 description: 'Branch name of openmme repo which we run tests against'
587
588 - string:
589 name: maintainers
590 default: 'jeremyr@opennetworking.org, you@opennetworking.org'
591 description: "The person that sould be notified if this job fails"
592
593 project-type: pipeline
594 concurrent: true
595
596 dsl: !include-raw-escape: pipeline/{pipeline-file}