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