jjb: Drop stable-2.8 except for sles
[lttng-ci.git] / jobs / lttng-tools.yaml
1 - defaults:
2 name: lttng-tools
3 description: |
4 The lttng-tools project provides a session daemon (lttng-sessiond)
5 that acts as a tracing registry, the "lttng" command line for tracing
6 control, a lttng-ctl library for tracing control and a lttng-relayd
7 for network streaming.
8
9 <p>Job is managed by Jenkins Job Builder.</p>
10
11 project-type: freestyle
12
13 wrappers:
14 - ansicolor
15 - timeout:
16 timeout: 30
17 fail: true
18 type: no-activity
19 - timestamps
20 - workspace-cleanup:
21 clean-if:
22 - failure: false
23
24 scm:
25 - git:
26 url: git://github.com/{github_user}/{github_name}.git
27 browser: githubweb
28 browser-url: https://github.com/{github_user}/{github_name}
29 branches:
30 - origin/{version}
31 basedir: src/lttng-tools
32 skip-tag: true
33
34 triggers:
35 - pollscm:
36 cron: "@hourly"
37
38 properties:
39 - inject:
40 properties-content: |
41 PROJECT_NAME=lttng-tools
42 - github:
43 url: https://github.com/{github_user}/{github_name}
44 - build-discarder:
45 num-to-keep: 20
46 artifact-num-to-keep: 2
47
48
49 ## Anchors
50 - lttng-tools_build_axes_defaults: &lttng-tools_build_axes_defaults
51 name: 'lttng-tools_build_axes_defaults'
52 project-type: matrix
53 node: 'master' # Applies only to matrix flyweight task
54 axes:
55 - axis:
56 type: slave
57 name: arch
58 values: '{obj:arch}'
59 - axis:
60 type: user-defined
61 name: conf
62 values: '{obj:conf}'
63 - axis:
64 type: user-defined
65 name: liburcu_version
66 values: '{obj:urcuversion}'
67 - axis:
68 type: user-defined
69 name: babeltrace_version
70 values: '{obj:babelversion}'
71 - axis:
72 type: user-defined
73 name: build
74 values: '{obj:build}'
75 - axis:
76 type: user-defined
77 name: test_type
78 values: '{obj:testtype}'
79
80 - lttng-tools_build_builders_defaults: &lttng-tools_build_builders_defaults
81 name: 'lttng-tools_build_builders_defaults'
82 builders:
83 - conditional-step:
84 condition-kind: regex-match
85 label: '$conf'
86 regex: (std|static)
87 on-evaluation-failure: run
88 steps:
89 - copyartifact:
90 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
91 which-build: last-successful
92 stable: false
93 filter: 'build/**'
94 target: 'deps'
95 do-not-fingerprint: true
96 - copyartifact:
97 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
98 which-build: last-successful
99 stable: false
100 filter: 'build/**'
101 target: 'deps'
102 do-not-fingerprint: true
103 - copyartifact:
104 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
105 which-build: last-successful
106 stable: false
107 filter: 'build/**'
108 target: 'deps'
109 do-not-fingerprint: true
110 - conditional-step:
111 condition-kind: regex-match
112 label: '$conf'
113 regex: no-ust
114 on-evaluation-failure: run
115 steps:
116 - copyartifact:
117 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
118 which-build: last-successful
119 stable: false
120 filter: 'build/**'
121 target: 'deps'
122 do-not-fingerprint: true
123 - copyartifact:
124 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
125 which-build: last-successful
126 stable: false
127 filter: 'build/**'
128 target: 'deps'
129 do-not-fingerprint: true
130 - copyartifact:
131 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=std,build=std
132 which-build: last-successful
133 stable: false
134 filter: 'build/**'
135 target: 'deps'
136 do-not-fingerprint: true
137 - conditional-step:
138 condition-kind: regex-match
139 label: '$conf'
140 regex: agents
141 on-evaluation-failure: run
142 steps:
143 - copyartifact:
144 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
145 which-build: last-successful
146 stable: false
147 filter: 'build/**'
148 target: 'deps'
149 do-not-fingerprint: true
150 - copyartifact:
151 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
152 which-build: last-successful
153 stable: false
154 filter: 'build/**'
155 target: 'deps'
156 do-not-fingerprint: true
157 - copyartifact:
158 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
159 which-build: last-successful
160 stable: false
161 filter: 'build/**'
162 target: 'deps'
163 do-not-fingerprint: true
164 - conditional-step:
165 condition-kind: regex-match
166 label: '$conf'
167 regex: (relayd-only)
168 on-evaluation-failure: run
169 steps:
170 - copyartifact:
171 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
172 which-build: last-successful
173 stable: false
174 filter: 'build/**'
175 target: 'deps'
176 do-not-fingerprint: true
177 - copyartifact:
178 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,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: debug-rcu
188 on-evaluation-failure: run
189 steps:
190 - copyartifact:
191 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=debug-rcu,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 - copyartifact:
205 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=debug-rcu,build=std
206 which-build: last-successful
207 stable: false
208 filter: 'build/**'
209 target: 'deps'
210 do-not-fingerprint: true
211 - shell:
212 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
213 - shell:
214 !include-raw-escape: scripts/lttng-tools/build.sh
215
216 - lttng-tools_build_builders_gerrit: &lttng-tools_build_builders_gerrit
217 name: 'lttng-tools_build_builders_gerrit'
218 builders:
219 - shell:
220 !include-raw-escape: scripts/lttng-tools/gerrit-depends-on.sh
221 - inject:
222 properties-file: gerrit_custom_dependencies.properties
223 - conditional-step:
224 condition-kind: and
225 on-evaluation-failure: run
226 condition-operands:
227 - condition-kind: shell
228 condition-command: 'test -z "$GERRIT_DEP_LTTNG_UST"'
229 - condition-kind: regex-match
230 label: '$conf'
231 regex: (std|static|agents|debug-rcu)
232 steps:
233 - copyartifact:
234 project: lttng-ust_${{GERRIT_BRANCH}}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
235 which-build: last-successful
236 stable: false
237 filter: 'build/**'
238 target: 'deps'
239 do-not-fingerprint: true
240 - conditional-step:
241 condition-kind: regex-match
242 label: '$conf'
243 regex: (std|static)
244 on-evaluation-failure: run
245 steps:
246 - copyartifact:
247 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
248 which-build: last-successful
249 stable: false
250 filter: 'build/**'
251 target: 'deps'
252 do-not-fingerprint: true
253 - copyartifact:
254 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
255 which-build: last-successful
256 stable: false
257 filter: 'build/**'
258 target: 'deps'
259 do-not-fingerprint: true
260 - conditional-step:
261 condition-kind: regex-match
262 label: '$conf'
263 regex: no-ust
264 on-evaluation-failure: run
265 steps:
266 - copyartifact:
267 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
268 which-build: last-successful
269 stable: false
270 filter: 'build/**'
271 target: 'deps'
272 do-not-fingerprint: true
273 - copyartifact:
274 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
275 which-build: last-successful
276 stable: false
277 filter: 'build/**'
278 target: 'deps'
279 do-not-fingerprint: true
280 - copyartifact:
281 project: lttng-ust_${{GERRIT_BRANCH}}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=std,build=std
282 which-build: last-successful
283 stable: false
284 filter: 'build/**'
285 target: 'deps'
286 do-not-fingerprint: true
287 - conditional-step:
288 condition-kind: regex-match
289 label: '$conf'
290 regex: (agents|relayd-only)
291 on-evaluation-failure: run
292 steps:
293 - copyartifact:
294 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
295 which-build: last-successful
296 stable: false
297 filter: 'build/**'
298 target: 'deps'
299 do-not-fingerprint: true
300 - copyartifact:
301 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
302 which-build: last-successful
303 stable: false
304 filter: 'build/**'
305 target: 'deps'
306 do-not-fingerprint: true
307 - conditional-step:
308 condition-kind: regex-match
309 label: '$conf'
310 regex: debug-rcu
311 on-evaluation-failure: run
312 steps:
313 - copyartifact:
314 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
315 which-build: last-successful
316 stable: false
317 filter: 'build/**'
318 target: 'deps'
319 do-not-fingerprint: true
320 - copyartifact:
321 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
322 which-build: last-successful
323 stable: false
324 filter: 'build/**'
325 target: 'deps'
326 do-not-fingerprint: true
327 - shell:
328 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
329 - conditional-step:
330 condition-kind: shell
331 condition-command: 'test ! -z "$GERRIT_DEP_LTTNG_UST"'
332 steps:
333 - shell:
334 !include-raw-escape:
335 - scripts/lttng-tools/gerrit-build-override.sh
336 - scripts/lttng-ust/build.sh
337 - shell:
338 !include-raw-escape: scripts/lttng-tools/gerrit-install-deps.sh
339 - shell:
340 !include-raw-escape: scripts/lttng-tools/build.sh
341
342 - lttng-tools_build_builders_win: &lttng-tools_build_builders_win
343 name: 'lttng-tools_build_builders_win'
344 builders:
345 - copyartifact:
346 project: liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std
347 which-build: last-successful
348 stable: false
349 filter: 'build/**'
350 target: 'deps'
351 do-not-fingerprint: true
352 - copyartifact:
353 project: babeltrace_${{babeltrace_version}}_winbuild/arch=${{arch}},conf=std,build=std
354 which-build: last-successful
355 stable: false
356 filter: 'build/**'
357 target: 'deps'
358 do-not-fingerprint: true
359 - conditional-step:
360 condition-kind: strings-match
361 on-evaluation-failure: run
362 condition-string1: '${{arch}}'
363 condition-string2: 'cygwin64'
364 steps:
365 - shell:
366 !include-raw-escape:
367 - scripts/common/cygwin64-shebang
368 - scripts/common/cygpath-prefix
369 - scripts/lttng-tools/build.sh
370 - conditional-step:
371 condition-kind: strings-match
372 on-evaluation-failure: run
373 condition-string1: '${{arch}}'
374 condition-string2: 'msys2-mingw32'
375 steps:
376 - inject:
377 properties-content: 'MSYSTEM=MINGW32'
378 - shell:
379 !include-raw-escape:
380 - scripts/common/msys2-shebang
381 - scripts/common/cygpath-prefix
382 - scripts/lttng-tools/build.sh
383 - conditional-step:
384 condition-kind: strings-match
385 on-evaluation-failure: run
386 condition-string1: '${{arch}}'
387 condition-string2: 'msys2-mingw64'
388 steps:
389 - inject:
390 properties-content: 'MSYSTEM=MINGW64'
391 - shell:
392 !include-raw-escape:
393 - scripts/common/msys2-shebang
394 - scripts/common/cygpath-prefix
395 - scripts/lttng-tools/build.sh
396
397 - lttng-tools_build_publishers_dev: &lttng-tools_build_publishers_dev
398 name: 'lttng-tools_build_publishers_dev'
399 publishers:
400 - postbuildscript:
401 mark-unstable-if-failed: true
402 builders:
403 - role: SLAVE
404 build-on:
405 - SUCCESS
406 - UNSTABLE
407 - NOT_BUILT
408 - ABORTED
409 - FAILURE
410 build-steps:
411 - shell:
412 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
413 - tap:
414 results: 'tap/**/*.*'
415 fail-if-no-results: true
416 failed-tests-mark-build-as-failure: true
417 todo-is-failure: false
418 - warnings:
419 console-log-parsers:
420 - 'GNU Make + GNU C Compiler (gcc)'
421 total-thresholds:
422 unstable:
423 total-all: 0
424 total-high: 0
425 total-normal: 0
426 total-low: 0
427 - archive:
428 artifacts: 'build/**,deps/**,tap/**'
429 allow-empty: false
430 - workspace-cleanup:
431 clean-if:
432 - failure: false
433 - email-ext:
434 recipients: '{obj:email_to}'
435 always: false
436 unstable: false
437 first-failure: true
438 first-unstable: true
439 not-built: false
440 aborted: false
441 regression: false
442 failure: false
443 second-failure: false
444 improvement: false
445 still-failing: false
446 success: false
447 fixed: false
448 fixed-unhealthy: true
449 still-unstable: false
450 pre-build: false
451 matrix-trigger: only-parent
452 send-to:
453 - recipients
454
455 - lttng-tools_build_publishers_prod: &lttng-tools_build_publishers_prod
456 name: 'lttng-tools_build_publishers_prod'
457 publishers:
458 - postbuildscript:
459 mark-unstable-if-failed: true
460 builders:
461 - role: SLAVE
462 build-on:
463 - SUCCESS
464 - UNSTABLE
465 - NOT_BUILT
466 - ABORTED
467 - FAILURE
468 build-steps:
469 - shell:
470 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
471 - tap:
472 results: 'tap/**/*.*'
473 fail-if-no-results: true
474 failed-tests-mark-build-as-failure: true
475 todo-is-failure: false
476 - warnings:
477 console-log-parsers:
478 - 'GNU Make + GNU C Compiler (gcc)'
479 total-thresholds:
480 unstable:
481 total-all: 0
482 total-high: 0
483 total-normal: 0
484 total-low: 0
485 - workspace-cleanup:
486 clean-if:
487 - failure: false
488 - archive:
489 artifacts: 'build/**,deps/**,tap/**'
490 allow-empty: false
491 - email-ext:
492 recipients: '{obj:email_to}'
493 reply-to: ci-notification@lists.lttng.org
494 always: false
495 unstable: false
496 first-failure: true
497 first-unstable: true
498 not-built: false
499 aborted: false
500 regression: false
501 failure: false
502 second-failure: false
503 improvement: false
504 still-failing: false
505 success: false
506 fixed: false
507 fixed-unhealthy: true
508 still-unstable: false
509 pre-build: false
510 matrix-trigger: only-parent
511 send-to:
512 - recipients
513
514 - lttng-tools_build_publishers_win: &lttng-tools_build_publishers_win
515 name: 'lttng-tools_build_publishers_win'
516 publishers:
517 - tap:
518 results: 'tap/**/*.*'
519 fail-if-no-results: true
520 failed-tests-mark-build-as-failure: true
521 todo-is-failure: false
522 - warnings:
523 console-log-parsers:
524 - 'GNU Make + GNU C Compiler (gcc)'
525 total-thresholds:
526 unstable:
527 total-all: 0
528 total-high: 0
529 total-normal: 0
530 total-low: 0
531 - workspace-cleanup:
532 clean-if:
533 - failure: false
534 - archive:
535 artifacts: 'build/**,deps/**,tap/**'
536 allow-empty: false
537 - email-ext:
538 recipients: '{obj:email_to}'
539 reply-to: ci-notification@lists.lttng.org
540 always: false
541 unstable: false
542 first-failure: true
543 first-unstable: true
544 not-built: false
545 aborted: false
546 regression: false
547 failure: false
548 second-failure: false
549 improvement: false
550 still-failing: false
551 success: false
552 fixed: false
553 fixed-unhealthy: true
554 still-unstable: false
555 pre-build: false
556 matrix-trigger: only-parent
557 send-to:
558 - recipients
559
560 ## Templates
561 - job-template:
562 name: lttng-tools_{version}_{buildtype}
563 defaults: lttng-tools
564
565 <<: *lttng-tools_build_axes_defaults
566 <<: *lttng-tools_build_builders_defaults
567 <<: *lttng-tools_build_publishers_prod
568
569 triggers:
570 - pollscm:
571 cron: "@hourly"
572 - reverse:
573 jobs: 'lttng-ust_{version}_{buildtype}'
574 result: 'success'
575
576 - job-template:
577 name: lttng-tools_{version}_long_regression
578 defaults: lttng-tools
579 wrappers:
580 - ansicolor
581 - timeout:
582 timeout: 10
583 fail: true
584 type: likely-stuck
585 - timestamps
586 - workspace-cleanup:
587 clean-if:
588 - failure: false
589
590 <<: *lttng-tools_build_axes_defaults
591 <<: *lttng-tools_build_builders_defaults
592 <<: *lttng-tools_build_publishers_prod
593
594 triggers:
595 - pollscm:
596 cron: "@hourly"
597 - reverse:
598 jobs: 'lttng-ust_{version}_{buildtype}'
599 result: 'success'
600
601 - job-template:
602 name: lttng-tools_{version}_winbuild
603 defaults: lttng-tools
604
605 <<: *lttng-tools_build_axes_defaults
606 <<: *lttng-tools_build_builders_win
607 <<: *lttng-tools_build_publishers_win
608
609 - job-template:
610 name: dev_{user}_lttng-tools_{version}_{buildtype}
611 defaults: lttng-tools
612
613 <<: *lttng-tools_build_axes_defaults
614 <<: *lttng-tools_build_builders_defaults
615 <<: *lttng-tools_build_publishers_dev
616
617 - job-template:
618 name: dev_gerrit_lttng-tools_{buildtype}
619 defaults: lttng-tools
620 concurrent: true
621
622 scm:
623 - git:
624 url: https://review.lttng.org/lttng-tools
625 refspec: 'refs/changes/*:refs/changes/*'
626 branches:
627 - '$GERRIT_REFSPEC'
628 basedir: src/lttng-tools
629 skip-tag: true
630
631 triggers:
632 - gerrit:
633 trigger-on:
634 - comment-added-event:
635 approval-category: 'CI-Build'
636 approval-value: 1
637 projects:
638 - project-compare-type: 'PLAIN'
639 project-pattern: 'lttng-tools'
640 branches:
641 - branch-compare-type: 'ANT'
642 branch-pattern: '**'
643 trigger-for-unreviewed-patches: true
644
645 properties:
646 - inject:
647 properties-content: |
648 PROJECT_NAME=lttng-tools
649 - build-discarder:
650 days-to-keep: 1
651 - throttle:
652 option: 'category'
653 categories:
654 - 'gerrit-{buildtype}'
655
656 <<: *lttng-tools_build_axes_defaults
657 <<: *lttng-tools_build_builders_gerrit
658
659 publishers:
660 - postbuildscript:
661 mark-unstable-if-failed: true
662 builders:
663 - role: SLAVE
664 build-on:
665 - SUCCESS
666 - UNSTABLE
667 - NOT_BUILT
668 - ABORTED
669 - FAILURE
670 build-steps:
671 - shell:
672 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
673 - tap:
674 results: 'tap/**/*.*'
675 fail-if-no-results: true
676 failed-tests-mark-build-as-failure: true
677 todo-is-failure: false
678 - warnings:
679 console-log-parsers:
680 - 'GNU Make + GNU C Compiler (gcc)'
681 total-thresholds:
682 unstable:
683 total-all: 0
684 total-high: 0
685 total-normal: 0
686 total-low: 0
687 - archive:
688 artifacts: 'build/**,deps/**,tap/**'
689 allow-empty: false
690 - workspace-cleanup:
691 clean-if:
692 - failure: false
693
694 - job-template:
695 name: lttng-tools_{version}_cppcheck
696 defaults: lttng-tools
697
698 triggers:
699 - pollscm:
700 cron: "@daily"
701
702 builders:
703 - shell: |
704 rm -f cppcheck-result.xml
705 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
706
707 publishers:
708 - archive:
709 artifacts: 'cppcheck-result.xml'
710 allow-empty: false
711 - cppcheck:
712 pattern: 'cppcheck-result.xml'
713 - email-ext:
714 recipients: 'ci-notification@lists.lttng.org'
715 reply-to: ci-notification@lists.lttng.org
716 always: false
717 unstable: false
718 first-failure: true
719 first-unstable: true
720 not-built: false
721 aborted: false
722 regression: false
723 failure: false
724 second-failure: false
725 improvement: false
726 still-failing: false
727 success: false
728 fixed: false
729 fixed-unhealthy: true
730 still-unstable: false
731 pre-build: false
732 matrix-trigger: only-parent
733 send-to:
734 - recipients
735
736 - job-template:
737 name: lttng-tools_{version}_scan-build
738 defaults: lttng-tools
739 node: 'amd64'
740
741 triggers:
742 - pollscm:
743 cron: "@daily"
744
745 builders:
746 - copyartifact:
747 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
748 which-build: last-successful
749 stable: false
750 filter: 'build/**'
751 target: 'deps'
752 do-not-fingerprint: true
753 - copyartifact:
754 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
755 which-build: last-successful
756 stable: false
757 filter: 'build/**'
758 target: 'deps'
759 do-not-fingerprint: true
760 - shell:
761 !include-raw-escape: scripts/common/scan-build.sh
762
763 publishers:
764 - html-publisher:
765 name: 'HTML Report'
766 dir: 'scan-build-archive/'
767 files: 'index.html'
768
769 - job-template:
770 name: lttng-tools_{version}_coverity
771 defaults: lttng-tools
772 node: 'amd64'
773
774 triggers:
775 - pollscm:
776 cron: "@daily"
777
778 wrappers:
779 - workspace-cleanup
780 - timestamps
781 - ansicolor:
782 colormap: xterm
783 - credentials-binding:
784 - username-password-separated:
785 credential-id: lttng-tools_coverity_token
786 username: COVERITY_SCAN_PROJECT_NAME
787 password: COVERITY_SCAN_TOKEN
788
789 builders:
790 - copyartifact:
791 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
792 which-build: last-successful
793 stable: false
794 filter: 'build/**'
795 target: 'deps'
796 do-not-fingerprint: true
797 - copyartifact:
798 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
799 which-build: last-successful
800 stable: false
801 filter: 'build/**'
802 target: 'deps'
803 do-not-fingerprint: true
804 - shell:
805 !include-raw-escape: scripts/common/coverity.sh
806
807 publishers:
808 - archive:
809 artifacts: 'analysis-results.tgz,cov-int/**'
810 allow-empty: false
811 - workspace-cleanup
812
813
814 ## Views
815 - view-template:
816 name: 'LTTng-tools'
817 view-type: list
818 regex: 'lttng-tools[-_].*'
819
820
821 ## Projects
822 - project:
823 name: lttng-tools
824 github_user: lttng
825 github_name: lttng-tools
826 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
827 version:
828 - stable-2.9
829 - stable-2.10
830 - stable-2.11
831 - stable-2.12
832 - master
833 jobs:
834 # Master #
835 - 'lttng-tools_{version}_{buildtype}':
836 buildtype: build
837 version: master
838 ustversion: master
839 arch: !!python/tuple [amd64]
840 build: !!python/tuple [std, oot, dist]
841 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
842 urcuversion: !!python/tuple [master]
843 babelversion: !!python/tuple [stable-1.5, master]
844 testtype: !!python/tuple [base]
845 - 'lttng-tools_{version}_{buildtype}':
846 buildtype: portbuild
847 version: master
848 ustversion: master
849 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
850 build: !!python/tuple [std]
851 conf: !!python/tuple [std, no-ust, agents]
852 urcuversion: !!python/tuple [master]
853 babelversion: !!python/tuple [stable-1.5]
854 testtype: !!python/tuple [base]
855 - 'lttng-tools_{version}_{buildtype}':
856 buildtype: slesbuild
857 version: master
858 ustversion: master
859 arch: !!python/tuple [sles12sp2]
860 build: !!python/tuple [std]
861 conf: !!python/tuple [std]
862 urcuversion: !!python/tuple [master]
863 babelversion: !!python/tuple [stable-1.5]
864 testtype: !!python/tuple [base]
865 - 'lttng-tools_{version}_{buildtype}':
866 buildtype: elbuild
867 version: master
868 ustversion: master
869 arch: !!python/tuple [el8]
870 build: !!python/tuple [std]
871 conf: !!python/tuple [std]
872 urcuversion: !!python/tuple [master]
873 babelversion: !!python/tuple [stable-1.5]
874 testtype: !!python/tuple [base]
875 - 'lttng-tools_{version}_{buildtype}':
876 buildtype: macosxbuild
877 version: master
878 ustversion: master
879 arch: !!python/tuple [macosx]
880 build: !!python/tuple [std]
881 conf: !!python/tuple [relayd-only]
882 urcuversion: !!python/tuple [master]
883 babelversion: !!python/tuple [stable-1.5]
884 testtype: !!python/tuple [base]
885 - 'lttng-tools_{version}_{buildtype}':
886 buildtype: solarisbuild
887 version: master
888 ustversion: master
889 arch: !!python/tuple [sol10-i386, sol11-i386]
890 build: !!python/tuple [std]
891 conf: !!python/tuple [relayd-only]
892 urcuversion: !!python/tuple [master]
893 babelversion: !!python/tuple [stable-1.5]
894 testtype: !!python/tuple [base]
895 - 'lttng-tools_{version}_winbuild':
896 version: master
897 ustversion: master
898 arch: !!python/tuple [cygwin64]
899 build: !!python/tuple [std]
900 conf: !!python/tuple [relayd-only]
901 urcuversion: !!python/tuple [master]
902 babelversion: !!python/tuple [stable-1.5]
903 testtype: !!python/tuple [base]
904 - 'lttng-tools_{version}_long_regression':
905 buildtype: build
906 version: master
907 ustversion: master
908 arch: !!python/tuple [amd64]
909 build: !!python/tuple [std]
910 conf: !!python/tuple [std]
911 urcuversion: !!python/tuple [master]
912 babelversion: !!python/tuple [stable-1.5]
913 testtype: !!python/tuple [full]
914
915 # stable-2.12
916 - 'lttng-tools_{version}_{buildtype}':
917 buildtype: build
918 version: stable-2.12
919 ustversion: stable-2.12
920 arch: !!python/tuple [amd64]
921 build: !!python/tuple [std, oot, dist]
922 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
923 urcuversion: !!python/tuple [stable-0.12]
924 babelversion: !!python/tuple [stable-2.0]
925 testtype: !!python/tuple [base]
926 - 'lttng-tools_{version}_{buildtype}':
927 buildtype: portbuild
928 version: stable-2.12
929 ustversion: stable-2.12
930 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
931 build: !!python/tuple [std]
932 conf: !!python/tuple [std, no-ust, agents]
933 urcuversion: !!python/tuple [stable-0.12]
934 babelversion: !!python/tuple [stable-2.0]
935 testtype: !!python/tuple [base]
936 - 'lttng-tools_{version}_{buildtype}':
937 buildtype: slesbuild
938 version: stable-2.12
939 ustversion: stable-2.12
940 arch: !!python/tuple [sles12sp2]
941 build: !!python/tuple [std]
942 conf: !!python/tuple [std]
943 urcuversion: !!python/tuple [stable-0.12]
944 babelversion: !!python/tuple [stable-2.0]
945 testtype: !!python/tuple [base]
946 - 'lttng-tools_{version}_{buildtype}':
947 buildtype: elbuild
948 version: stable-2.12
949 ustversion: stable-2.12
950 arch: !!python/tuple [el8]
951 build: !!python/tuple [std]
952 conf: !!python/tuple [std]
953 urcuversion: !!python/tuple [stable-0.12]
954 babelversion: !!python/tuple [stable-2.0]
955 testtype: !!python/tuple [base]
956 - 'lttng-tools_{version}_{buildtype}':
957 buildtype: solarisbuild
958 version: stable-2.12
959 ustversion: stable-2.12
960 arch: !!python/tuple [sol10-i386, sol11-i386]
961 build: !!python/tuple [std]
962 conf: !!python/tuple [relayd-only]
963 urcuversion: !!python/tuple [stable-0.12]
964 babelversion: !!python/tuple [stable-1.5]
965 testtype: !!python/tuple [base]
966 - 'lttng-tools_{version}_{buildtype}':
967 buildtype: macosxbuild
968 version: stable-2.12
969 ustversion: stable-2.12
970 arch: !!python/tuple [macosx]
971 build: !!python/tuple [std]
972 conf: !!python/tuple [relayd-only]
973 urcuversion: !!python/tuple [stable-0.12]
974 babelversion: !!python/tuple [stable-2.0]
975 testtype: !!python/tuple [base]
976 - 'lttng-tools_{version}_winbuild':
977 version: stable-2.12
978 ustversion: stable-2.12
979 arch: !!python/tuple [cygwin64]
980 build: !!python/tuple [std]
981 conf: !!python/tuple [relayd-only]
982 urcuversion: !!python/tuple [stable-0.12]
983 babelversion: !!python/tuple [stable-2.0]
984 testtype: !!python/tuple [base]
985 - 'lttng-tools_{version}_long_regression':
986 buildtype: build
987 version: stable-2.12
988 ustversion: stable-2.12
989 arch: !!python/tuple [amd64]
990 build: !!python/tuple [std]
991 conf: !!python/tuple [std]
992 urcuversion: !!python/tuple [stable-0.12]
993 babelversion: !!python/tuple [stable-2.0]
994 testtype: !!python/tuple [full]
995
996 # stable-2.11
997 - 'lttng-tools_{version}_{buildtype}':
998 buildtype: build
999 version: stable-2.11
1000 ustversion: stable-2.11
1001 arch: !!python/tuple [amd64]
1002 build: !!python/tuple [std, oot, dist]
1003 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
1004 urcuversion: !!python/tuple [stable-0.10]
1005 babelversion: !!python/tuple [stable-1.5]
1006 testtype: !!python/tuple [base]
1007 - 'lttng-tools_{version}_{buildtype}':
1008 buildtype: portbuild
1009 version: stable-2.11
1010 ustversion: stable-2.11
1011 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1012 build: !!python/tuple [std]
1013 conf: !!python/tuple [std, no-ust, agents]
1014 urcuversion: !!python/tuple [stable-0.10]
1015 babelversion: !!python/tuple [stable-1.5]
1016 testtype: !!python/tuple [base]
1017 - 'lttng-tools_{version}_{buildtype}':
1018 buildtype: slesbuild
1019 version: stable-2.11
1020 ustversion: stable-2.11
1021 arch: !!python/tuple [sles12sp2]
1022 build: !!python/tuple [std]
1023 conf: !!python/tuple [std]
1024 urcuversion: !!python/tuple [stable-0.10]
1025 babelversion: !!python/tuple [stable-1.5]
1026 testtype: !!python/tuple [base]
1027 - 'lttng-tools_{version}_{buildtype}':
1028 buildtype: elbuild
1029 version: stable-2.11
1030 ustversion: stable-2.11
1031 arch: !!python/tuple [el8]
1032 build: !!python/tuple [std]
1033 conf: !!python/tuple [std]
1034 urcuversion: !!python/tuple [stable-0.10]
1035 babelversion: !!python/tuple [stable-1.5]
1036 testtype: !!python/tuple [base]
1037 - 'lttng-tools_{version}_{buildtype}':
1038 buildtype: solarisbuild
1039 version: stable-2.11
1040 ustversion: stable-2.11
1041 arch: !!python/tuple [sol10-i386, sol11-i386]
1042 build: !!python/tuple [std]
1043 conf: !!python/tuple [relayd-only]
1044 urcuversion: !!python/tuple [stable-0.10]
1045 babelversion: !!python/tuple [stable-1.5]
1046 testtype: !!python/tuple [base]
1047 - 'lttng-tools_{version}_{buildtype}':
1048 buildtype: macosxbuild
1049 version: stable-2.11
1050 ustversion: stable-2.11
1051 arch: !!python/tuple [macosx]
1052 build: !!python/tuple [std]
1053 conf: !!python/tuple [relayd-only]
1054 urcuversion: !!python/tuple [stable-0.10]
1055 babelversion: !!python/tuple [stable-1.5]
1056 testtype: !!python/tuple [base]
1057 - 'lttng-tools_{version}_winbuild':
1058 version: stable-2.11
1059 ustversion: stable-2.11
1060 arch: !!python/tuple [cygwin64]
1061 build: !!python/tuple [std]
1062 conf: !!python/tuple [relayd-only]
1063 urcuversion: !!python/tuple [stable-0.10]
1064 babelversion: !!python/tuple [stable-1.5]
1065 testtype: !!python/tuple [base]
1066 - 'lttng-tools_{version}_long_regression':
1067 buildtype: build
1068 version: stable-2.11
1069 ustversion: stable-2.11
1070 arch: !!python/tuple [amd64]
1071 build: !!python/tuple [std]
1072 conf: !!python/tuple [std]
1073 urcuversion: !!python/tuple [stable-0.10]
1074 babelversion: !!python/tuple [stable-1.5]
1075 testtype: !!python/tuple [full]
1076
1077 # stable-2.10
1078 - 'lttng-tools_{version}_{buildtype}':
1079 buildtype: build
1080 version: stable-2.10
1081 ustversion: stable-2.10
1082 arch: !!python/tuple [amd64]
1083 build: !!python/tuple [std, oot, dist]
1084 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
1085 urcuversion: !!python/tuple [stable-0.9]
1086 babelversion: !!python/tuple [stable-1.5]
1087 testtype: !!python/tuple [base]
1088 - 'lttng-tools_{version}_{buildtype}':
1089 buildtype: portbuild
1090 version: stable-2.10
1091 ustversion: stable-2.10
1092 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1093 build: !!python/tuple [std]
1094 conf: !!python/tuple [std, no-ust, agents]
1095 urcuversion: !!python/tuple [stable-0.9]
1096 babelversion: !!python/tuple [stable-1.5]
1097 testtype: !!python/tuple [base]
1098 - 'lttng-tools_{version}_{buildtype}':
1099 buildtype: slesbuild
1100 version: stable-2.10
1101 ustversion: stable-2.10
1102 arch: !!python/tuple [sles12sp2]
1103 build: !!python/tuple [std]
1104 conf: !!python/tuple [std]
1105 urcuversion: !!python/tuple [stable-0.9]
1106 babelversion: !!python/tuple [stable-1.5]
1107 testtype: !!python/tuple [base]
1108 - 'lttng-tools_{version}_{buildtype}':
1109 buildtype: elbuild
1110 version: stable-2.10
1111 ustversion: stable-2.10
1112 arch: !!python/tuple [el8]
1113 build: !!python/tuple [std]
1114 conf: !!python/tuple [std]
1115 urcuversion: !!python/tuple [stable-0.9]
1116 babelversion: !!python/tuple [stable-1.5]
1117 testtype: !!python/tuple [base]
1118 - 'lttng-tools_{version}_{buildtype}':
1119 buildtype: solarisbuild
1120 version: stable-2.10
1121 ustversion: stable-2.10
1122 arch: !!python/tuple [sol10-i386, sol11-i386]
1123 build: !!python/tuple [std]
1124 conf: !!python/tuple [relayd-only]
1125 urcuversion: !!python/tuple [stable-0.9]
1126 babelversion: !!python/tuple [stable-1.5]
1127 testtype: !!python/tuple [base]
1128 - 'lttng-tools_{version}_{buildtype}':
1129 buildtype: macosxbuild
1130 version: stable-2.10
1131 ustversion: stable-2.10
1132 arch: !!python/tuple [macosx]
1133 build: !!python/tuple [std]
1134 conf: !!python/tuple [relayd-only]
1135 urcuversion: !!python/tuple [stable-0.9]
1136 babelversion: !!python/tuple [stable-1.5]
1137 testtype: !!python/tuple [base]
1138 - 'lttng-tools_{version}_winbuild':
1139 version: stable-2.10
1140 ustversion: stable-2.10
1141 arch: !!python/tuple [cygwin64]
1142 build: !!python/tuple [std]
1143 conf: !!python/tuple [relayd-only]
1144 urcuversion: !!python/tuple [stable-0.9]
1145 babelversion: !!python/tuple [stable-1.5]
1146 testtype: !!python/tuple [base]
1147 - 'lttng-tools_{version}_long_regression':
1148 buildtype: build
1149 version: stable-2.10
1150 ustversion: stable-2.10
1151 arch: !!python/tuple [amd64]
1152 build: !!python/tuple [std]
1153 conf: !!python/tuple [std]
1154 urcuversion: !!python/tuple [stable-0.9]
1155 babelversion: !!python/tuple [stable-1.5]
1156 testtype: !!python/tuple [full]
1157
1158 # stable-2.9 #
1159 - 'lttng-tools_{version}_{buildtype}':
1160 buildtype: build
1161 version: stable-2.9
1162 ustversion: stable-2.9
1163 arch: !!python/tuple [amd64]
1164 build: !!python/tuple [std, oot, dist]
1165 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
1166 urcuversion: !!python/tuple [stable-0.9]
1167 babelversion: !!python/tuple [stable-1.5]
1168 testtype: !!python/tuple [base]
1169 - 'lttng-tools_{version}_{buildtype}':
1170 buildtype: portbuild
1171 version: stable-2.9
1172 ustversion: stable-2.9
1173 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1174 build: !!python/tuple [std]
1175 conf: !!python/tuple [std, no-ust, agents]
1176 urcuversion: !!python/tuple [stable-0.9]
1177 babelversion: !!python/tuple [stable-1.5]
1178 testtype: !!python/tuple [base]
1179 - 'lttng-tools_{version}_{buildtype}':
1180 buildtype: slesbuild
1181 version: stable-2.9
1182 ustversion: stable-2.9
1183 arch: !!python/tuple [sles12sp2]
1184 build: !!python/tuple [std]
1185 conf: !!python/tuple [std]
1186 urcuversion: !!python/tuple [stable-0.9]
1187 babelversion: !!python/tuple [stable-1.5]
1188 testtype: !!python/tuple [base]
1189 - 'lttng-tools_{version}_{buildtype}':
1190 buildtype: elbuild
1191 version: stable-2.9
1192 ustversion: stable-2.9
1193 arch: !!python/tuple [el8]
1194 build: !!python/tuple [std]
1195 conf: !!python/tuple [std]
1196 urcuversion: !!python/tuple [stable-0.9]
1197 babelversion: !!python/tuple [stable-1.5]
1198 testtype: !!python/tuple [base]
1199 - 'lttng-tools_{version}_{buildtype}':
1200 buildtype: solarisbuild
1201 version: stable-2.9
1202 ustversion: stable-2.9
1203 arch: !!python/tuple [sol10-i386, sol11-i386]
1204 build: !!python/tuple [std]
1205 conf: !!python/tuple [relayd-only]
1206 urcuversion: !!python/tuple [stable-0.9]
1207 babelversion: !!python/tuple [stable-1.5]
1208 testtype: !!python/tuple [base]
1209 - 'lttng-tools_{version}_{buildtype}':
1210 buildtype: macosxbuild
1211 version: stable-2.9
1212 ustversion: stable-2.9
1213 arch: !!python/tuple [macosx]
1214 build: !!python/tuple [std]
1215 conf: !!python/tuple [relayd-only]
1216 urcuversion: !!python/tuple [stable-0.9]
1217 babelversion: !!python/tuple [stable-1.5]
1218 testtype: !!python/tuple [base]
1219 - 'lttng-tools_{version}_winbuild':
1220 version: stable-2.9
1221 ustversion: stable-2.9
1222 arch: !!python/tuple [cygwin64]
1223 build: !!python/tuple [std]
1224 conf: !!python/tuple [relayd-only]
1225 urcuversion: !!python/tuple [stable-0.9]
1226 babelversion: !!python/tuple [stable-1.5]
1227 testtype: !!python/tuple [base]
1228 - 'lttng-tools_{version}_long_regression':
1229 buildtype: build
1230 version: stable-2.9
1231 ustversion: stable-2.9
1232 arch: !!python/tuple [amd64]
1233 build: !!python/tuple [std]
1234 conf: !!python/tuple [std]
1235 urcuversion: !!python/tuple [stable-0.9]
1236 babelversion: !!python/tuple [stable-1.5]
1237 testtype: !!python/tuple [full]
1238
1239 # stable-2.8 #
1240 - 'lttng-tools_{version}_{buildtype}':
1241 buildtype: slesbuild
1242 version: stable-2.8
1243 ustversion: stable-2.8
1244 arch: !!python/tuple [sles12sp2]
1245 build: !!python/tuple [std]
1246 conf: !!python/tuple [std]
1247 urcuversion: !!python/tuple [stable-0.9]
1248 babelversion: !!python/tuple [stable-1.5]
1249 testtype: !!python/tuple [base]
1250
1251 - 'lttng-tools_{version}_cppcheck'
1252 - 'lttng-tools_{version}_scan-build':
1253 version: master
1254 urcuversion: master
1255 ustversion: master
1256 - 'lttng-tools_{version}_scan-build':
1257 version: stable-2.11
1258 urcuversion: stable-0.10
1259 ustversion: stable-2.11
1260 - 'lttng-tools_{version}_scan-build':
1261 version: stable-2.10
1262 urcuversion: stable-0.9
1263 ustversion: stable-2.10
1264 - 'lttng-tools_{version}_scan-build':
1265 version: stable-2.9
1266 urcuversion: stable-0.9
1267 ustversion: stable-2.9
1268 - 'lttng-tools_{version}_coverity':
1269 version: master
1270 urcuversion: master
1271 ustversion: master
1272
1273
1274 - project:
1275 name: dev_jgalar_lttng-tools
1276 user: jgalar
1277 github_user: jgalar
1278 github_name: lttng-tools
1279 email_to: 'jgalar@efficios.com'
1280 jobs:
1281 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1282 buildtype: build
1283 version: master-staging
1284 ustversion: master
1285 arch: !!python/tuple [amd64]
1286 build: !!python/tuple [std, oot, dist]
1287 conf: !!python/tuple [std, no-ust, agents]
1288 urcuversion: !!python/tuple [master]
1289 babelversion: !!python/tuple [stable-1.5, master]
1290 testtype: !!python/tuple [base]
1291 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1292 buildtype: build
1293 version: stable-2.12-staging
1294 ustversion: stable-2.12
1295 arch: !!python/tuple [amd64]
1296 build: !!python/tuple [std, oot, dist]
1297 conf: !!python/tuple [std, no-ust, agents]
1298 urcuversion: !!python/tuple [stable-0.12]
1299 babelversion: !!python/tuple [stable-2.0, master]
1300 testtype: !!python/tuple [base]
1301 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1302 buildtype: build
1303 version: stable-2.11-staging
1304 ustversion: stable-2.11
1305 arch: !!python/tuple [amd64]
1306 build: !!python/tuple [std, oot, dist]
1307 conf: !!python/tuple [std, no-ust, agents]
1308 urcuversion: !!python/tuple [stable-0.10]
1309 babelversion: !!python/tuple [stable-1.5, master]
1310 testtype: !!python/tuple [base]
1311 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1312 buildtype: build
1313 version: stable-2.10-staging
1314 ustversion: stable-2.10
1315 arch: !!python/tuple [amd64]
1316 build: !!python/tuple [std, oot, dist]
1317 conf: !!python/tuple [std, no-ust, agents]
1318 urcuversion: !!python/tuple [stable-0.9]
1319 babelversion: !!python/tuple [stable-1.5]
1320 testtype: !!python/tuple [base]
1321 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1322 buildtype: build
1323 version: stable-2.9-staging
1324 ustversion: stable-2.9
1325 arch: !!python/tuple [amd64]
1326 build: !!python/tuple [std, oot, dist]
1327 conf: !!python/tuple [std, no-ust, agents]
1328 urcuversion: !!python/tuple [stable-0.9]
1329 babelversion: !!python/tuple [stable-1.5]
1330 testtype: !!python/tuple [base]
1331 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1332 buildtype: portbuild
1333 version: master-staging
1334 ustversion: master
1335 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1336 build: !!python/tuple [std]
1337 conf: !!python/tuple [std, no-ust, agents]
1338 urcuversion: !!python/tuple [master]
1339 babelversion: !!python/tuple [stable-1.5]
1340 testtype: !!python/tuple [base]
1341 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1342 buildtype: portbuild
1343 version: stable-2.12-staging
1344 ustversion: stable-2.12
1345 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1346 build: !!python/tuple [std]
1347 conf: !!python/tuple [std, no-ust, agents]
1348 urcuversion: !!python/tuple [stable-0.12]
1349 babelversion: !!python/tuple [stable-2.0]
1350 testtype: !!python/tuple [base]
1351 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1352 buildtype: portbuild
1353 version: stable-2.11-staging
1354 ustversion: stable-2.11
1355 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1356 build: !!python/tuple [std]
1357 conf: !!python/tuple [std, no-ust, agents]
1358 urcuversion: !!python/tuple [stable-0.10]
1359 babelversion: !!python/tuple [stable-1.5]
1360 testtype: !!python/tuple [base]
1361 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1362 buildtype: portbuild
1363 version: stable-2.10-staging
1364 ustversion: stable-2.10
1365 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1366 build: !!python/tuple [std]
1367 conf: !!python/tuple [std, no-ust, agents]
1368 urcuversion: !!python/tuple [stable-0.9]
1369 babelversion: !!python/tuple [stable-1.5]
1370 testtype: !!python/tuple [base]
1371 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1372 buildtype: portbuild
1373 version: stable-2.9-staging
1374 ustversion: stable-2.9
1375 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1376 build: !!python/tuple [std]
1377 conf: !!python/tuple [std, no-ust, agents]
1378 urcuversion: !!python/tuple [stable-0.9]
1379 babelversion: !!python/tuple [stable-1.5]
1380 testtype: !!python/tuple [base]
1381 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1382 buildtype: macosxbuild
1383 version: master-staging
1384 ustversion: master
1385 arch: !!python/tuple [macosx]
1386 build: !!python/tuple [std]
1387 conf: !!python/tuple [relayd-only]
1388 urcuversion: !!python/tuple [master]
1389 babelversion: !!python/tuple [stable-1.5]
1390 testtype: !!python/tuple [base]
1391 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1392 buildtype: solarisbuild
1393 version: master-staging
1394 ustversion: master
1395 arch: !!python/tuple [sol10-i386, sol11-i386]
1396 build: !!python/tuple [std]
1397 conf: !!python/tuple [relayd-only]
1398 urcuversion: !!python/tuple [master]
1399 babelversion: !!python/tuple [stable-1.5]
1400 testtype: !!python/tuple [base]
1401
1402 - project:
1403 name: gerrit-lttng-tools
1404 github_user: lttng
1405 github_name: lttng-tools
1406 jobs:
1407 - 'dev_gerrit_lttng-tools_{buildtype}':
1408 buildtype: build
1409 arch: !!python/tuple [amd64]
1410 build: !!python/tuple [std, oot, dist, oot-dist]
1411 conf: !!python/tuple [std, no-ust, agents]
1412 urcuversion: !!python/tuple [stable-0.12]
1413 babelversion: !!python/tuple [stable-1.5]
1414 testtype: !!python/tuple [base]
1415
1416 - project:
1417 name: lttng-tools-views
1418 views:
1419 - LTTng-tools
This page took 0.056249 seconds and 5 git commands to generate.