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