jjb: Add PKG_CONFIG_PATH to scan-build script
[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/liburcu'
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/lttng-ust'
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 - master
641 jobs:
642 # Master #
643 - 'lttng-tools_{version}_{buildtype}':
644 buildtype: build
645 version: master
646 ustversion: master
647 arch: !!python/tuple [amd64]
648 build: !!python/tuple [std, oot, dist]
649 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
650 urcuversion: !!python/tuple [master]
651 babelversion: !!python/tuple [stable-1.5, master]
652 testtype: !!python/tuple [base]
653 - 'lttng-tools_{version}_{buildtype}':
654 buildtype: portbuild
655 version: master
656 ustversion: master
657 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
658 build: !!python/tuple [std]
659 conf: !!python/tuple [std, no-ust, agents]
660 urcuversion: !!python/tuple [master]
661 babelversion: !!python/tuple [stable-1.5]
662 testtype: !!python/tuple [base]
663 - 'lttng-tools_{version}_{buildtype}':
664 buildtype: slesbuild
665 version: master
666 ustversion: master
667 arch: !!python/tuple [sles12sp2]
668 build: !!python/tuple [std]
669 conf: !!python/tuple [std]
670 urcuversion: !!python/tuple [master]
671 babelversion: !!python/tuple [stable-1.5]
672 testtype: !!python/tuple [base]
673 - 'lttng-tools_{version}_{buildtype}':
674 buildtype: elbuild
675 version: master
676 ustversion: master
677 arch: !!python/tuple [el8]
678 build: !!python/tuple [std]
679 conf: !!python/tuple [std]
680 urcuversion: !!python/tuple [master]
681 babelversion: !!python/tuple [stable-1.5]
682 testtype: !!python/tuple [base]
683 - 'lttng-tools_{version}_{buildtype}':
684 buildtype: macosxbuild
685 version: master
686 ustversion: master
687 arch: !!python/tuple [macosx]
688 build: !!python/tuple [std]
689 conf: !!python/tuple [relayd-only]
690 urcuversion: !!python/tuple [master]
691 babelversion: !!python/tuple [stable-1.5]
692 testtype: !!python/tuple [base]
693 - 'lttng-tools_{version}_{buildtype}':
694 buildtype: solarisbuild
695 version: master
696 ustversion: master
697 arch: !!python/tuple [sol10-i386, sol11-i386]
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}_winbuild':
704 version: master
705 ustversion: master
706 arch: !!python/tuple [cygwin, cygwin64]
707 build: !!python/tuple [std]
708 conf: !!python/tuple [relayd-only]
709 urcuversion: !!python/tuple [master]
710 babelversion: !!python/tuple [stable-1.5]
711 testtype: !!python/tuple [base]
712 - 'lttng-tools_{version}_long_regression':
713 buildtype: build
714 version: master
715 ustversion: master
716 arch: !!python/tuple [amd64]
717 build: !!python/tuple [std]
718 conf: !!python/tuple [std]
719 urcuversion: !!python/tuple [master]
720 babelversion: !!python/tuple [stable-1.5]
721 testtype: !!python/tuple [full]
722
723 # stable-2.11
724 - 'lttng-tools_{version}_{buildtype}':
725 buildtype: build
726 version: stable-2.11
727 ustversion: stable-2.11
728 arch: !!python/tuple [amd64]
729 build: !!python/tuple [std, oot, dist]
730 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
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: portbuild
736 version: stable-2.11
737 ustversion: stable-2.11
738 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
739 build: !!python/tuple [std]
740 conf: !!python/tuple [std, no-ust, agents]
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: slesbuild
746 version: stable-2.11
747 ustversion: stable-2.11
748 arch: !!python/tuple [sles12sp2]
749 build: !!python/tuple [std]
750 conf: !!python/tuple [std]
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: elbuild
756 version: stable-2.11
757 ustversion: stable-2.11
758 arch: !!python/tuple [el8]
759 build: !!python/tuple [std]
760 conf: !!python/tuple [std]
761 urcuversion: !!python/tuple [stable-0.10]
762 babelversion: !!python/tuple [stable-1.5]
763 testtype: !!python/tuple [base]
764 - 'lttng-tools_{version}_{buildtype}':
765 buildtype: solarisbuild
766 version: stable-2.11
767 ustversion: stable-2.11
768 arch: !!python/tuple [sol10-i386, sol11-i386]
769 build: !!python/tuple [std]
770 conf: !!python/tuple [relayd-only]
771 urcuversion: !!python/tuple [stable-0.10]
772 babelversion: !!python/tuple [stable-1.5]
773 testtype: !!python/tuple [base]
774 - 'lttng-tools_{version}_{buildtype}':
775 buildtype: macosxbuild
776 version: stable-2.11
777 ustversion: stable-2.11
778 arch: !!python/tuple [macosx]
779 build: !!python/tuple [std]
780 conf: !!python/tuple [relayd-only]
781 urcuversion: !!python/tuple [stable-0.10]
782 babelversion: !!python/tuple [stable-1.5]
783 testtype: !!python/tuple [base]
784 - 'lttng-tools_{version}_winbuild':
785 version: stable-2.11
786 ustversion: stable-2.11
787 arch: !!python/tuple [cygwin, cygwin64]
788 build: !!python/tuple [std]
789 conf: !!python/tuple [relayd-only]
790 urcuversion: !!python/tuple [stable-0.10]
791 babelversion: !!python/tuple [stable-1.5]
792 testtype: !!python/tuple [base]
793 - 'lttng-tools_{version}_long_regression':
794 buildtype: build
795 version: stable-2.11
796 ustversion: stable-2.11
797 arch: !!python/tuple [amd64]
798 build: !!python/tuple [std]
799 conf: !!python/tuple [std]
800 urcuversion: !!python/tuple [stable-0.10]
801 babelversion: !!python/tuple [stable-1.5]
802 testtype: !!python/tuple [full]
803
804 # stable-2.10
805 - 'lttng-tools_{version}_{buildtype}':
806 buildtype: build
807 version: stable-2.10
808 ustversion: stable-2.10
809 arch: !!python/tuple [amd64]
810 build: !!python/tuple [std, oot, dist]
811 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
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: portbuild
817 version: stable-2.10
818 ustversion: stable-2.10
819 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
820 build: !!python/tuple [std]
821 conf: !!python/tuple [std, no-ust, agents]
822 urcuversion: !!python/tuple [stable-0.9]
823 babelversion: !!python/tuple [stable-1.5]
824 testtype: !!python/tuple [base]
825 - 'lttng-tools_{version}_{buildtype}':
826 buildtype: slesbuild
827 version: stable-2.10
828 ustversion: stable-2.10
829 arch: !!python/tuple [sles12sp2]
830 build: !!python/tuple [std]
831 conf: !!python/tuple [std]
832 urcuversion: !!python/tuple [stable-0.9]
833 babelversion: !!python/tuple [stable-1.5]
834 testtype: !!python/tuple [base]
835 - 'lttng-tools_{version}_{buildtype}':
836 buildtype: elbuild
837 version: stable-2.10
838 ustversion: stable-2.10
839 arch: !!python/tuple [el8]
840 build: !!python/tuple [std]
841 conf: !!python/tuple [std]
842 urcuversion: !!python/tuple [stable-0.9]
843 babelversion: !!python/tuple [stable-1.5]
844 testtype: !!python/tuple [base]
845 - 'lttng-tools_{version}_{buildtype}':
846 buildtype: solarisbuild
847 version: stable-2.10
848 ustversion: stable-2.10
849 arch: !!python/tuple [sol10-i386, sol11-i386]
850 build: !!python/tuple [std]
851 conf: !!python/tuple [relayd-only]
852 urcuversion: !!python/tuple [stable-0.9]
853 babelversion: !!python/tuple [stable-1.5]
854 testtype: !!python/tuple [base]
855 - 'lttng-tools_{version}_{buildtype}':
856 buildtype: macosxbuild
857 version: stable-2.10
858 ustversion: stable-2.10
859 arch: !!python/tuple [macosx]
860 build: !!python/tuple [std]
861 conf: !!python/tuple [relayd-only]
862 urcuversion: !!python/tuple [stable-0.9]
863 babelversion: !!python/tuple [stable-1.5]
864 testtype: !!python/tuple [base]
865 - 'lttng-tools_{version}_winbuild':
866 version: stable-2.10
867 ustversion: stable-2.10
868 arch: !!python/tuple [cygwin, cygwin64]
869 build: !!python/tuple [std]
870 conf: !!python/tuple [relayd-only]
871 urcuversion: !!python/tuple [stable-0.9]
872 babelversion: !!python/tuple [stable-1.5]
873 testtype: !!python/tuple [base]
874 - 'lttng-tools_{version}_long_regression':
875 buildtype: build
876 version: stable-2.10
877 ustversion: stable-2.10
878 arch: !!python/tuple [amd64]
879 build: !!python/tuple [std]
880 conf: !!python/tuple [std]
881 urcuversion: !!python/tuple [stable-0.9]
882 babelversion: !!python/tuple [stable-1.5]
883 testtype: !!python/tuple [full]
884
885 # stable-2.9 #
886 - 'lttng-tools_{version}_{buildtype}':
887 buildtype: build
888 version: stable-2.9
889 ustversion: stable-2.9
890 arch: !!python/tuple [amd64]
891 build: !!python/tuple [std, oot, dist]
892 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
893 urcuversion: !!python/tuple [stable-0.9]
894 babelversion: !!python/tuple [stable-1.5]
895 testtype: !!python/tuple [base]
896 - 'lttng-tools_{version}_{buildtype}':
897 buildtype: portbuild
898 version: stable-2.9
899 ustversion: stable-2.9
900 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
901 build: !!python/tuple [std]
902 conf: !!python/tuple [std, no-ust, agents]
903 urcuversion: !!python/tuple [stable-0.9]
904 babelversion: !!python/tuple [stable-1.5]
905 testtype: !!python/tuple [base]
906 - 'lttng-tools_{version}_{buildtype}':
907 buildtype: slesbuild
908 version: stable-2.9
909 ustversion: stable-2.9
910 arch: !!python/tuple [sles12sp2]
911 build: !!python/tuple [std]
912 conf: !!python/tuple [std]
913 urcuversion: !!python/tuple [stable-0.9]
914 babelversion: !!python/tuple [stable-1.5]
915 testtype: !!python/tuple [base]
916 - 'lttng-tools_{version}_{buildtype}':
917 buildtype: elbuild
918 version: stable-2.9
919 ustversion: stable-2.9
920 arch: !!python/tuple [el8]
921 build: !!python/tuple [std]
922 conf: !!python/tuple [std]
923 urcuversion: !!python/tuple [stable-0.9]
924 babelversion: !!python/tuple [stable-1.5]
925 testtype: !!python/tuple [base]
926 - 'lttng-tools_{version}_{buildtype}':
927 buildtype: solarisbuild
928 version: stable-2.9
929 ustversion: stable-2.9
930 arch: !!python/tuple [sol10-i386, sol11-i386]
931 build: !!python/tuple [std]
932 conf: !!python/tuple [relayd-only]
933 urcuversion: !!python/tuple [stable-0.9]
934 babelversion: !!python/tuple [stable-1.5]
935 testtype: !!python/tuple [base]
936 - 'lttng-tools_{version}_{buildtype}':
937 buildtype: macosxbuild
938 version: stable-2.9
939 ustversion: stable-2.9
940 arch: !!python/tuple [macosx]
941 build: !!python/tuple [std]
942 conf: !!python/tuple [relayd-only]
943 urcuversion: !!python/tuple [stable-0.9]
944 babelversion: !!python/tuple [stable-1.5]
945 testtype: !!python/tuple [base]
946 - 'lttng-tools_{version}_winbuild':
947 version: stable-2.9
948 ustversion: stable-2.9
949 arch: !!python/tuple [cygwin, cygwin64]
950 build: !!python/tuple [std]
951 conf: !!python/tuple [relayd-only]
952 urcuversion: !!python/tuple [stable-0.9]
953 babelversion: !!python/tuple [stable-1.5]
954 testtype: !!python/tuple [base]
955 - 'lttng-tools_{version}_long_regression':
956 buildtype: build
957 version: stable-2.9
958 ustversion: stable-2.9
959 arch: !!python/tuple [amd64]
960 build: !!python/tuple [std]
961 conf: !!python/tuple [std]
962 urcuversion: !!python/tuple [stable-0.9]
963 babelversion: !!python/tuple [stable-1.5]
964 testtype: !!python/tuple [full]
965
966 # stable-2.8 #
967 - 'lttng-tools_{version}_{buildtype}':
968 buildtype: build
969 version: stable-2.8
970 ustversion: stable-2.8
971 arch: !!python/tuple [amd64]
972 build: !!python/tuple [std, oot, dist]
973 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
974 urcuversion: !!python/tuple [stable-0.9]
975 babelversion: !!python/tuple [stable-1.5]
976 testtype: !!python/tuple [base]
977 - 'lttng-tools_{version}_{buildtype}':
978 buildtype: portbuild
979 version: stable-2.8
980 ustversion: stable-2.8
981 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
982 build: !!python/tuple [std]
983 conf: !!python/tuple [std, no-ust, agents]
984 urcuversion: !!python/tuple [stable-0.9]
985 babelversion: !!python/tuple [stable-1.5]
986 testtype: !!python/tuple [base]
987 - 'lttng-tools_{version}_{buildtype}':
988 buildtype: slesbuild
989 version: stable-2.8
990 ustversion: stable-2.8
991 arch: !!python/tuple [sles12sp2]
992 build: !!python/tuple [std]
993 conf: !!python/tuple [std]
994 urcuversion: !!python/tuple [stable-0.9]
995 babelversion: !!python/tuple [stable-1.5]
996 testtype: !!python/tuple [base]
997 - 'lttng-tools_{version}_{buildtype}':
998 buildtype: elbuild
999 version: stable-2.8
1000 ustversion: stable-2.8
1001 arch: !!python/tuple [el8]
1002 build: !!python/tuple [std]
1003 conf: !!python/tuple [std]
1004 urcuversion: !!python/tuple [stable-0.9]
1005 babelversion: !!python/tuple [stable-1.5]
1006 testtype: !!python/tuple [base]
1007 - 'lttng-tools_{version}_{buildtype}':
1008 buildtype: solarisbuild
1009 version: stable-2.8
1010 ustversion: stable-2.8
1011 arch: !!python/tuple [sol10-i386, sol11-i386]
1012 build: !!python/tuple [std]
1013 conf: !!python/tuple [relayd-only]
1014 urcuversion: !!python/tuple [stable-0.9]
1015 babelversion: !!python/tuple [stable-1.5]
1016 testtype: !!python/tuple [base]
1017 - 'lttng-tools_{version}_long_regression':
1018 buildtype: build
1019 version: stable-2.8
1020 ustversion: stable-2.8
1021 arch: !!python/tuple [amd64]
1022 build: !!python/tuple [std]
1023 conf: !!python/tuple [std]
1024 urcuversion: !!python/tuple [stable-0.9]
1025 babelversion: !!python/tuple [stable-1.5]
1026 testtype: !!python/tuple [full]
1027
1028 # stable-2.7 #
1029 - 'lttng-tools_{version}_{buildtype}':
1030 buildtype: slesbuild
1031 version: stable-2.7
1032 ustversion: stable-2.7
1033 arch: !!python/tuple [sles12sp2]
1034 build: !!python/tuple [std]
1035 conf: !!python/tuple [std]
1036 urcuversion: !!python/tuple [stable-0.9]
1037 babelversion: !!python/tuple [stable-1.5]
1038 testtype: !!python/tuple [base]
1039
1040 - 'lttng-tools_{version}_cppcheck'
1041 - 'lttng-tools_{version}_scan-build':
1042 version: master
1043 urcuversion: master
1044 ustversion: master
1045 - 'lttng-tools_{version}_scan-build':
1046 version: stable-2.11
1047 urcuversion: stable-0.10
1048 ustversion: stable-2.11
1049 - 'lttng-tools_{version}_scan-build':
1050 version: stable-2.10
1051 urcuversion: stable-0.9
1052 ustversion: stable-2.10
1053 - 'lttng-tools_{version}_scan-build':
1054 version: stable-2.9
1055 urcuversion: stable-0.9
1056 ustversion: stable-2.9
1057 - 'lttng-tools_{version}_scan-build':
1058 version: stable-2.8
1059 urcuversion: stable-0.9
1060 ustversion: stable-2.8
1061 - 'lttng-tools_{version}_coverity':
1062 version: master
1063 urcuversion: master
1064 ustversion: master
1065
1066
1067 - project:
1068 name: dev_jgalar_lttng-tools
1069 user: jgalar
1070 github_user: jgalar
1071 github_name: lttng-tools
1072 email_to: 'jgalar@efficios.com'
1073 jobs:
1074 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1075 buildtype: build
1076 version: master-staging
1077 ustversion: master
1078 arch: !!python/tuple [amd64]
1079 build: !!python/tuple [std, oot, dist]
1080 conf: !!python/tuple [std, no-ust, agents]
1081 urcuversion: !!python/tuple [master]
1082 babelversion: !!python/tuple [stable-1.5]
1083 testtype: !!python/tuple [base]
1084 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1085 buildtype: build
1086 version: stable-2.11-staging
1087 ustversion: stable-2.11
1088 arch: !!python/tuple [amd64]
1089 build: !!python/tuple [std, oot, dist]
1090 conf: !!python/tuple [std, no-ust, agents]
1091 urcuversion: !!python/tuple [stable-0.10]
1092 babelversion: !!python/tuple [stable-1.5]
1093 testtype: !!python/tuple [base]
1094 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1095 buildtype: build
1096 version: stable-2.10-staging
1097 ustversion: stable-2.10
1098 arch: !!python/tuple [amd64]
1099 build: !!python/tuple [std, oot, dist]
1100 conf: !!python/tuple [std, no-ust, agents]
1101 urcuversion: !!python/tuple [stable-0.9]
1102 babelversion: !!python/tuple [stable-1.5]
1103 testtype: !!python/tuple [base]
1104 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1105 buildtype: build
1106 version: stable-2.9-staging
1107 ustversion: stable-2.9
1108 arch: !!python/tuple [amd64]
1109 build: !!python/tuple [std, oot, dist]
1110 conf: !!python/tuple [std, no-ust, agents]
1111 urcuversion: !!python/tuple [stable-0.9]
1112 babelversion: !!python/tuple [stable-1.5]
1113 testtype: !!python/tuple [base]
1114 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1115 buildtype: build
1116 version: stable-2.8-staging
1117 ustversion: stable-2.8
1118 arch: !!python/tuple [amd64]
1119 build: !!python/tuple [std, oot, dist]
1120 conf: !!python/tuple [std, no-ust, agents]
1121 urcuversion: !!python/tuple [stable-0.9]
1122 babelversion: !!python/tuple [stable-1.5]
1123 testtype: !!python/tuple [base]
1124 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1125 buildtype: portbuild
1126 version: master-staging
1127 ustversion: master
1128 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1129 build: !!python/tuple [std]
1130 conf: !!python/tuple [std, no-ust, agents]
1131 urcuversion: !!python/tuple [master]
1132 babelversion: !!python/tuple [stable-1.5]
1133 testtype: !!python/tuple [base]
1134 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1135 buildtype: portbuild
1136 version: stable-2.11-staging
1137 ustversion: stable-2.11
1138 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1139 build: !!python/tuple [std]
1140 conf: !!python/tuple [std, no-ust, agents]
1141 urcuversion: !!python/tuple [stable-0.10]
1142 babelversion: !!python/tuple [stable-1.5]
1143 testtype: !!python/tuple [base]
1144 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1145 buildtype: portbuild
1146 version: stable-2.10-staging
1147 ustversion: stable-2.10
1148 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1149 build: !!python/tuple [std]
1150 conf: !!python/tuple [std, no-ust, agents]
1151 urcuversion: !!python/tuple [stable-0.9]
1152 babelversion: !!python/tuple [stable-1.5]
1153 testtype: !!python/tuple [base]
1154 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1155 buildtype: portbuild
1156 version: stable-2.9-staging
1157 ustversion: stable-2.9
1158 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1159 build: !!python/tuple [std]
1160 conf: !!python/tuple [std, no-ust, agents]
1161 urcuversion: !!python/tuple [stable-0.9]
1162 babelversion: !!python/tuple [stable-1.5]
1163 testtype: !!python/tuple [base]
1164 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1165 buildtype: portbuild
1166 version: stable-2.8-staging
1167 ustversion: stable-2.8
1168 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1169 build: !!python/tuple [std]
1170 conf: !!python/tuple [std, no-ust, agents]
1171 urcuversion: !!python/tuple [stable-0.9]
1172 babelversion: !!python/tuple [stable-1.5]
1173 testtype: !!python/tuple [base]
1174 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1175 buildtype: macosxbuild
1176 version: master-staging
1177 ustversion: master
1178 arch: !!python/tuple [macosx]
1179 build: !!python/tuple [std]
1180 conf: !!python/tuple [relayd-only]
1181 urcuversion: !!python/tuple [master]
1182 babelversion: !!python/tuple [stable-1.5]
1183 testtype: !!python/tuple [base]
1184 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1185 buildtype: solarisbuild
1186 version: master-staging
1187 ustversion: master
1188 arch: !!python/tuple [sol10-i386, sol11-i386]
1189 build: !!python/tuple [std]
1190 conf: !!python/tuple [relayd-only]
1191 urcuversion: !!python/tuple [master]
1192 babelversion: !!python/tuple [stable-1.5]
1193 testtype: !!python/tuple [base]
1194
1195 - project:
1196 name: lttng-tools-views
1197 views:
1198 - LTTng-tools
This page took 0.053158 seconds and 4 git commands to generate.