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