jjb: lttng-modules: cap 2.12 jobs to < v5.18
[lttng-ci.git] / jobs / lttng-ust.yaml
CommitLineData
2b68721a
MJ
1- defaults:
2 name: lttng-ust
3 description: |
4 LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is a
5 port of the low-overhead tracing capabilities of the LTTng kernel tracer
6 to user-space. The library "liblttng-ust" enables tracing of
7 applications and libraries.
8
9 <p>Job is managed by Jenkins Job Builder.</p>
10
11 project-type: freestyle
12
2b68721a
MJ
13 wrappers:
14 - workspace-cleanup
15 - timestamps
16 - ansicolor
17
18 scm:
19 - git:
4d27af8f 20 url: https://github.com/{github_user}/{github_name}.git
2b68721a 21 browser: githubweb
51ca880a 22 browser-url: https://github.com/{github_user}/{github_name}
2b68721a
MJ
23 branches:
24 - origin/{version}
1f4fba8c 25 basedir: src/lttng-ust
89b9225e 26 skip-tag: true
2b68721a
MJ
27
28 triggers:
29 - pollscm:
30 cron: "@hourly"
31
32 properties:
69f05d59
MJ
33 - inject:
34 properties-content: |
35 PROJECT_NAME=lttng-ust
edf72710
MJ
36 - build-discarder:
37 num-to-keep: 2
2b68721a 38 - github:
51ca880a 39 url: https://github.com/{github_user}/{github_name}
2b68721a
MJ
40
41
a3bc0379
MJ
42## Anchors
43- lttng-ust_build_axes_defaults: &lttng-ust_build_axes_defaults
44 name: 'lttng-ust_build_axes_defaults'
2b68721a 45 project-type: matrix
ca8c6144 46 node: 'master' # Applies only to matrix flyweight task
2b68721a 47 execution-strategy:
568b5cbd 48 combination-filter: '{filter}'
2b68721a
MJ
49 axes:
50 - axis:
51 type: slave
52 name: arch
53 values: '{obj:arch}'
54 - axis:
55 type: user-defined
56 name: conf
95654431 57 values: '{obj:conf}'
2b68721a
MJ
58 - axis:
59 type: user-defined
60 name: liburcu_version
81bf613d 61 values: '{obj:liburcu_version}'
2b68721a
MJ
62 - axis:
63 type: user-defined
64 name: build
65 values: '{obj:build}'
66
81056679
JR
67- lttng-ust_build_axes_gerrit_lttng-tools: &lttng-ust_build_axes_gerrit_lttng-tools
68 name: 'lttng-ust_build_axes_gerrit_lttng-tools'
69 project-type: matrix
70 node: 'master' # Applies only to matrix flyweight task
71 execution-strategy:
72 combination-filter: '{filter}'
73 axes:
74 - axis:
75 type: slave
76 name: arch
77 values: '{obj:arch}'
78 - axis:
79 type: user-defined
80 name: conf
81 values: '{obj:conf}'
82 - axis:
83 type: user-defined
84 name: build
85 values: '{obj:build}'
86
a3bc0379
MJ
87- lttng-ust_build_builders_defaults: &lttng-ust_build_builders_defaults
88 name: 'lttng-ust_build_builders_defaults'
2b68721a 89 builders:
0349e2c0
JR
90 - conditional-step:
91 condition-kind: regex-match
92 label: '$conf'
93 regex: (std|agents)
94 on-evaluation-failure: run
95 steps:
96 - copyartifact:
43786d3a 97 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std'
0349e2c0
JR
98 which-build: last-successful
99 stable: false
100 filter: 'build/**'
3579dc14 101 target: 'deps'
0349e2c0
JR
102 do-not-fingerprint: true
103
104 - conditional-step:
105 condition-kind: regex-match
106 label: '$conf'
107 regex: (debug-rcu)
108 on-evaluation-failure: run
109 steps:
110 - copyartifact:
43786d3a 111 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std'
0349e2c0
JR
112 which-build: last-successful
113 stable: false
114 filter: 'build/**'
3579dc14 115 target: 'deps'
0349e2c0 116 do-not-fingerprint: true
3e93ffa2
MJ
117 - conditional-step:
118 condition-kind: regex-match
119 label: '$conf'
120 regex: (tls_fallback)
121 on-evaluation-failure: run
122 steps:
123 - copyartifact:
43786d3a 124 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=tls_fallback,build=std'
3e93ffa2
MJ
125 which-build: last-successful
126 stable: false
127 filter: 'build/**'
128 target: 'deps'
129 do-not-fingerprint: true
2b68721a 130 - shell:
51c9c62d
MJ
131 !include-raw-escape:
132 - scripts/common/print.sh
133 - scripts/lttng-ust/build.sh
2b68721a 134
7c50e5dd
JR
135- lttng-ust_build_builders_gerrit_lttng-tools: &lttng-ust_build_builders_gerrit_lttng-tools
136 name: 'lttng-ust_build_builders_gerrit_lttng-tools'
137 builders:
81056679
JR
138 - conditional-step:
139 condition-kind: strings-match
140 condition-string1: '$GERRIT_BRANCH'
141 condition-string2: master
142 on-evaluation-failure: run
143 steps:
144 - inject:
145 properties-content: liburcu_version=master
146 - conditional-step:
147 condition-kind: not
148 on-evaluation-failure: run
149 condition-operand:
150 condition-kind: strings-match
151 condition-string1: '$GERRIT_BRANCH'
152 condition-string2: master
153 steps:
154 - inject:
155 properties-content: 'liburcu_version={liburcu_version}'
156
7c50e5dd
JR
157 - conditional-step:
158 condition-kind: regex-match
159 label: '$conf'
160 regex: (std|agents)
161 on-evaluation-failure: run
162 steps:
163 - copyartifact:
164 project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std
165 which-build: last-successful
166 stable: false
167 filter: 'build/**'
168 target: 'deps'
169 do-not-fingerprint: true
170
171 - conditional-step:
172 condition-kind: regex-match
173 label: '$conf'
174 regex: (debug-rcu)
175 on-evaluation-failure: run
176 steps:
177 - copyartifact:
178 project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std
179 which-build: last-successful
180 stable: false
181 filter: 'build/**'
182 target: 'deps'
183 do-not-fingerprint: true
184 - conditional-step:
185 condition-kind: regex-match
186 label: '$conf'
187 regex: (tls_fallback)
188 on-evaluation-failure: run
189 steps:
190 - copyartifact:
191 project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=tls_fallback,build=std
192 which-build: last-successful
193 stable: false
194 filter: 'build/**'
195 target: 'deps'
196 do-not-fingerprint: true
197 - copyartifact:
198 project: babeltrace_{babeltrace_version}_{buildtype}/arch=${{arch}},conf=std,build=std
199 which-build: last-successful
200 stable: false
201 filter: 'build/**'
202 target: 'deps'
203 do-not-fingerprint: true
204
205 - shell:
206 !include-raw-escape:
207 - scripts/common/print.sh
208 - scripts/lttng-ust/build.sh
209 - shell:
210 !include-raw-escape:
211 - scripts/lttng-tools/gerrit-install-deps.sh
212 - shell:
213 !include-raw-escape:
214 - scripts/common/print.sh
215 - scripts/lttng-tools/build.sh
a3bc0379 216
74cc8870
MJ
217- lttng-ust_build_publishers_defaults: &lttng-ust_build_publishers_defaults
218 name: 'lttng-ust_build_publishers_defaults'
2b68721a
MJ
219 publishers:
220 - tap:
1f4fba8c 221 results: 'tap/**/*.log'
1d56e325 222 fail-if-no-results: true
2b68721a 223 failed-tests-mark-build-as-failure: true
95654431 224 todo-is-failure: false
2b68721a
MJ
225 - warnings:
226 console-log-parsers:
227 - 'GNU Make + GNU C Compiler (gcc)'
51ca880a
MJ
228 total-thresholds:
229 unstable:
d2c76ee5
MJ
230 total-all: 0
231 total-high: 0
232 total-normal: 0
233 total-low: 0
2b68721a 234 - archive:
3579dc14 235 artifacts: 'build/**,tap/**'
2b68721a
MJ
236 allow-empty: false
237 - workspace-cleanup
68fff945
JR
238 - email-ext:
239 recipients: '{obj:email_to}'
240 reply-to: ci-notification@lists.lttng.org
241 always: false
242 unstable: false
243 first-failure: true
244 first-unstable: true
245 not-built: false
246 aborted: false
247 regression: false
248 failure: false
249 second-failure: false
250 improvement: false
251 still-failing: false
252 success: false
253 fixed: false
254 fixed-unhealthy: true
255 still-unstable: false
256 pre-build: false
257 matrix-trigger: only-parent
258 send-to:
259 - recipients
2b68721a 260
74cc8870
MJ
261
262## Templates
263- job-template:
264 name: lttng-ust_{version}_{buildtype}
265 defaults: lttng-ust
266
267 <<: *lttng-ust_build_axes_defaults
268 <<: *lttng-ust_build_builders_defaults
269 <<: *lttng-ust_build_publishers_defaults
270
271
272- job-template:
273 name: '{job_prefix}lttng-ust_{version}_{buildtype}'
274 defaults: lttng-ust
275
276 <<: *lttng-ust_build_axes_defaults
277 <<: *lttng-ust_build_builders_defaults
278 <<: *lttng-ust_build_publishers_defaults
279
a3bc0379
MJ
280- job-template:
281 name: dev_gerrit_lttng-ust_{buildtype}
282 defaults: lttng-ust
283 concurrent: true
284
285 scm:
286 - git:
287 url: https://review.lttng.org/lttng-ust
288 refspec: 'refs/changes/*:refs/changes/*'
289 branches:
290 - '$GERRIT_REFSPEC'
291 basedir: src/lttng-ust
292 skip-tag: true
293
294 triggers:
295 - gerrit:
296 trigger-on:
297 - comment-added-event:
298 approval-category: 'CI-Build'
299 approval-value: 1
300 projects:
301 - project-compare-type: 'PLAIN'
302 project-pattern: 'lttng-ust'
303 branches:
304 - branch-compare-type: 'ANT'
305 branch-pattern: '**'
a3bc0379
MJ
306
307 <<: *lttng-ust_build_axes_defaults
308 <<: *lttng-ust_build_builders_defaults
309
85d7c882
MJ
310 properties:
311 - inject:
312 properties-content: |
313 PROJECT_NAME=lttng-ust
314 - build-discarder:
315 days-to-keep: 1
316 - throttle:
317 option: 'category'
318 categories:
319 - 'gerrit-{buildtype}'
320
a3bc0379
MJ
321 publishers:
322 - tap:
323 results: 'tap/**/*.log'
324 fail-if-no-results: true
325 failed-tests-mark-build-as-failure: true
326 todo-is-failure: false
327 - warnings:
328 console-log-parsers:
329 - 'GNU Make + GNU C Compiler (gcc)'
330 total-thresholds:
331 failed:
332 total-all: 0
333 total-high: 0
334 total-normal: 0
335 total-low: 0
336 - archive:
337 artifacts: 'build/**,tap/**'
338 allow-empty: false
339 - workspace-cleanup
340
7c50e5dd
JR
341- job-template:
342 name: dev_gerrit_lttng-ust_lttng-tools_{buildtype}
343 defaults: lttng-ust
344 concurrent: true
345
346 scm:
347 - git:
348 url: https://review.lttng.org/lttng-ust
349 refspec: 'refs/changes/*:refs/changes/*'
350 branches:
351 - '$GERRIT_REFSPEC'
352 basedir: src/lttng-ust
353 skip-tag: true
354 - git:
355 url: https://review.lttng.org/lttng-tools
356 branches:
357 - '$GERRIT_BRANCH'
358 basedir: src/lttng-tools
359 skip-tag: true
360
361 triggers:
362 - gerrit:
363 trigger-on:
364 - comment-added-event:
365 approval-category: 'CI-Build'
366 approval-value: 1
367 projects:
368 - project-compare-type: 'PLAIN'
369 project-pattern: 'lttng-ust'
370 branches:
371 - branch-compare-type: 'ANT'
372 branch-pattern: '**'
373
81056679 374 <<: *lttng-ust_build_axes_gerrit_lttng-tools
7c50e5dd
JR
375 <<: *lttng-ust_build_builders_gerrit_lttng-tools
376
377 properties:
378 - inject:
379 properties-content: |
380 PROJECT_NAME=lttng-ust
381 - build-discarder:
382 days-to-keep: 1
383 - throttle:
384 option: 'category'
385 categories:
386 - 'gerrit-{buildtype}'
387
388 publishers:
389 - tap:
390 results: 'tap/**/*.log'
391 fail-if-no-results: true
392 failed-tests-mark-build-as-failure: true
393 todo-is-failure: false
394 - warnings:
395 console-log-parsers:
396 - 'GNU Make + GNU C Compiler (gcc)'
397 total-thresholds:
398 failed:
399 total-all: 0
400 total-high: 0
401 total-normal: 0
402 total-low: 0
403 - archive:
404 artifacts: 'build/**,tap/**'
405 allow-empty: false
406 - workspace-cleanup
407
2b68721a
MJ
408- job-template:
409 name: lttng-ust_{version}_cppcheck
410 defaults: lttng-ust
411
412 triggers:
413 - pollscm:
414 cron: "@daily"
415
416 builders:
417 - shell: |
5279b0f2
MJ
418 rm -f cppcheck-result.xml
419 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> cppcheck-result.xml
2b68721a
MJ
420
421 publishers:
422 - archive:
5279b0f2 423 artifacts: 'cppcheck-result.xml'
2b68721a
MJ
424 allow-empty: false
425 - cppcheck:
5279b0f2 426 pattern: 'cppcheck-result.xml'
2b68721a
MJ
427 - email:
428 recipients: 'ci-notification@lists.lttng.org'
429 notify-every-unstable-build: true
430 send-to-individuals: false
431
432- job-template:
433 name: lttng-ust_{version}_scan-build
434 defaults: lttng-ust
16844a6d 435 node: 'amd64'
2b68721a
MJ
436
437 triggers:
438 - pollscm:
439 cron: "@daily"
440
441 builders:
c9b78c7b 442 - copyartifact:
16844a6d 443 project: liburcu_master_build/arch=amd64,conf=std,build=std
c9b78c7b 444 which-build: last-successful
3522265a 445 stable: false
c9b78c7b 446 filter: 'build/**'
6544f0ff 447 target: 'deps'
c9b78c7b 448 do-not-fingerprint: true
2b68721a 449 - shell:
69f05d59 450 !include-raw-escape: scripts/common/scan-build.sh
2b68721a
MJ
451
452 publishers:
453 - html-publisher:
454 name: 'HTML Report'
455 dir: 'scan-build-archive/'
456 files: 'index.html'
457
cdb4cba4
MJ
458- job-template:
459 name: lttng-ust_{version}_coverity
460 defaults: lttng-ust
16844a6d 461 node: 'amd64'
cdb4cba4
MJ
462
463 triggers:
464 - pollscm:
465 cron: "@daily"
466
467 wrappers:
468 - workspace-cleanup
469 - timestamps
470 - ansicolor:
471 colormap: xterm
472 - credentials-binding:
473 - username-password-separated:
474 credential-id: lttng-ust_coverity_token
475 username: COVERITY_SCAN_PROJECT_NAME
476 password: COVERITY_SCAN_TOKEN
477
478 builders:
479 - copyartifact:
16844a6d 480 project: liburcu_master_build/arch=amd64,conf=std,build=std
cdb4cba4 481 which-build: last-successful
3522265a 482 stable: false
cdb4cba4 483 filter: 'build/**'
30c8dfac 484 target: 'deps'
cdb4cba4
MJ
485 do-not-fingerprint: true
486 - shell:
ef63064f 487 !include-raw-escape: scripts/common/coverity.sh
cdb4cba4
MJ
488
489 publishers:
490 - workspace-cleanup
1f4fba8c
MJ
491 - archive:
492 artifacts: 'analysis-results.tgz,cov-int/**'
493 allow-empty: false
2b68721a 494
2b68721a 495
3579dc14
MJ
496## Views
497- view-template:
498 name: 'LTTng-ust'
499 view-type: list
500 regex: 'lttng-ust[-_].*'
2b68721a 501
2b68721a 502
3579dc14 503## Projects
2b68721a
MJ
504- project:
505 name: lttng-ust
74cc8870 506 job_prefix: ''
43786d3a 507 urcu_job_prefix: ''
51ca880a
MJ
508 github_user: lttng
509 github_name: lttng-ust
68fff945 510 email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
2b68721a 511 jobs:
03297c9e 512 ## Master ##
fe16cb00
MJ
513 - 'lttng-ust_{version}_{buildtype}':
514 buildtype: build
515 version: master
16844a6d 516 arch: !!python/tuple [amd64]
fe16cb00 517 build: !!python/tuple [std, dist, oot, oot-dist]
3e93ffa2 518 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
fe5655ff 519 liburcu_version: !!python/tuple [stable-0.13, master]
3e93ffa2 520 filter: '(build=="std") || ((liburcu_version=="master" && (conf=="std" || conf=="agents")))'
fe16cb00
MJ
521 - 'lttng-ust_{version}_{buildtype}':
522 buildtype: portbuild
523 version: master
16844a6d 524 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
fe16cb00
MJ
525 build: !!python/tuple [std]
526 conf: !!python/tuple [std, agents]
fe5655ff 527 liburcu_version: !!python/tuple [stable-0.13, master]
568b5cbd 528 filter: ''
fe16cb00
MJ
529 - 'lttng-ust_{version}_{buildtype}':
530 buildtype: slesbuild
531 version: master
80d2c49d 532 arch: !!python/tuple [sles12sp5]
fe16cb00 533 build: !!python/tuple [std]
60bb9bde 534 conf: !!python/tuple [agents]
fe5655ff 535 liburcu_version: !!python/tuple [stable-0.13, master]
568b5cbd
MJ
536 filter: ''
537 - 'lttng-ust_{version}_{buildtype}':
538 buildtype: elbuild
539 version: master
540 arch: !!python/tuple [el8]
541 build: !!python/tuple [std]
542 conf: !!python/tuple [std]
fe5655ff 543 liburcu_version: !!python/tuple [stable-0.13, master]
568b5cbd 544 filter: ''
0f7217a0
MJ
545 - 'lttng-ust_{version}_{buildtype}':
546 buildtype: freebsdbuild
547 version: master
548 arch: !!python/tuple [freebsd]
549 build: !!python/tuple [std]
550 conf: !!python/tuple [agents]
fe5655ff 551 liburcu_version: !!python/tuple [stable-0.13, master]
0f7217a0 552 filter: ''
fe16cb00
MJ
553 - 'lttng-ust_{version}_cppcheck':
554 version: master
555 - 'lttng-ust_{version}_scan-build':
556 version: master
cdb4cba4
MJ
557 - 'lttng-ust_{version}_coverity':
558 version: master
8713492f 559
0fc8b7ac
MJ
560 ## Stable 2.13 ##
561 - 'lttng-ust_{version}_{buildtype}':
562 buildtype: build
563 version: stable-2.13
564 arch: !!python/tuple [amd64]
565 build: !!python/tuple [std, dist, oot, oot-dist]
566 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
fe5655ff
MJ
567 liburcu_version: !!python/tuple [stable-0.13, master]
568 filter: '(build=="std") || ((liburcu_version=="stable-0.13" && (conf=="std" || conf=="agents")))'
0fc8b7ac
MJ
569 - 'lttng-ust_{version}_{buildtype}':
570 buildtype: portbuild
571 version: stable-2.13
572 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
573 build: !!python/tuple [std]
574 conf: !!python/tuple [std, agents]
fe5655ff 575 liburcu_version: !!python/tuple [stable-0.13, master]
0fc8b7ac
MJ
576 filter: ''
577 - 'lttng-ust_{version}_{buildtype}':
578 buildtype: slesbuild
579 version: stable-2.13
580 arch: !!python/tuple [sles12sp5]
581 build: !!python/tuple [std]
582 conf: !!python/tuple [agents]
fe5655ff 583 liburcu_version: !!python/tuple [stable-0.13, master]
0fc8b7ac
MJ
584 filter: ''
585 - 'lttng-ust_{version}_{buildtype}':
586 buildtype: elbuild
587 version: stable-2.13
588 arch: !!python/tuple [el8]
589 build: !!python/tuple [std]
590 conf: !!python/tuple [std]
fe5655ff 591 liburcu_version: !!python/tuple [stable-0.13, master]
0fc8b7ac
MJ
592 filter: ''
593 - 'lttng-ust_{version}_cppcheck':
594 version: stable-2.13
595 - 'lttng-ust_{version}_scan-build':
596 version: stable-2.13
597
03297c9e
MJ
598 ## Stable 2.12 ##
599 - 'lttng-ust_{version}_{buildtype}':
600 buildtype: build
601 version: stable-2.12
602 arch: !!python/tuple [amd64]
603 build: !!python/tuple [std, dist, oot, oot-dist]
3e93ffa2 604 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
fe5655ff 605 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
3e93ffa2 606 filter: '(build=="std") || ((liburcu_version=="stable-0.12" && (conf=="std" || conf=="agents")))'
03297c9e
MJ
607 - 'lttng-ust_{version}_{buildtype}':
608 buildtype: portbuild
609 version: stable-2.12
610 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
611 build: !!python/tuple [std]
612 conf: !!python/tuple [std, agents]
fe5655ff 613 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
03297c9e
MJ
614 filter: ''
615 - 'lttng-ust_{version}_{buildtype}':
616 buildtype: slesbuild
617 version: stable-2.12
80d2c49d 618 arch: !!python/tuple [sles12sp5]
03297c9e 619 build: !!python/tuple [std]
60bb9bde 620 conf: !!python/tuple [agents]
fe5655ff 621 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
03297c9e
MJ
622 filter: ''
623 - 'lttng-ust_{version}_{buildtype}':
624 buildtype: elbuild
625 version: stable-2.12
626 arch: !!python/tuple [el8]
627 build: !!python/tuple [std]
628 conf: !!python/tuple [std]
fe5655ff 629 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
03297c9e
MJ
630 filter: ''
631 - 'lttng-ust_{version}_cppcheck':
632 version: stable-2.12
633 - 'lttng-ust_{version}_scan-build':
634 version: stable-2.12
2b68721a 635
74cc8870
MJ
636
637- project:
638 name: lttng-ust-dev-upstream
639 job_prefix: dev_upstream_
43786d3a 640 urcu_job_prefix: 'dev_upstream_'
74cc8870
MJ
641 github_user: lttng
642 github_name: lttng-ust
643 email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
644 jobs:
fe5655ff 645 ## Stable 2.11 ##
74cc8870 646 - '{job_prefix}lttng-ust_{version}_{buildtype}':
fe5655ff
MJ
647 buildtype: build
648 version: stable-2.11
649 arch: !!python/tuple [amd64]
650 build: !!python/tuple [std, dist, oot, oot-dist]
651 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
74cc8870
MJ
652 liburcu_version: !!python/tuple [stable-0.11]
653 filter: '(build=="std") || (conf=="std" || conf=="agents")'
654 - '{job_prefix}lttng-ust_{version}_{buildtype}':
fe5655ff
MJ
655 buildtype: portbuild
656 version: stable-2.11
657 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
658 build: !!python/tuple [std]
74cc8870
MJ
659 conf: !!python/tuple [agents]
660 liburcu_version: !!python/tuple [stable-0.11]
fe5655ff 661 filter: ''
74cc8870 662 - '{job_prefix}lttng-ust_{version}_{buildtype}':
0104d146 663 buildtype: slesbuild
fe5655ff 664 version: stable-2.11
80d2c49d 665 arch: !!python/tuple [sles12sp5]
0104d146 666 build: !!python/tuple [std]
60bb9bde 667 conf: !!python/tuple [agents]
74cc8870 668 liburcu_version: !!python/tuple [stable-0.11]
fe5655ff 669 filter: ''
74cc8870 670 - '{job_prefix}lttng-ust_{version}_{buildtype}':
fe5655ff
MJ
671 buildtype: elbuild
672 version: stable-2.11
673 arch: !!python/tuple [el8]
674 build: !!python/tuple [std]
675 conf: !!python/tuple [std]
74cc8870 676 liburcu_version: !!python/tuple [stable-0.11]
0104d146
MJ
677 filter: ''
678
fe5655ff 679 ## Stable 2.10 ##
74cc8870 680 - '{job_prefix}lttng-ust_{version}_{buildtype}':
fe5655ff
MJ
681 buildtype: build
682 version: stable-2.10
683 arch: !!python/tuple [amd64]
684 build: !!python/tuple [std, dist, oot, oot-dist]
685 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
74cc8870
MJ
686 liburcu_version: !!python/tuple [stable-0.9]
687 filter: '(build=="std") || (conf=="std" || conf=="agents")'
688 - '{job_prefix}lttng-ust_{version}_{buildtype}':
fe5655ff
MJ
689 buildtype: portbuild
690 version: stable-2.10
691 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
692 build: !!python/tuple [std]
74cc8870
MJ
693 conf: !!python/tuple [agents]
694 liburcu_version: !!python/tuple [stable-0.9]
fe5655ff 695 filter: ''
74cc8870 696 - '{job_prefix}lttng-ust_{version}_{buildtype}':
8713492f 697 buildtype: slesbuild
fe5655ff 698 version: stable-2.10
80d2c49d 699 arch: !!python/tuple [sles12sp5]
8713492f 700 build: !!python/tuple [std]
60bb9bde 701 conf: !!python/tuple [agents]
74cc8870 702 liburcu_version: !!python/tuple [stable-0.9]
fe5655ff 703 filter: ''
74cc8870 704 - '{job_prefix}lttng-ust_{version}_{buildtype}':
fe5655ff
MJ
705 buildtype: elbuild
706 version: stable-2.10
707 arch: !!python/tuple [el8]
708 build: !!python/tuple [std]
709 conf: !!python/tuple [std]
74cc8870 710 liburcu_version: !!python/tuple [stable-0.9]
8713492f
MJ
711 filter: ''
712
713
a3bc0379
MJ
714- project:
715 name: gerrit-lttng-ust
74cc8870 716 job_prefix: ''
43786d3a 717 urcu_job_prefix: ''
a3bc0379
MJ
718 github_user: lttng
719 github_name: lttng-ust
720 jobs:
721 - 'dev_gerrit_lttng-ust_{buildtype}':
722 buildtype: build
723 arch: !!python/tuple [amd64]
724 build: !!python/tuple [std, oot, dist, oot-dist]
725 conf: !!python/tuple [std, agents]
fe5655ff 726 liburcu_version: !!python/tuple [stable-0.13]
c8370e00 727 filter: ''
7c50e5dd
JR
728 - 'dev_gerrit_lttng-ust_lttng-tools_{buildtype}':
729 buildtype: build
730 arch: !!python/tuple [amd64]
731 build: !!python/tuple [std, oot, dist, oot-dist]
732 conf: !!python/tuple [std, agents]
81056679 733 liburcu_version: 'stable-0.13'
7c50e5dd
JR
734 filter: ''
735 babeltrace_version: stable-2.0
c8370e00
MJ
736 - 'dev_gerrit_lttng-ust_{buildtype}':
737 buildtype: portbuild
738 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
739 build: !!python/tuple [std]
740 conf: !!python/tuple [agents]
fe5655ff 741 liburcu_version: !!python/tuple [stable-0.13]
c8370e00 742 filter: ''
6185514d
MJ
743 - 'dev_gerrit_lttng-ust_{buildtype}':
744 buildtype: freebsdbuild
745 arch: !!python/tuple [freebsd]
746 build: !!python/tuple [std]
747 conf: !!python/tuple [agents]
748 liburcu_version: !!python/tuple [stable-0.13]
749 filter: ''
a3bc0379 750
3579dc14 751- project:
e04f80ef 752 name: lttng-ust-views
3579dc14
MJ
753 views:
754 - LTTng-ust
This page took 0.062683 seconds and 4 git commands to generate.