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