8b9aea9c05164322e19ded20a2842fad660d89dd
[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: 90
17 fail: true
18 type: absolute
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 git-tool: jgit
34
35 triggers:
36 - pollscm:
37 cron: "@hourly"
38
39 properties:
40 - inject:
41 properties-content: |
42 PROJECT_NAME=lttng-tools
43 - github:
44 url: https://github.com/{github_user}/{github_name}
45 - build-discarder:
46 num-to-keep: 20
47 artifact-num-to-keep: 2
48
49
50 ## Anchors
51 - lttng-tools_build_axes_defaults: &lttng-tools_build_axes_defaults
52 name: 'lttng-tools_build_axes_defaults'
53 project-type: matrix
54 node: 'master' # Applies only to matrix flyweight task
55 axes:
56 - axis:
57 type: slave
58 name: arch
59 values: '{obj:arch}'
60 - axis:
61 type: user-defined
62 name: conf
63 values: '{obj:conf}'
64 - axis:
65 type: user-defined
66 name: liburcu_version
67 values: '{obj:urcuversion}'
68 - axis:
69 type: user-defined
70 name: babeltrace_version
71 values: '{obj:babelversion}'
72 - axis:
73 type: user-defined
74 name: build
75 values: '{obj:build}'
76 - axis:
77 type: user-defined
78 name: test_type
79 values: '{obj:testtype}'
80
81 - lttng-tools_build_builders_defaults: &lttng-tools_build_builders_defaults
82 name: 'lttng-tools_build_builders_defaults'
83 builders:
84 - conditional-step:
85 condition-kind: regex-match
86 label: '$conf'
87 regex: (std|static)
88 on-evaluation-failure: run
89 steps:
90 - copyartifact:
91 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
92 which-build: last-successful
93 stable: false
94 filter: 'build/**'
95 target: 'deps'
96 do-not-fingerprint: true
97 - copyartifact:
98 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
99 which-build: last-successful
100 stable: false
101 filter: 'build/**'
102 target: 'deps'
103 do-not-fingerprint: true
104 - copyartifact:
105 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
106 which-build: last-successful
107 stable: false
108 filter: 'build/**'
109 target: 'deps'
110 do-not-fingerprint: true
111 - conditional-step:
112 condition-kind: regex-match
113 label: '$conf'
114 regex: no-ust
115 on-evaluation-failure: run
116 steps:
117 - copyartifact:
118 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
119 which-build: last-successful
120 stable: false
121 filter: 'build/**'
122 target: 'deps'
123 do-not-fingerprint: true
124 - copyartifact:
125 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
126 which-build: last-successful
127 stable: false
128 filter: 'build/**'
129 target: 'deps'
130 do-not-fingerprint: true
131 - copyartifact:
132 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=std,build=std
133 which-build: last-successful
134 stable: false
135 filter: 'build/**'
136 target: 'deps'
137 do-not-fingerprint: true
138 - conditional-step:
139 condition-kind: regex-match
140 label: '$conf'
141 regex: agents
142 on-evaluation-failure: run
143 steps:
144 - copyartifact:
145 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
146 which-build: last-successful
147 stable: false
148 filter: 'build/**'
149 target: 'deps'
150 do-not-fingerprint: true
151 - copyartifact:
152 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
153 which-build: last-successful
154 stable: false
155 filter: 'build/**'
156 target: 'deps'
157 do-not-fingerprint: true
158 - copyartifact:
159 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
160 which-build: last-successful
161 stable: false
162 filter: 'build/**'
163 target: 'deps'
164 do-not-fingerprint: true
165 - conditional-step:
166 condition-kind: regex-match
167 label: '$conf'
168 regex: (relayd-only)
169 on-evaluation-failure: run
170 steps:
171 - copyartifact:
172 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
173 which-build: last-successful
174 stable: false
175 filter: 'build/**'
176 target: 'deps'
177 do-not-fingerprint: true
178 - copyartifact:
179 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
180 which-build: last-successful
181 stable: false
182 filter: 'build/**'
183 target: 'deps'
184 do-not-fingerprint: true
185 - conditional-step:
186 condition-kind: regex-match
187 label: '$conf'
188 regex: debug-rcu
189 on-evaluation-failure: run
190 steps:
191 - copyartifact:
192 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=debug-rcu,build=std
193 which-build: last-successful
194 stable: false
195 filter: 'build/**'
196 target: 'deps'
197 do-not-fingerprint: true
198 - copyartifact:
199 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
200 which-build: last-successful
201 stable: false
202 filter: 'build/**'
203 target: 'deps'
204 do-not-fingerprint: true
205 - copyartifact:
206 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=debug-rcu,build=std
207 which-build: last-successful
208 stable: false
209 filter: 'build/**'
210 target: 'deps'
211 do-not-fingerprint: true
212 - shell:
213 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
214 - shell:
215 !include-raw-escape: scripts/lttng-tools/build.sh
216
217 - lttng-tools_build_builders_win: &lttng-tools_build_builders_win
218 name: 'lttng-tools_build_builders_win'
219 builders:
220 - copyartifact:
221 project: liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std
222 which-build: last-successful
223 stable: false
224 filter: 'build/**'
225 target: 'deps'
226 do-not-fingerprint: true
227 - copyartifact:
228 project: babeltrace_${{babeltrace_version}}_winbuild/arch=${{arch}},conf=std,build=std
229 which-build: last-successful
230 stable: false
231 filter: 'build/**'
232 target: 'deps'
233 do-not-fingerprint: true
234 - conditional-step:
235 condition-kind: strings-match
236 on-evaluation-failure: run
237 condition-string1: '${{arch}}'
238 condition-string2: 'cygwin'
239 steps:
240 - shell:
241 !include-raw-escape:
242 - scripts/common/cygwin-shebang
243 - scripts/common/cygwin-prefix
244 - scripts/lttng-tools/build.sh
245 - conditional-step:
246 condition-kind: strings-match
247 on-evaluation-failure: run
248 condition-string1: '${{arch}}'
249 condition-string2: 'cygwin64'
250 steps:
251 - shell:
252 !include-raw-escape:
253 - scripts/common/cygwin64-shebang
254 - scripts/common/cygwin-prefix
255 - scripts/lttng-tools/build.sh
256 - conditional-step:
257 condition-kind: strings-match
258 on-evaluation-failure: run
259 condition-string1: '${{arch}}'
260 condition-string2: 'msys2-mingw32'
261 steps:
262 - inject:
263 properties-content: 'MSYSTEM=MINGW32'
264 - shell:
265 !include-raw-escape:
266 - scripts/common/msys2-shebang
267 - scripts/common/cygwin-prefix
268 - scripts/lttng-tools/build.sh
269 - conditional-step:
270 condition-kind: strings-match
271 on-evaluation-failure: run
272 condition-string1: '${{arch}}'
273 condition-string2: 'msys2-mingw64'
274 steps:
275 - inject:
276 properties-content: 'MSYSTEM=MINGW64'
277 - shell:
278 !include-raw-escape:
279 - scripts/common/msys2-shebang
280 - scripts/common/cygwin-prefix
281 - scripts/lttng-tools/build.sh
282
283 - lttng-tools_build_publishers_dev: &lttng-tools_build_publishers_dev
284 name: 'lttng-tools_build_publishers_dev'
285 publishers:
286 - postbuildscript:
287 mark-unstable-if-failed: true
288 builders:
289 - role: SLAVE
290 build-on:
291 - SUCCESS
292 - UNSTABLE
293 - NOT_BUILT
294 - ABORTED
295 - FAILURE
296 build-steps:
297 - shell:
298 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
299 - tap:
300 results: 'tap/**/*.*'
301 fail-if-no-results: true
302 failed-tests-mark-build-as-failure: true
303 todo-is-failure: false
304 - warnings:
305 console-log-parsers:
306 - 'GNU Make + GNU C Compiler (gcc)'
307 total-thresholds:
308 unstable:
309 total-all: 0
310 total-high: 0
311 total-normal: 0
312 total-low: 0
313 - archive:
314 artifacts: 'build/**,deps/**,tap/**'
315 allow-empty: false
316 - workspace-cleanup:
317 clean-if:
318 - failure: false
319 - email-ext:
320 recipients: '{obj:email_to}'
321 always: false
322 unstable: false
323 first-failure: true
324 first-unstable: true
325 not-built: false
326 aborted: false
327 regression: false
328 failure: false
329 second-failure: false
330 improvement: false
331 still-failing: false
332 success: false
333 fixed: false
334 fixed-unhealthy: true
335 still-unstable: false
336 pre-build: false
337 matrix-trigger: only-parent
338 send-to:
339 - recipients
340
341 - lttng-tools_build_publishers_prod: &lttng-tools_build_publishers_prod
342 name: 'lttng-tools_build_publishers_prod'
343 publishers:
344 - postbuildscript:
345 mark-unstable-if-failed: true
346 builders:
347 - role: SLAVE
348 build-on:
349 - SUCCESS
350 - UNSTABLE
351 - NOT_BUILT
352 - ABORTED
353 - FAILURE
354 build-steps:
355 - shell:
356 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
357 - tap:
358 results: 'tap/**/*.*'
359 fail-if-no-results: true
360 failed-tests-mark-build-as-failure: true
361 todo-is-failure: false
362 - warnings:
363 console-log-parsers:
364 - 'GNU Make + GNU C Compiler (gcc)'
365 total-thresholds:
366 unstable:
367 total-all: 0
368 total-high: 0
369 total-normal: 0
370 total-low: 0
371 - workspace-cleanup:
372 clean-if:
373 - failure: false
374 - archive:
375 artifacts: 'build/**,deps/**,tap/**'
376 allow-empty: false
377 - email-ext:
378 recipients: '{obj:email_to}'
379 reply-to: ci-notification@lists.lttng.org
380 always: false
381 unstable: false
382 first-failure: true
383 first-unstable: true
384 not-built: false
385 aborted: false
386 regression: false
387 failure: false
388 second-failure: false
389 improvement: false
390 still-failing: false
391 success: false
392 fixed: false
393 fixed-unhealthy: true
394 still-unstable: false
395 pre-build: false
396 matrix-trigger: only-parent
397 send-to:
398 - recipients
399
400 - lttng-tools_build_publishers_win: &lttng-tools_build_publishers_win
401 name: 'lttng-tools_build_publishers_win'
402 publishers:
403 - tap:
404 results: 'tap/**/*.*'
405 fail-if-no-results: true
406 failed-tests-mark-build-as-failure: true
407 todo-is-failure: false
408 - warnings:
409 console-log-parsers:
410 - 'GNU Make + GNU C Compiler (gcc)'
411 total-thresholds:
412 unstable:
413 total-all: 0
414 total-high: 0
415 total-normal: 0
416 total-low: 0
417 - workspace-cleanup:
418 clean-if:
419 - failure: false
420 - archive:
421 artifacts: 'build/**,deps/**,tap/**'
422 allow-empty: false
423 - email-ext:
424 recipients: '{obj:email_to}'
425 reply-to: ci-notification@lists.lttng.org
426 always: false
427 unstable: false
428 first-failure: true
429 first-unstable: true
430 not-built: false
431 aborted: false
432 regression: false
433 failure: false
434 second-failure: false
435 improvement: false
436 still-failing: false
437 success: false
438 fixed: false
439 fixed-unhealthy: true
440 still-unstable: false
441 pre-build: false
442 matrix-trigger: only-parent
443 send-to:
444 - recipients
445
446 ## Templates
447 - job-template:
448 name: lttng-tools_{version}_{buildtype}
449 defaults: lttng-tools
450
451 <<: *lttng-tools_build_axes_defaults
452 <<: *lttng-tools_build_builders_defaults
453 <<: *lttng-tools_build_publishers_prod
454
455 triggers:
456 - pollscm:
457 cron: "@hourly"
458 - reverse:
459 jobs: 'lttng-ust_{version}_{buildtype}'
460 result: 'success'
461
462 - job-template:
463 name: lttng-tools_{version}_long_regression
464 defaults: lttng-tools
465 wrappers:
466 - ansicolor
467 - timeout:
468 timeout: 10
469 fail: true
470 type: likely-stuck
471 - timestamps
472 - workspace-cleanup:
473 clean-if:
474 - failure: false
475
476 <<: *lttng-tools_build_axes_defaults
477 <<: *lttng-tools_build_builders_defaults
478 <<: *lttng-tools_build_publishers_prod
479
480 triggers:
481 - pollscm:
482 cron: "@hourly"
483 - reverse:
484 jobs: 'lttng-ust_{version}_{buildtype}'
485 result: 'success'
486
487 - job-template:
488 name: lttng-tools_{version}_winbuild
489 defaults: lttng-tools
490
491 <<: *lttng-tools_build_axes_defaults
492 <<: *lttng-tools_build_builders_win
493 <<: *lttng-tools_build_publishers_win
494
495 - job-template:
496 name: dev_{user}_lttng-tools_{version}_{buildtype}
497 defaults: lttng-tools
498
499 <<: *lttng-tools_build_axes_defaults
500 <<: *lttng-tools_build_builders_defaults
501 <<: *lttng-tools_build_publishers_dev
502
503 - job-template:
504 name: lttng-tools_{version}_cppcheck
505 defaults: lttng-tools
506
507 triggers:
508 - pollscm:
509 cron: "@daily"
510
511 builders:
512 - shell: |
513 rm -f cppcheck-result.xml
514 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
515
516 publishers:
517 - archive:
518 artifacts: 'cppcheck-result.xml'
519 allow-empty: false
520 - cppcheck:
521 pattern: 'cppcheck-result.xml'
522 - email-ext:
523 recipients: 'ci-notification@lists.lttng.org'
524 reply-to: ci-notification@lists.lttng.org
525 always: false
526 unstable: false
527 first-failure: true
528 first-unstable: true
529 not-built: false
530 aborted: false
531 regression: false
532 failure: false
533 second-failure: false
534 improvement: false
535 still-failing: false
536 success: false
537 fixed: false
538 fixed-unhealthy: true
539 still-unstable: false
540 pre-build: false
541 matrix-trigger: only-parent
542 send-to:
543 - recipients
544
545 - job-template:
546 name: lttng-tools_{version}_scan-build
547 defaults: lttng-tools
548 node: 'amd64'
549
550 triggers:
551 - pollscm:
552 cron: "@daily"
553
554 builders:
555 - copyartifact:
556 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
557 which-build: last-successful
558 stable: false
559 filter: 'build/**'
560 target: 'deps/liburcu'
561 do-not-fingerprint: true
562 - copyartifact:
563 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
564 which-build: last-successful
565 stable: false
566 filter: 'build/**'
567 target: 'deps/lttng-ust'
568 do-not-fingerprint: true
569 - shell:
570 !include-raw-escape: scripts/common/scan-build.sh
571
572 publishers:
573 - html-publisher:
574 name: 'HTML Report'
575 dir: 'scan-build-archive/'
576 files: 'index.html'
577
578 - job-template:
579 name: lttng-tools_{version}_coverity
580 defaults: lttng-tools
581 node: 'amd64'
582
583 triggers:
584 - pollscm:
585 cron: "@daily"
586
587 wrappers:
588 - workspace-cleanup
589 - timestamps
590 - ansicolor:
591 colormap: xterm
592 - credentials-binding:
593 - username-password-separated:
594 credential-id: lttng-tools_coverity_token
595 username: COVERITY_SCAN_PROJECT_NAME
596 password: COVERITY_SCAN_TOKEN
597
598 builders:
599 - copyartifact:
600 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
601 which-build: last-successful
602 stable: false
603 filter: 'build/**'
604 target: 'deps/liburcu'
605 do-not-fingerprint: true
606 - copyartifact:
607 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
608 which-build: last-successful
609 stable: false
610 filter: 'build/**'
611 target: 'deps/lttng-ust'
612 do-not-fingerprint: true
613 - shell:
614 !include-raw-escape: scripts/common/coverity.sh
615
616 publishers:
617 - archive:
618 artifacts: 'analysis-results.tgz,cov-int/**'
619 allow-empty: false
620 - workspace-cleanup
621
622
623 ## Views
624 - view-template:
625 name: 'LTTng-tools'
626 view-type: list
627 regex: 'lttng-tools[-_].*'
628
629
630 ## Projects
631 - project:
632 name: lttng-tools
633 github_user: lttng
634 github_name: lttng-tools
635 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
636 version:
637 - stable-2.8
638 - stable-2.9
639 - stable-2.10
640 - stable-2.11
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]
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: macosxbuild
676 version: master
677 ustversion: master
678 arch: !!python/tuple [macosx]
679 build: !!python/tuple [std]
680 conf: !!python/tuple [relayd-only]
681 urcuversion: !!python/tuple [master]
682 babelversion: !!python/tuple [stable-1.5]
683 testtype: !!python/tuple [base]
684 - 'lttng-tools_{version}_{buildtype}':
685 buildtype: solarisbuild
686 version: master
687 ustversion: master
688 arch: !!python/tuple [sol10-i386, sol11-i386]
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}_winbuild':
695 version: master
696 ustversion: master
697 arch: !!python/tuple [cygwin, cygwin64]
698 build: !!python/tuple [std]
699 conf: !!python/tuple [relayd-only]
700 urcuversion: !!python/tuple [master]
701 babelversion: !!python/tuple [stable-1.5]
702 testtype: !!python/tuple [base]
703 - 'lttng-tools_{version}_long_regression':
704 buildtype: build
705 ustversion: master
706 arch: !!python/tuple [amd64]
707 build: !!python/tuple [std]
708 conf: !!python/tuple [std]
709 urcuversion: !!python/tuple [master]
710 babelversion: !!python/tuple [stable-1.5]
711 testtype: !!python/tuple [full]
712
713 # stable-2.11
714 - 'lttng-tools_{version}_{buildtype}':
715 buildtype: build
716 version: stable-2.11
717 ustversion: stable-2.11
718 arch: !!python/tuple [amd64]
719 build: !!python/tuple [std, oot, dist]
720 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
721 urcuversion: !!python/tuple [stable-0.10]
722 babelversion: !!python/tuple [stable-1.5]
723 testtype: !!python/tuple [base]
724 - 'lttng-tools_{version}_{buildtype}':
725 buildtype: portbuild
726 version: stable-2.11
727 ustversion: stable-2.11
728 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
729 build: !!python/tuple [std]
730 conf: !!python/tuple [std, no-ust, agents]
731 urcuversion: !!python/tuple [stable-0.10]
732 babelversion: !!python/tuple [stable-1.5]
733 testtype: !!python/tuple [base]
734 - 'lttng-tools_{version}_{buildtype}':
735 buildtype: slesbuild
736 version: stable-2.11
737 ustversion: stable-2.11
738 arch: !!python/tuple [sles12sp2]
739 build: !!python/tuple [std]
740 conf: !!python/tuple [std]
741 urcuversion: !!python/tuple [stable-0.10]
742 babelversion: !!python/tuple [stable-1.5]
743 testtype: !!python/tuple [base]
744 - 'lttng-tools_{version}_{buildtype}':
745 buildtype: solarisbuild
746 version: stable-2.11
747 ustversion: stable-2.11
748 arch: !!python/tuple [sol10-i386, sol11-i386]
749 build: !!python/tuple [std]
750 conf: !!python/tuple [relayd-only]
751 urcuversion: !!python/tuple [stable-0.10]
752 babelversion: !!python/tuple [stable-1.5]
753 testtype: !!python/tuple [base]
754 - 'lttng-tools_{version}_{buildtype}':
755 buildtype: macosxbuild
756 version: stable-2.11
757 ustversion: stable-2.11
758 arch: !!python/tuple [macosx]
759 build: !!python/tuple [std]
760 conf: !!python/tuple [relayd-only]
761 urcuversion: !!python/tuple [stable-0.10]
762 babelversion: !!python/tuple [stable-1.5]
763 testtype: !!python/tuple [base]
764 - 'lttng-tools_{version}_winbuild':
765 version: stable-2.11
766 ustversion: stable-2.11
767 arch: !!python/tuple [cygwin, cygwin64]
768 build: !!python/tuple [std]
769 conf: !!python/tuple [relayd-only]
770 urcuversion: !!python/tuple [stable-0.10]
771 babelversion: !!python/tuple [stable-1.5]
772 testtype: !!python/tuple [base]
773
774 # stable-2.10
775 - 'lttng-tools_{version}_{buildtype}':
776 buildtype: build
777 version: stable-2.10
778 ustversion: stable-2.10
779 arch: !!python/tuple [amd64]
780 build: !!python/tuple [std, oot, dist]
781 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
782 urcuversion: !!python/tuple [stable-0.9]
783 babelversion: !!python/tuple [stable-1.5]
784 testtype: !!python/tuple [base]
785 - 'lttng-tools_{version}_{buildtype}':
786 buildtype: portbuild
787 version: stable-2.10
788 ustversion: stable-2.10
789 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
790 build: !!python/tuple [std]
791 conf: !!python/tuple [std, no-ust, agents]
792 urcuversion: !!python/tuple [stable-0.9]
793 babelversion: !!python/tuple [stable-1.5]
794 testtype: !!python/tuple [base]
795 - 'lttng-tools_{version}_{buildtype}':
796 buildtype: slesbuild
797 version: stable-2.10
798 ustversion: stable-2.10
799 arch: !!python/tuple [sles12sp2]
800 build: !!python/tuple [std]
801 conf: !!python/tuple [std]
802 urcuversion: !!python/tuple [stable-0.9]
803 babelversion: !!python/tuple [stable-1.5]
804 testtype: !!python/tuple [base]
805 - 'lttng-tools_{version}_{buildtype}':
806 buildtype: solarisbuild
807 version: stable-2.10
808 ustversion: stable-2.10
809 arch: !!python/tuple [sol10-i386, sol11-i386]
810 build: !!python/tuple [std]
811 conf: !!python/tuple [relayd-only]
812 urcuversion: !!python/tuple [stable-0.9]
813 babelversion: !!python/tuple [stable-1.5]
814 testtype: !!python/tuple [base]
815 - 'lttng-tools_{version}_{buildtype}':
816 buildtype: macosxbuild
817 version: stable-2.10
818 ustversion: stable-2.10
819 arch: !!python/tuple [macosx]
820 build: !!python/tuple [std]
821 conf: !!python/tuple [relayd-only]
822 urcuversion: !!python/tuple [stable-0.9]
823 babelversion: !!python/tuple [stable-1.5]
824 testtype: !!python/tuple [base]
825 - 'lttng-tools_{version}_winbuild':
826 version: stable-2.10
827 ustversion: stable-2.10
828 arch: !!python/tuple [cygwin, cygwin64]
829 build: !!python/tuple [std]
830 conf: !!python/tuple [relayd-only]
831 urcuversion: !!python/tuple [stable-0.9]
832 babelversion: !!python/tuple [stable-1.5]
833 testtype: !!python/tuple [base]
834
835 # stable-2.9 #
836 - 'lttng-tools_{version}_{buildtype}':
837 buildtype: build
838 version: stable-2.9
839 ustversion: stable-2.9
840 arch: !!python/tuple [amd64]
841 build: !!python/tuple [std, oot, dist]
842 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
843 urcuversion: !!python/tuple [stable-0.9]
844 babelversion: !!python/tuple [stable-1.5]
845 testtype: !!python/tuple [base]
846 - 'lttng-tools_{version}_{buildtype}':
847 buildtype: portbuild
848 version: stable-2.9
849 ustversion: stable-2.9
850 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
851 build: !!python/tuple [std]
852 conf: !!python/tuple [std, no-ust, agents]
853 urcuversion: !!python/tuple [stable-0.9]
854 babelversion: !!python/tuple [stable-1.5]
855 testtype: !!python/tuple [base]
856 - 'lttng-tools_{version}_{buildtype}':
857 buildtype: slesbuild
858 version: stable-2.9
859 ustversion: stable-2.9
860 arch: !!python/tuple [sles12sp2]
861 build: !!python/tuple [std]
862 conf: !!python/tuple [std]
863 urcuversion: !!python/tuple [stable-0.9]
864 babelversion: !!python/tuple [stable-1.5]
865 testtype: !!python/tuple [base]
866 - 'lttng-tools_{version}_{buildtype}':
867 buildtype: solarisbuild
868 version: stable-2.9
869 ustversion: stable-2.9
870 arch: !!python/tuple [sol10-i386, sol11-i386]
871 build: !!python/tuple [std]
872 conf: !!python/tuple [relayd-only]
873 urcuversion: !!python/tuple [stable-0.9]
874 babelversion: !!python/tuple [stable-1.5]
875 testtype: !!python/tuple [base]
876 - 'lttng-tools_{version}_{buildtype}':
877 buildtype: macosxbuild
878 version: stable-2.9
879 ustversion: stable-2.9
880 arch: !!python/tuple [macosx]
881 build: !!python/tuple [std]
882 conf: !!python/tuple [relayd-only]
883 urcuversion: !!python/tuple [stable-0.9]
884 babelversion: !!python/tuple [stable-1.5]
885 testtype: !!python/tuple [base]
886 - 'lttng-tools_{version}_winbuild':
887 version: stable-2.9
888 ustversion: stable-2.9
889 arch: !!python/tuple [cygwin, cygwin64]
890 build: !!python/tuple [std]
891 conf: !!python/tuple [relayd-only]
892 urcuversion: !!python/tuple [stable-0.9]
893 babelversion: !!python/tuple [stable-1.5]
894 testtype: !!python/tuple [base]
895
896 # stable-2.8 #
897 - 'lttng-tools_{version}_{buildtype}':
898 buildtype: build
899 version: stable-2.8
900 ustversion: stable-2.8
901 arch: !!python/tuple [amd64]
902 build: !!python/tuple [std, oot, dist]
903 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
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: portbuild
909 version: stable-2.8
910 ustversion: stable-2.8
911 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
912 build: !!python/tuple [std]
913 conf: !!python/tuple [std, no-ust, agents]
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: slesbuild
919 version: stable-2.8
920 ustversion: stable-2.8
921 arch: !!python/tuple [sles12sp2]
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.8
930 ustversion: stable-2.8
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
938 # stable-2.7 #
939 - 'lttng-tools_{version}_{buildtype}':
940 buildtype: slesbuild
941 version: stable-2.7
942 ustversion: stable-2.7
943 arch: !!python/tuple [sles12sp2]
944 build: !!python/tuple [std]
945 conf: !!python/tuple [std]
946 urcuversion: !!python/tuple [stable-0.9]
947 babelversion: !!python/tuple [stable-1.5]
948 testtype: !!python/tuple [base]
949
950 - 'lttng-tools_{version}_cppcheck'
951 - 'lttng-tools_{version}_scan-build':
952 version: master
953 urcuversion: master
954 ustversion: master
955 - 'lttng-tools_{version}_scan-build':
956 version: stable-2.11
957 urcuversion: stable-0.10
958 ustversion: stable-2.11
959 - 'lttng-tools_{version}_scan-build':
960 version: stable-2.10
961 urcuversion: stable-0.9
962 ustversion: stable-2.10
963 - 'lttng-tools_{version}_scan-build':
964 version: stable-2.9
965 urcuversion: stable-0.9
966 ustversion: stable-2.9
967 - 'lttng-tools_{version}_scan-build':
968 version: stable-2.8
969 urcuversion: stable-0.9
970 ustversion: stable-2.8
971 - 'lttng-tools_{version}_coverity':
972 version: master
973 urcuversion: master
974 ustversion: master
975
976
977 - project:
978 name: dev_jgalar_lttng-tools
979 user: jgalar
980 github_user: jgalar
981 github_name: lttng-tools
982 email_to: 'jgalar@efficios.com'
983 jobs:
984 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
985 buildtype: build
986 version: master-staging
987 ustversion: master
988 arch: !!python/tuple [amd64]
989 build: !!python/tuple [std, oot, dist]
990 conf: !!python/tuple [std, no-ust, agents]
991 urcuversion: !!python/tuple [master]
992 babelversion: !!python/tuple [stable-1.5]
993 testtype: !!python/tuple [base]
994 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
995 buildtype: build
996 version: stable-2.11-staging
997 ustversion: stable-2.11
998 arch: !!python/tuple [amd64]
999 build: !!python/tuple [std, oot, dist]
1000 conf: !!python/tuple [std, no-ust, agents]
1001 urcuversion: !!python/tuple [stable-0.10]
1002 babelversion: !!python/tuple [stable-1.5]
1003 testtype: !!python/tuple [base]
1004 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1005 buildtype: build
1006 version: stable-2.10-staging
1007 ustversion: stable-2.10
1008 arch: !!python/tuple [amd64]
1009 build: !!python/tuple [std, oot, dist]
1010 conf: !!python/tuple [std, no-ust, agents]
1011 urcuversion: !!python/tuple [stable-0.9]
1012 babelversion: !!python/tuple [stable-1.5]
1013 testtype: !!python/tuple [base]
1014 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1015 buildtype: build
1016 version: stable-2.9-staging
1017 ustversion: stable-2.9
1018 arch: !!python/tuple [amd64]
1019 build: !!python/tuple [std, oot, dist]
1020 conf: !!python/tuple [std, no-ust, agents]
1021 urcuversion: !!python/tuple [stable-0.9]
1022 babelversion: !!python/tuple [stable-1.5]
1023 testtype: !!python/tuple [base]
1024 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1025 buildtype: build
1026 version: stable-2.8-staging
1027 ustversion: stable-2.8
1028 arch: !!python/tuple [amd64]
1029 build: !!python/tuple [std, oot, dist]
1030 conf: !!python/tuple [std, no-ust, agents]
1031 urcuversion: !!python/tuple [stable-0.9]
1032 babelversion: !!python/tuple [stable-1.5]
1033 testtype: !!python/tuple [base]
1034 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1035 buildtype: portbuild
1036 version: master-staging
1037 ustversion: master
1038 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1039 build: !!python/tuple [std]
1040 conf: !!python/tuple [std, no-ust, agents]
1041 urcuversion: !!python/tuple [master]
1042 babelversion: !!python/tuple [stable-1.5]
1043 testtype: !!python/tuple [base]
1044 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1045 buildtype: portbuild
1046 version: stable-2.11-staging
1047 ustversion: stable-2.11
1048 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1049 build: !!python/tuple [std]
1050 conf: !!python/tuple [std, no-ust, agents]
1051 urcuversion: !!python/tuple [stable-0.10]
1052 babelversion: !!python/tuple [stable-1.5]
1053 testtype: !!python/tuple [base]
1054 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1055 buildtype: portbuild
1056 version: stable-2.10-staging
1057 ustversion: stable-2.10
1058 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1059 build: !!python/tuple [std]
1060 conf: !!python/tuple [std, no-ust, agents]
1061 urcuversion: !!python/tuple [stable-0.9]
1062 babelversion: !!python/tuple [stable-1.5]
1063 testtype: !!python/tuple [base]
1064 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1065 buildtype: portbuild
1066 version: stable-2.9-staging
1067 ustversion: stable-2.9
1068 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1069 build: !!python/tuple [std]
1070 conf: !!python/tuple [std, no-ust, agents]
1071 urcuversion: !!python/tuple [stable-0.9]
1072 babelversion: !!python/tuple [stable-1.5]
1073 testtype: !!python/tuple [base]
1074 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1075 buildtype: portbuild
1076 version: stable-2.8-staging
1077 ustversion: stable-2.8
1078 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1079 build: !!python/tuple [std]
1080 conf: !!python/tuple [std, no-ust, agents]
1081 urcuversion: !!python/tuple [stable-0.9]
1082 babelversion: !!python/tuple [stable-1.5]
1083 testtype: !!python/tuple [base]
1084 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1085 buildtype: macosxbuild
1086 version: master-staging
1087 ustversion: master
1088 arch: !!python/tuple [macosx]
1089 build: !!python/tuple [std]
1090 conf: !!python/tuple [relayd-only]
1091 urcuversion: !!python/tuple [master]
1092 babelversion: !!python/tuple [stable-1.5]
1093 testtype: !!python/tuple [base]
1094 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1095 buildtype: solarisbuild
1096 version: master-staging
1097 ustversion: master
1098 arch: !!python/tuple [sol10-i386, sol11-i386]
1099 build: !!python/tuple [std]
1100 conf: !!python/tuple [relayd-only]
1101 urcuversion: !!python/tuple [master]
1102 babelversion: !!python/tuple [stable-1.5]
1103 testtype: !!python/tuple [base]
1104
1105 - project:
1106 name: lttng-tools-views
1107 views:
1108 - LTTng-tools
This page took 0.052687 seconds and 3 git commands to generate.