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