jjb: lttng-ust: add 'urcu_job_prefix' variable
[lttng-ci.git] / jobs / lttng-ust.yaml
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
13 wrappers:
14 - workspace-cleanup
15 - timestamps
16 - ansicolor
17
18 scm:
19 - git:
20 url: https://github.com/{github_user}/{github_name}.git
21 browser: githubweb
22 browser-url: https://github.com/{github_user}/{github_name}
23 branches:
24 - origin/{version}
25 basedir: src/lttng-ust
26 skip-tag: true
27
28 triggers:
29 - pollscm:
30 cron: "@hourly"
31
32 properties:
33 - inject:
34 properties-content: |
35 PROJECT_NAME=lttng-ust
36 - build-discarder:
37 num-to-keep: 2
38 - github:
39 url: https://github.com/{github_user}/{github_name}
40
41
42 ## Anchors
43 - lttng-ust_build_axes_defaults: &lttng-ust_build_axes_defaults
44 name: 'lttng-ust_build_axes_defaults'
45 project-type: matrix
46 node: 'master' # Applies only to matrix flyweight task
47 execution-strategy:
48 combination-filter: '{filter}'
49 axes:
50 - axis:
51 type: slave
52 name: arch
53 values: '{obj:arch}'
54 - axis:
55 type: user-defined
56 name: conf
57 values: '{obj:conf}'
58 - axis:
59 type: user-defined
60 name: liburcu_version
61 values: '{obj:liburcu_version}'
62 - axis:
63 type: user-defined
64 name: build
65 values: '{obj:build}'
66
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
87 - lttng-ust_build_builders_defaults: &lttng-ust_build_builders_defaults
88 name: 'lttng-ust_build_builders_defaults'
89 builders:
90 - conditional-step:
91 condition-kind: regex-match
92 label: '$conf'
93 regex: (std|agents)
94 on-evaluation-failure: run
95 steps:
96 - copyartifact:
97 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std'
98 which-build: last-successful
99 stable: false
100 filter: 'build/**'
101 target: 'deps'
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:
111 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std'
112 which-build: last-successful
113 stable: false
114 filter: 'build/**'
115 target: 'deps'
116 do-not-fingerprint: true
117 - conditional-step:
118 condition-kind: regex-match
119 label: '$conf'
120 regex: (tls_fallback)
121 on-evaluation-failure: run
122 steps:
123 - copyartifact:
124 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=tls_fallback,build=std'
125 which-build: last-successful
126 stable: false
127 filter: 'build/**'
128 target: 'deps'
129 do-not-fingerprint: true
130 - shell:
131 !include-raw-escape:
132 - scripts/common/print.sh
133 - scripts/lttng-ust/build.sh
134
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:
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
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
216
217 - lttng-ust_build_publishers_defaults: &lttng-ust_build_publishers_defaults
218 name: 'lttng-ust_build_publishers_defaults'
219 publishers:
220 - tap:
221 results: 'tap/**/*.log'
222 fail-if-no-results: true
223 failed-tests-mark-build-as-failure: true
224 todo-is-failure: false
225 - warnings:
226 console-log-parsers:
227 - 'GNU Make + GNU C Compiler (gcc)'
228 total-thresholds:
229 unstable:
230 total-all: 0
231 total-high: 0
232 total-normal: 0
233 total-low: 0
234 - archive:
235 artifacts: 'build/**,tap/**'
236 allow-empty: false
237 - workspace-cleanup
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
260
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
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: '**'
306
307 <<: *lttng-ust_build_axes_defaults
308 <<: *lttng-ust_build_builders_defaults
309
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
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
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
374 <<: *lttng-ust_build_axes_gerrit_lttng-tools
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
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: |
418 rm -f cppcheck-result.xml
419 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> cppcheck-result.xml
420
421 publishers:
422 - archive:
423 artifacts: 'cppcheck-result.xml'
424 allow-empty: false
425 - cppcheck:
426 pattern: 'cppcheck-result.xml'
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
435 node: 'amd64'
436
437 triggers:
438 - pollscm:
439 cron: "@daily"
440
441 builders:
442 - copyartifact:
443 project: liburcu_master_build/arch=amd64,conf=std,build=std
444 which-build: last-successful
445 stable: false
446 filter: 'build/**'
447 target: 'deps'
448 do-not-fingerprint: true
449 - shell:
450 !include-raw-escape: scripts/common/scan-build.sh
451
452 publishers:
453 - html-publisher:
454 name: 'HTML Report'
455 dir: 'scan-build-archive/'
456 files: 'index.html'
457
458 - job-template:
459 name: lttng-ust_{version}_coverity
460 defaults: lttng-ust
461 node: 'amd64'
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:
480 project: liburcu_master_build/arch=amd64,conf=std,build=std
481 which-build: last-successful
482 stable: false
483 filter: 'build/**'
484 target: 'deps'
485 do-not-fingerprint: true
486 - shell:
487 !include-raw-escape: scripts/common/coverity.sh
488
489 publishers:
490 - workspace-cleanup
491 - archive:
492 artifacts: 'analysis-results.tgz,cov-int/**'
493 allow-empty: false
494
495
496 ## Views
497 - view-template:
498 name: 'LTTng-ust'
499 view-type: list
500 regex: 'lttng-ust[-_].*'
501
502
503 ## Projects
504 - project:
505 name: lttng-ust
506 job_prefix: ''
507 urcu_job_prefix: ''
508 github_user: lttng
509 github_name: lttng-ust
510 email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
511 jobs:
512 ## Master ##
513 - 'lttng-ust_{version}_{buildtype}':
514 buildtype: build
515 version: master
516 arch: !!python/tuple [amd64]
517 build: !!python/tuple [std, dist, oot, oot-dist]
518 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
519 liburcu_version: !!python/tuple [stable-0.13, master]
520 filter: '(build=="std") || ((liburcu_version=="master" && (conf=="std" || conf=="agents")))'
521 - 'lttng-ust_{version}_{buildtype}':
522 buildtype: portbuild
523 version: master
524 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
525 build: !!python/tuple [std]
526 conf: !!python/tuple [std, agents]
527 liburcu_version: !!python/tuple [stable-0.13, master]
528 filter: ''
529 - 'lttng-ust_{version}_{buildtype}':
530 buildtype: slesbuild
531 version: master
532 arch: !!python/tuple [sles12sp5]
533 build: !!python/tuple [std]
534 conf: !!python/tuple [agents]
535 liburcu_version: !!python/tuple [stable-0.13, master]
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]
543 liburcu_version: !!python/tuple [stable-0.13, master]
544 filter: ''
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]
551 liburcu_version: !!python/tuple [stable-0.13, master]
552 filter: ''
553 - 'lttng-ust_{version}_cppcheck':
554 version: master
555 - 'lttng-ust_{version}_scan-build':
556 version: master
557 - 'lttng-ust_{version}_coverity':
558 version: master
559
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]
567 liburcu_version: !!python/tuple [stable-0.13, master]
568 filter: '(build=="std") || ((liburcu_version=="stable-0.13" && (conf=="std" || conf=="agents")))'
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]
575 liburcu_version: !!python/tuple [stable-0.13, master]
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]
583 liburcu_version: !!python/tuple [stable-0.13, master]
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]
591 liburcu_version: !!python/tuple [stable-0.13, master]
592 filter: ''
593 - 'lttng-ust_{version}_cppcheck':
594 version: stable-2.13
595 - 'lttng-ust_{version}_scan-build':
596 version: stable-2.13
597
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]
604 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
605 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
606 filter: '(build=="std") || ((liburcu_version=="stable-0.12" && (conf=="std" || conf=="agents")))'
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]
613 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
614 filter: ''
615 - 'lttng-ust_{version}_{buildtype}':
616 buildtype: slesbuild
617 version: stable-2.12
618 arch: !!python/tuple [sles12sp5]
619 build: !!python/tuple [std]
620 conf: !!python/tuple [agents]
621 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
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]
629 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
630 filter: ''
631 - 'lttng-ust_{version}_cppcheck':
632 version: stable-2.12
633 - 'lttng-ust_{version}_scan-build':
634 version: stable-2.12
635
636
637 - project:
638 name: lttng-ust-dev-upstream
639 job_prefix: dev_upstream_
640 urcu_job_prefix: 'dev_upstream_'
641 github_user: lttng
642 github_name: lttng-ust
643 email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
644 jobs:
645 ## Stable 2.11 ##
646 - '{job_prefix}lttng-ust_{version}_{buildtype}':
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]
652 liburcu_version: !!python/tuple [stable-0.11]
653 filter: '(build=="std") || (conf=="std" || conf=="agents")'
654 - '{job_prefix}lttng-ust_{version}_{buildtype}':
655 buildtype: portbuild
656 version: stable-2.11
657 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
658 build: !!python/tuple [std]
659 conf: !!python/tuple [agents]
660 liburcu_version: !!python/tuple [stable-0.11]
661 filter: ''
662 - '{job_prefix}lttng-ust_{version}_{buildtype}':
663 buildtype: slesbuild
664 version: stable-2.11
665 arch: !!python/tuple [sles12sp5]
666 build: !!python/tuple [std]
667 conf: !!python/tuple [agents]
668 liburcu_version: !!python/tuple [stable-0.11]
669 filter: ''
670 - '{job_prefix}lttng-ust_{version}_{buildtype}':
671 buildtype: elbuild
672 version: stable-2.11
673 arch: !!python/tuple [el8]
674 build: !!python/tuple [std]
675 conf: !!python/tuple [std]
676 liburcu_version: !!python/tuple [stable-0.11]
677 filter: ''
678
679 ## Stable 2.10 ##
680 - '{job_prefix}lttng-ust_{version}_{buildtype}':
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]
686 liburcu_version: !!python/tuple [stable-0.9]
687 filter: '(build=="std") || (conf=="std" || conf=="agents")'
688 - '{job_prefix}lttng-ust_{version}_{buildtype}':
689 buildtype: portbuild
690 version: stable-2.10
691 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
692 build: !!python/tuple [std]
693 conf: !!python/tuple [agents]
694 liburcu_version: !!python/tuple [stable-0.9]
695 filter: ''
696 - '{job_prefix}lttng-ust_{version}_{buildtype}':
697 buildtype: slesbuild
698 version: stable-2.10
699 arch: !!python/tuple [sles12sp5]
700 build: !!python/tuple [std]
701 conf: !!python/tuple [agents]
702 liburcu_version: !!python/tuple [stable-0.9]
703 filter: ''
704 - '{job_prefix}lttng-ust_{version}_{buildtype}':
705 buildtype: elbuild
706 version: stable-2.10
707 arch: !!python/tuple [el8]
708 build: !!python/tuple [std]
709 conf: !!python/tuple [std]
710 liburcu_version: !!python/tuple [stable-0.9]
711 filter: ''
712
713
714 - project:
715 name: gerrit-lttng-ust
716 job_prefix: ''
717 urcu_job_prefix: ''
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]
726 liburcu_version: !!python/tuple [stable-0.13]
727 filter: ''
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]
733 liburcu_version: 'stable-0.13'
734 filter: ''
735 babeltrace_version: stable-2.0
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]
741 liburcu_version: !!python/tuple [stable-0.13]
742 filter: ''
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: ''
750
751 - project:
752 name: lttng-ust-views
753 views:
754 - LTTng-ust
This page took 0.046716 seconds and 5 git commands to generate.