jjb: lttng-ust: move unsupported branches to 'dev_' namespace
[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: '{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: '{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: '{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 github_user: lttng
508 github_name: lttng-ust
509 email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
510 jobs:
511 ## Master ##
512 - 'lttng-ust_{version}_{buildtype}':
513 buildtype: build
514 version: master
515 arch: !!python/tuple [amd64]
516 build: !!python/tuple [std, dist, oot, oot-dist]
517 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
518 liburcu_version: !!python/tuple [stable-0.13, master]
519 filter: '(build=="std") || ((liburcu_version=="master" && (conf=="std" || conf=="agents")))'
520 - 'lttng-ust_{version}_{buildtype}':
521 buildtype: portbuild
522 version: master
523 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
524 build: !!python/tuple [std]
525 conf: !!python/tuple [std, agents]
526 liburcu_version: !!python/tuple [stable-0.13, master]
527 filter: ''
528 - 'lttng-ust_{version}_{buildtype}':
529 buildtype: slesbuild
530 version: master
531 arch: !!python/tuple [sles12sp5]
532 build: !!python/tuple [std]
533 conf: !!python/tuple [agents]
534 liburcu_version: !!python/tuple [stable-0.13, master]
535 filter: ''
536 - 'lttng-ust_{version}_{buildtype}':
537 buildtype: elbuild
538 version: master
539 arch: !!python/tuple [el8]
540 build: !!python/tuple [std]
541 conf: !!python/tuple [std]
542 liburcu_version: !!python/tuple [stable-0.13, master]
543 filter: ''
544 - 'lttng-ust_{version}_{buildtype}':
545 buildtype: freebsdbuild
546 version: master
547 arch: !!python/tuple [freebsd]
548 build: !!python/tuple [std]
549 conf: !!python/tuple [agents]
550 liburcu_version: !!python/tuple [stable-0.13, master]
551 filter: ''
552 - 'lttng-ust_{version}_cppcheck':
553 version: master
554 - 'lttng-ust_{version}_scan-build':
555 version: master
556 - 'lttng-ust_{version}_coverity':
557 version: master
558
559 ## Stable 2.13 ##
560 - 'lttng-ust_{version}_{buildtype}':
561 buildtype: build
562 version: stable-2.13
563 arch: !!python/tuple [amd64]
564 build: !!python/tuple [std, dist, oot, oot-dist]
565 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
566 liburcu_version: !!python/tuple [stable-0.13, master]
567 filter: '(build=="std") || ((liburcu_version=="stable-0.13" && (conf=="std" || conf=="agents")))'
568 - 'lttng-ust_{version}_{buildtype}':
569 buildtype: portbuild
570 version: stable-2.13
571 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
572 build: !!python/tuple [std]
573 conf: !!python/tuple [std, agents]
574 liburcu_version: !!python/tuple [stable-0.13, master]
575 filter: ''
576 - 'lttng-ust_{version}_{buildtype}':
577 buildtype: slesbuild
578 version: stable-2.13
579 arch: !!python/tuple [sles12sp5]
580 build: !!python/tuple [std]
581 conf: !!python/tuple [agents]
582 liburcu_version: !!python/tuple [stable-0.13, master]
583 filter: ''
584 - 'lttng-ust_{version}_{buildtype}':
585 buildtype: elbuild
586 version: stable-2.13
587 arch: !!python/tuple [el8]
588 build: !!python/tuple [std]
589 conf: !!python/tuple [std]
590 liburcu_version: !!python/tuple [stable-0.13, master]
591 filter: ''
592 - 'lttng-ust_{version}_cppcheck':
593 version: stable-2.13
594 - 'lttng-ust_{version}_scan-build':
595 version: stable-2.13
596
597 ## Stable 2.12 ##
598 - 'lttng-ust_{version}_{buildtype}':
599 buildtype: build
600 version: stable-2.12
601 arch: !!python/tuple [amd64]
602 build: !!python/tuple [std, dist, oot, oot-dist]
603 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
604 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
605 filter: '(build=="std") || ((liburcu_version=="stable-0.12" && (conf=="std" || conf=="agents")))'
606 - 'lttng-ust_{version}_{buildtype}':
607 buildtype: portbuild
608 version: stable-2.12
609 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
610 build: !!python/tuple [std]
611 conf: !!python/tuple [std, agents]
612 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
613 filter: ''
614 - 'lttng-ust_{version}_{buildtype}':
615 buildtype: slesbuild
616 version: stable-2.12
617 arch: !!python/tuple [sles12sp5]
618 build: !!python/tuple [std]
619 conf: !!python/tuple [agents]
620 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
621 filter: ''
622 - 'lttng-ust_{version}_{buildtype}':
623 buildtype: elbuild
624 version: stable-2.12
625 arch: !!python/tuple [el8]
626 build: !!python/tuple [std]
627 conf: !!python/tuple [std]
628 liburcu_version: !!python/tuple [stable-0.12, stable-0.13, master]
629 filter: ''
630 - 'lttng-ust_{version}_cppcheck':
631 version: stable-2.12
632 - 'lttng-ust_{version}_scan-build':
633 version: stable-2.12
634
635
636 - project:
637 name: lttng-ust-dev-upstream
638 job_prefix: dev_upstream_
639 github_user: lttng
640 github_name: lttng-ust
641 email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
642 jobs:
643 ## Stable 2.11 ##
644 - '{job_prefix}lttng-ust_{version}_{buildtype}':
645 buildtype: build
646 version: stable-2.11
647 arch: !!python/tuple [amd64]
648 build: !!python/tuple [std, dist, oot, oot-dist]
649 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
650 liburcu_version: !!python/tuple [stable-0.11]
651 filter: '(build=="std") || (conf=="std" || conf=="agents")'
652 - '{job_prefix}lttng-ust_{version}_{buildtype}':
653 buildtype: portbuild
654 version: stable-2.11
655 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
656 build: !!python/tuple [std]
657 conf: !!python/tuple [agents]
658 liburcu_version: !!python/tuple [stable-0.11]
659 filter: ''
660 - '{job_prefix}lttng-ust_{version}_{buildtype}':
661 buildtype: slesbuild
662 version: stable-2.11
663 arch: !!python/tuple [sles12sp5]
664 build: !!python/tuple [std]
665 conf: !!python/tuple [agents]
666 liburcu_version: !!python/tuple [stable-0.11]
667 filter: ''
668 - '{job_prefix}lttng-ust_{version}_{buildtype}':
669 buildtype: elbuild
670 version: stable-2.11
671 arch: !!python/tuple [el8]
672 build: !!python/tuple [std]
673 conf: !!python/tuple [std]
674 liburcu_version: !!python/tuple [stable-0.11]
675 filter: ''
676
677 ## Stable 2.10 ##
678 - '{job_prefix}lttng-ust_{version}_{buildtype}':
679 buildtype: build
680 version: stable-2.10
681 arch: !!python/tuple [amd64]
682 build: !!python/tuple [std, dist, oot, oot-dist]
683 conf: !!python/tuple [std, agents, debug-rcu, tls_fallback]
684 liburcu_version: !!python/tuple [stable-0.9]
685 filter: '(build=="std") || (conf=="std" || conf=="agents")'
686 - '{job_prefix}lttng-ust_{version}_{buildtype}':
687 buildtype: portbuild
688 version: stable-2.10
689 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
690 build: !!python/tuple [std]
691 conf: !!python/tuple [agents]
692 liburcu_version: !!python/tuple [stable-0.9]
693 filter: ''
694 - '{job_prefix}lttng-ust_{version}_{buildtype}':
695 buildtype: slesbuild
696 version: stable-2.10
697 arch: !!python/tuple [sles12sp5]
698 build: !!python/tuple [std]
699 conf: !!python/tuple [agents]
700 liburcu_version: !!python/tuple [stable-0.9]
701 filter: ''
702 - '{job_prefix}lttng-ust_{version}_{buildtype}':
703 buildtype: elbuild
704 version: stable-2.10
705 arch: !!python/tuple [el8]
706 build: !!python/tuple [std]
707 conf: !!python/tuple [std]
708 liburcu_version: !!python/tuple [stable-0.9]
709 filter: ''
710
711
712 - project:
713 name: gerrit-lttng-ust
714 job_prefix: ''
715 github_user: lttng
716 github_name: lttng-ust
717 jobs:
718 - 'dev_gerrit_lttng-ust_{buildtype}':
719 buildtype: build
720 arch: !!python/tuple [amd64]
721 build: !!python/tuple [std, oot, dist, oot-dist]
722 conf: !!python/tuple [std, agents]
723 liburcu_version: !!python/tuple [stable-0.13]
724 filter: ''
725 - 'dev_gerrit_lttng-ust_lttng-tools_{buildtype}':
726 buildtype: build
727 arch: !!python/tuple [amd64]
728 build: !!python/tuple [std, oot, dist, oot-dist]
729 conf: !!python/tuple [std, agents]
730 liburcu_version: 'stable-0.13'
731 filter: ''
732 babeltrace_version: stable-2.0
733 - 'dev_gerrit_lttng-ust_{buildtype}':
734 buildtype: portbuild
735 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
736 build: !!python/tuple [std]
737 conf: !!python/tuple [agents]
738 liburcu_version: !!python/tuple [stable-0.13]
739 filter: ''
740 - 'dev_gerrit_lttng-ust_{buildtype}':
741 buildtype: freebsdbuild
742 arch: !!python/tuple [freebsd]
743 build: !!python/tuple [std]
744 conf: !!python/tuple [agents]
745 liburcu_version: !!python/tuple [stable-0.13]
746 filter: ''
747
748 - project:
749 name: lttng-ust-views
750 views:
751 - LTTng-ust
This page took 0.045599 seconds and 5 git commands to generate.