0c6baef012ce77aa59bf498dd9eda91f11dda00e
[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/liburcu'
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/babeltrace'
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/lttng-ust'
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/liburcu'
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/babeltrace'
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/lttng-ust'
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/liburcu'
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/babeltrace'
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/lttng-ust'
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/liburcu'
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/babeltrace'
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/liburcu'
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/babeltrace'
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/lttng-ust'
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/liburcu'
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/babeltrace'
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/**/*.tap'
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/**'
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/**/*.tap'
358 failed-tests-mark-build-as-failure: true
359 todo-is-failure: false
360 - warnings:
361 console-log-parsers:
362 - 'GNU Make + GNU C Compiler (gcc)'
363 total-thresholds:
364 unstable:
365 total-all: 0
366 total-high: 0
367 total-normal: 0
368 total-low: 0
369 - workspace-cleanup:
370 clean-if:
371 - failure: false
372 - archive:
373 artifacts: 'build/**, deps/**'
374 allow-empty: false
375 - email-ext:
376 recipients: '{obj:email_to}'
377 reply-to: ci-notification@lists.lttng.org
378 always: false
379 unstable: false
380 first-failure: true
381 first-unstable: true
382 not-built: false
383 aborted: false
384 regression: false
385 failure: false
386 second-failure: false
387 improvement: false
388 still-failing: false
389 success: false
390 fixed: false
391 fixed-unhealthy: true
392 still-unstable: false
393 pre-build: false
394 matrix-trigger: only-parent
395 send-to:
396 - recipients
397
398 - lttng-tools_build_publishers_win: &lttng-tools_build_publishers_win
399 name: 'lttng-tools_build_publishers_win'
400 publishers:
401 - tap:
402 results: 'tap/**/*.tap'
403 failed-tests-mark-build-as-failure: true
404 todo-is-failure: false
405 - warnings:
406 console-log-parsers:
407 - 'GNU Make + GNU C Compiler (gcc)'
408 total-thresholds:
409 unstable:
410 total-all: 0
411 total-high: 0
412 total-normal: 0
413 total-low: 0
414 - workspace-cleanup:
415 clean-if:
416 - failure: false
417 - archive:
418 artifacts: 'build/**, deps/**'
419 allow-empty: false
420 - email-ext:
421 recipients: '{obj:email_to}'
422 reply-to: ci-notification@lists.lttng.org
423 always: false
424 unstable: false
425 first-failure: true
426 first-unstable: true
427 not-built: false
428 aborted: false
429 regression: false
430 failure: false
431 second-failure: false
432 improvement: false
433 still-failing: false
434 success: false
435 fixed: false
436 fixed-unhealthy: true
437 still-unstable: false
438 pre-build: false
439 matrix-trigger: only-parent
440 send-to:
441 - recipients
442
443 ## Templates
444 - job-template:
445 name: lttng-tools_{version}_{buildtype}
446 defaults: lttng-tools
447
448 <<: *lttng-tools_build_axes_defaults
449 <<: *lttng-tools_build_builders_defaults
450 <<: *lttng-tools_build_publishers_prod
451
452 triggers:
453 - pollscm:
454 cron: "@hourly"
455 - reverse:
456 jobs: 'lttng-ust_{version}_{buildtype}'
457 result: 'success'
458
459 - job-template:
460 name: lttng-tools_{version}_long_regression
461 defaults: lttng-tools
462 wrappers:
463 - ansicolor
464 - timeout:
465 timeout: 10
466 fail: true
467 type: likely-stuck
468 - timestamps
469 - workspace-cleanup:
470 clean-if:
471 - failure: false
472
473 <<: *lttng-tools_build_axes_defaults
474 <<: *lttng-tools_build_builders_defaults
475 <<: *lttng-tools_build_publishers_prod
476
477 triggers:
478 - pollscm:
479 cron: "@hourly"
480 - reverse:
481 jobs: 'lttng-ust_{version}_{buildtype}'
482 result: 'success'
483
484 - job-template:
485 name: lttng-tools_{version}_winbuild
486 defaults: lttng-tools
487
488 <<: *lttng-tools_build_axes_defaults
489 <<: *lttng-tools_build_builders_win
490 <<: *lttng-tools_build_publishers_win
491
492 - job-template:
493 name: dev_{user}_lttng-tools_{version}_{buildtype}
494 defaults: lttng-tools
495
496 <<: *lttng-tools_build_axes_defaults
497 <<: *lttng-tools_build_builders_defaults
498 <<: *lttng-tools_build_publishers_dev
499
500 - job-template:
501 name: lttng-tools_{version}_cppcheck
502 defaults: lttng-tools
503
504 triggers:
505 - pollscm:
506 cron: "@daily"
507
508 builders:
509 - shell: |
510 rm -f cppcheck-result.xml
511 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
512
513 publishers:
514 - archive:
515 artifacts: 'cppcheck-result.xml'
516 allow-empty: false
517 - cppcheck:
518 pattern: 'cppcheck-result.xml'
519 - email-ext:
520 recipients: 'ci-notification@lists.lttng.org'
521 reply-to: ci-notification@lists.lttng.org
522 always: false
523 unstable: false
524 first-failure: true
525 first-unstable: true
526 not-built: false
527 aborted: false
528 regression: false
529 failure: false
530 second-failure: false
531 improvement: false
532 still-failing: false
533 success: false
534 fixed: false
535 fixed-unhealthy: true
536 still-unstable: false
537 pre-build: false
538 matrix-trigger: only-parent
539 send-to:
540 - recipients
541
542 - job-template:
543 name: lttng-tools_{version}_scan-build
544 defaults: lttng-tools
545 node: 'amd64'
546
547 triggers:
548 - pollscm:
549 cron: "@daily"
550
551 builders:
552 - copyartifact:
553 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
554 which-build: last-successful
555 stable: false
556 filter: 'build/**'
557 target: 'deps/liburcu'
558 do-not-fingerprint: true
559 - copyartifact:
560 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
561 which-build: last-successful
562 stable: false
563 filter: 'build/**'
564 target: 'deps/lttng-ust'
565 do-not-fingerprint: true
566 - shell:
567 !include-raw-escape: scripts/common/scan-build.sh
568
569 publishers:
570 - html-publisher:
571 name: 'HTML Report'
572 dir: 'scan-build-archive/'
573 files: 'index.html'
574
575 - job-template:
576 name: lttng-tools_{version}_coverity
577 defaults: lttng-tools
578 node: 'amd64'
579
580 triggers:
581 - pollscm:
582 cron: "@daily"
583
584 wrappers:
585 - workspace-cleanup
586 - timestamps
587 - ansicolor:
588 colormap: xterm
589 - credentials-binding:
590 - username-password-separated:
591 credential-id: lttng-tools_coverity_token
592 username: COVERITY_SCAN_PROJECT_NAME
593 password: COVERITY_SCAN_TOKEN
594
595 builders:
596 - copyartifact:
597 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
598 which-build: last-successful
599 stable: false
600 filter: 'build/**'
601 target: 'deps/liburcu'
602 do-not-fingerprint: true
603 - copyartifact:
604 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
605 which-build: last-successful
606 stable: false
607 filter: 'build/**'
608 target: 'deps/lttng-ust'
609 do-not-fingerprint: true
610 - shell:
611 !include-raw-escape: scripts/common/coverity.sh
612
613 publishers:
614 - archive:
615 artifacts: 'analysis-results.tgz,cov-int/**'
616 allow-empty: false
617 - workspace-cleanup
618
619 # TODO
620 - job-template:
621 name: lttng-tools_{version}_pylint
622 defaults: lttng-tools
623 node: 'amd64'
624
625 scm: []
626
627 triggers:
628 - pollscm:
629 cron: "@daily"
630
631 builders:
632 - copyartifact:
633 project: lttng-tools-{version}/arch=amd64,build=std,conf=agents
634 which-build: last-successful
635 stable: false
636 filter: 'build/**'
637 target: 'deps/lttng-tools'
638 do-not-fingerprint: true
639 - shell:
640 !include-raw-escape: scripts/lttng-tools/pylint.sh
641
642 publishers:
643 - archive:
644 artifacts: 'pep8.out,pylint.out'
645 - violations:
646 pep8:
647 pattern: pep8.out
648 min: 10
649 max: 999
650 unstable: 999
651 pylint:
652 pattern: pylint.out
653 min: 10
654 max: 999
655 unstable: 999
656 - email-ext:
657 recipients: 'ci-notification@lists.lttng.org'
658 reply-to: ci-notification@lists.lttng.org
659 always: false
660 unstable: false
661 first-failure: true
662 first-unstable: true
663 not-built: false
664 aborted: false
665 regression: false
666 failure: false
667 second-failure: false
668 improvement: false
669 still-failing: false
670 success: false
671 fixed: false
672 fixed-unhealthy: true
673 still-unstable: false
674 pre-build: false
675 matrix-trigger: only-parent
676 send-to:
677 - recipients
678
679 ## Project
680 - project:
681 name: lttng-tools
682 github_user: lttng
683 github_name: lttng-tools
684 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
685 version:
686 - stable-2.8
687 - stable-2.9
688 - stable-2.10
689 - stable-2.11
690 - master
691 jobs:
692 # Master #
693 - 'lttng-tools_{version}_{buildtype}':
694 buildtype: build
695 version: master
696 ustversion: master
697 arch: !!python/tuple [amd64]
698 build: !!python/tuple [std, oot, dist]
699 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
700 urcuversion: !!python/tuple [master]
701 babelversion: !!python/tuple [stable-1.5]
702 testtype: !!python/tuple [base]
703 - 'lttng-tools_{version}_{buildtype}':
704 buildtype: portbuild
705 version: master
706 ustversion: master
707 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
708 build: !!python/tuple [std]
709 conf: !!python/tuple [std, no-ust, agents]
710 urcuversion: !!python/tuple [master]
711 babelversion: !!python/tuple [stable-1.5]
712 testtype: !!python/tuple [base]
713 - 'lttng-tools_{version}_{buildtype}':
714 buildtype: slesbuild
715 version: master
716 ustversion: master
717 arch: !!python/tuple [sles12sp2]
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 [base]
723 - 'lttng-tools_{version}_{buildtype}':
724 buildtype: macosxbuild
725 version: master
726 ustversion: master
727 arch: !!python/tuple [macosx]
728 build: !!python/tuple [std]
729 conf: !!python/tuple [relayd-only]
730 urcuversion: !!python/tuple [master]
731 babelversion: !!python/tuple [stable-1.5]
732 testtype: !!python/tuple [base]
733 - 'lttng-tools_{version}_{buildtype}':
734 buildtype: solarisbuild
735 version: master
736 ustversion: master
737 arch: !!python/tuple [sol10-i386, sol11-i386]
738 build: !!python/tuple [std]
739 conf: !!python/tuple [relayd-only]
740 urcuversion: !!python/tuple [master]
741 babelversion: !!python/tuple [stable-1.5]
742 testtype: !!python/tuple [base]
743 - 'lttng-tools_{version}_winbuild':
744 version: master
745 ustversion: master
746 arch: !!python/tuple [cygwin, cygwin64]
747 build: !!python/tuple [std]
748 conf: !!python/tuple [relayd-only]
749 urcuversion: !!python/tuple [master]
750 babelversion: !!python/tuple [stable-1.5]
751 testtype: !!python/tuple [base]
752 - 'lttng-tools_{version}_long_regression':
753 buildtype: build
754 ustversion: master
755 arch: !!python/tuple [amd64]
756 build: !!python/tuple [std]
757 conf: !!python/tuple [std]
758 urcuversion: !!python/tuple [master]
759 babelversion: !!python/tuple [stable-1.5]
760 testtype: !!python/tuple [full]
761
762 # stable-2.11
763 - 'lttng-tools_{version}_{buildtype}':
764 buildtype: build
765 version: stable-2.11
766 ustversion: stable-2.11
767 arch: !!python/tuple [amd64]
768 build: !!python/tuple [std, oot, dist]
769 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
770 urcuversion: !!python/tuple [stable-0.10]
771 babelversion: !!python/tuple [stable-1.5]
772 testtype: !!python/tuple [base]
773 - 'lttng-tools_{version}_{buildtype}':
774 buildtype: portbuild
775 version: stable-2.11
776 ustversion: stable-2.11
777 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
778 build: !!python/tuple [std]
779 conf: !!python/tuple [std, no-ust, agents]
780 urcuversion: !!python/tuple [stable-0.10]
781 babelversion: !!python/tuple [stable-1.5]
782 testtype: !!python/tuple [base]
783 - 'lttng-tools_{version}_{buildtype}':
784 buildtype: slesbuild
785 version: stable-2.11
786 ustversion: stable-2.11
787 arch: !!python/tuple [sles12sp2]
788 build: !!python/tuple [std]
789 conf: !!python/tuple [std]
790 urcuversion: !!python/tuple [stable-0.10]
791 babelversion: !!python/tuple [stable-1.5]
792 testtype: !!python/tuple [base]
793 - 'lttng-tools_{version}_{buildtype}':
794 buildtype: solarisbuild
795 version: stable-2.11
796 ustversion: stable-2.11
797 arch: !!python/tuple [sol10-i386, sol11-i386]
798 build: !!python/tuple [std]
799 conf: !!python/tuple [relayd-only]
800 urcuversion: !!python/tuple [stable-0.10]
801 babelversion: !!python/tuple [stable-1.5]
802 testtype: !!python/tuple [base]
803 - 'lttng-tools_{version}_{buildtype}':
804 buildtype: macosxbuild
805 version: stable-2.11
806 ustversion: stable-2.11
807 arch: !!python/tuple [macosx]
808 build: !!python/tuple [std]
809 conf: !!python/tuple [relayd-only]
810 urcuversion: !!python/tuple [stable-0.10]
811 babelversion: !!python/tuple [stable-1.5]
812 testtype: !!python/tuple [base]
813 - 'lttng-tools_{version}_winbuild':
814 version: stable-2.11
815 ustversion: stable-2.11
816 arch: !!python/tuple [cygwin, cygwin64]
817 build: !!python/tuple [std]
818 conf: !!python/tuple [relayd-only]
819 urcuversion: !!python/tuple [stable-0.10]
820 babelversion: !!python/tuple [stable-1.5]
821 testtype: !!python/tuple [base]
822
823 # stable-2.10
824 - 'lttng-tools_{version}_{buildtype}':
825 buildtype: build
826 version: stable-2.10
827 ustversion: stable-2.10
828 arch: !!python/tuple [amd64]
829 build: !!python/tuple [std, oot, dist]
830 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
831 urcuversion: !!python/tuple [stable-0.9]
832 babelversion: !!python/tuple [stable-1.5]
833 testtype: !!python/tuple [base]
834 - 'lttng-tools_{version}_{buildtype}':
835 buildtype: portbuild
836 version: stable-2.10
837 ustversion: stable-2.10
838 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
839 build: !!python/tuple [std]
840 conf: !!python/tuple [std, no-ust, agents]
841 urcuversion: !!python/tuple [stable-0.9]
842 babelversion: !!python/tuple [stable-1.5]
843 testtype: !!python/tuple [base]
844 - 'lttng-tools_{version}_{buildtype}':
845 buildtype: slesbuild
846 version: stable-2.10
847 ustversion: stable-2.10
848 arch: !!python/tuple [sles12sp2]
849 build: !!python/tuple [std]
850 conf: !!python/tuple [std]
851 urcuversion: !!python/tuple [stable-0.9]
852 babelversion: !!python/tuple [stable-1.5]
853 testtype: !!python/tuple [base]
854 - 'lttng-tools_{version}_{buildtype}':
855 buildtype: solarisbuild
856 version: stable-2.10
857 ustversion: stable-2.10
858 arch: !!python/tuple [sol10-i386, sol11-i386]
859 build: !!python/tuple [std]
860 conf: !!python/tuple [relayd-only]
861 urcuversion: !!python/tuple [stable-0.9]
862 babelversion: !!python/tuple [stable-1.5]
863 testtype: !!python/tuple [base]
864 - 'lttng-tools_{version}_{buildtype}':
865 buildtype: macosxbuild
866 version: stable-2.10
867 ustversion: stable-2.10
868 arch: !!python/tuple [macosx]
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}_winbuild':
875 version: stable-2.10
876 ustversion: stable-2.10
877 arch: !!python/tuple [cygwin, cygwin64]
878 build: !!python/tuple [std]
879 conf: !!python/tuple [relayd-only]
880 urcuversion: !!python/tuple [stable-0.9]
881 babelversion: !!python/tuple [stable-1.5]
882 testtype: !!python/tuple [base]
883
884 # stable-2.9 #
885 - 'lttng-tools_{version}_{buildtype}':
886 buildtype: build
887 version: stable-2.9
888 ustversion: stable-2.9
889 arch: !!python/tuple [amd64]
890 build: !!python/tuple [std, oot, dist]
891 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
892 urcuversion: !!python/tuple [stable-0.9]
893 babelversion: !!python/tuple [stable-1.5]
894 testtype: !!python/tuple [base]
895 - 'lttng-tools_{version}_{buildtype}':
896 buildtype: portbuild
897 version: stable-2.9
898 ustversion: stable-2.9
899 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
900 build: !!python/tuple [std]
901 conf: !!python/tuple [std, no-ust, agents]
902 urcuversion: !!python/tuple [stable-0.9]
903 babelversion: !!python/tuple [stable-1.5]
904 testtype: !!python/tuple [base]
905 - 'lttng-tools_{version}_{buildtype}':
906 buildtype: slesbuild
907 version: stable-2.9
908 ustversion: stable-2.9
909 arch: !!python/tuple [sles12sp2]
910 build: !!python/tuple [std]
911 conf: !!python/tuple [std]
912 urcuversion: !!python/tuple [stable-0.9]
913 babelversion: !!python/tuple [stable-1.5]
914 testtype: !!python/tuple [base]
915 - 'lttng-tools_{version}_{buildtype}':
916 buildtype: solarisbuild
917 version: stable-2.9
918 ustversion: stable-2.9
919 arch: !!python/tuple [sol10-i386, sol11-i386]
920 build: !!python/tuple [std]
921 conf: !!python/tuple [relayd-only]
922 urcuversion: !!python/tuple [stable-0.9]
923 babelversion: !!python/tuple [stable-1.5]
924 testtype: !!python/tuple [base]
925 - 'lttng-tools_{version}_{buildtype}':
926 buildtype: macosxbuild
927 version: stable-2.9
928 ustversion: stable-2.9
929 arch: !!python/tuple [macosx]
930 build: !!python/tuple [std]
931 conf: !!python/tuple [relayd-only]
932 urcuversion: !!python/tuple [stable-0.9]
933 babelversion: !!python/tuple [stable-1.5]
934 testtype: !!python/tuple [base]
935 - 'lttng-tools_{version}_winbuild':
936 version: stable-2.9
937 ustversion: stable-2.9
938 arch: !!python/tuple [cygwin, cygwin64]
939 build: !!python/tuple [std]
940 conf: !!python/tuple [relayd-only]
941 urcuversion: !!python/tuple [stable-0.9]
942 babelversion: !!python/tuple [stable-1.5]
943 testtype: !!python/tuple [base]
944
945 # stable-2.8 #
946 - 'lttng-tools_{version}_{buildtype}':
947 buildtype: build
948 version: stable-2.8
949 ustversion: stable-2.8
950 arch: !!python/tuple [amd64]
951 build: !!python/tuple [std, oot, dist]
952 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
953 urcuversion: !!python/tuple [stable-0.9]
954 babelversion: !!python/tuple [stable-1.5]
955 testtype: !!python/tuple [base]
956 - 'lttng-tools_{version}_{buildtype}':
957 buildtype: portbuild
958 version: stable-2.8
959 ustversion: stable-2.8
960 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
961 build: !!python/tuple [std]
962 conf: !!python/tuple [std, no-ust, agents]
963 urcuversion: !!python/tuple [stable-0.9]
964 babelversion: !!python/tuple [stable-1.5]
965 testtype: !!python/tuple [base]
966 - 'lttng-tools_{version}_{buildtype}':
967 buildtype: slesbuild
968 version: stable-2.8
969 ustversion: stable-2.8
970 arch: !!python/tuple [sles12sp2]
971 build: !!python/tuple [std]
972 conf: !!python/tuple [std]
973 urcuversion: !!python/tuple [stable-0.9]
974 babelversion: !!python/tuple [stable-1.5]
975 testtype: !!python/tuple [base]
976 - 'lttng-tools_{version}_{buildtype}':
977 buildtype: solarisbuild
978 version: stable-2.8
979 ustversion: stable-2.8
980 arch: !!python/tuple [sol10-i386, sol11-i386]
981 build: !!python/tuple [std]
982 conf: !!python/tuple [relayd-only]
983 urcuversion: !!python/tuple [stable-0.9]
984 babelversion: !!python/tuple [stable-1.5]
985 testtype: !!python/tuple [base]
986
987 # stable-2.7 #
988 - 'lttng-tools_{version}_{buildtype}':
989 buildtype: slesbuild
990 version: stable-2.7
991 ustversion: stable-2.7
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
999 - 'lttng-tools_{version}_cppcheck'
1000 - 'lttng-tools_{version}_scan-build':
1001 version: master
1002 urcuversion: master
1003 ustversion: master
1004 - 'lttng-tools_{version}_scan-build':
1005 version: stable-2.11
1006 urcuversion: stable-0.10
1007 ustversion: stable-2.11
1008 - 'lttng-tools_{version}_scan-build':
1009 version: stable-2.10
1010 urcuversion: stable-0.9
1011 ustversion: stable-2.10
1012 - 'lttng-tools_{version}_scan-build':
1013 version: stable-2.9
1014 urcuversion: stable-0.9
1015 ustversion: stable-2.9
1016 - 'lttng-tools_{version}_scan-build':
1017 version: stable-2.8
1018 urcuversion: stable-0.9
1019 ustversion: stable-2.8
1020 - 'lttng-tools_{version}_coverity':
1021 version: master
1022 urcuversion: master
1023 ustversion: master
1024
1025
1026 - project:
1027 name: dev_jgalar_lttng-tools
1028 user: jgalar
1029 github_user: jgalar
1030 github_name: lttng-tools
1031 email_to: 'jgalar@efficios.com'
1032 jobs:
1033 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1034 buildtype: build
1035 version: master-staging
1036 ustversion: master
1037 arch: !!python/tuple [amd64]
1038 build: !!python/tuple [std, oot, dist]
1039 conf: !!python/tuple [std, no-ust, agents]
1040 urcuversion: !!python/tuple [master]
1041 babelversion: !!python/tuple [stable-1.5]
1042 testtype: !!python/tuple [base]
1043 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1044 buildtype: build
1045 version: stable-2.11-staging
1046 ustversion: stable-2.11
1047 arch: !!python/tuple [amd64]
1048 build: !!python/tuple [std, oot, dist]
1049 conf: !!python/tuple [std, no-ust, agents]
1050 urcuversion: !!python/tuple [stable-0.10]
1051 babelversion: !!python/tuple [stable-1.5]
1052 testtype: !!python/tuple [base]
1053 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1054 buildtype: build
1055 version: stable-2.10-staging
1056 ustversion: stable-2.10
1057 arch: !!python/tuple [amd64]
1058 build: !!python/tuple [std, oot, dist]
1059 conf: !!python/tuple [std, no-ust, agents]
1060 urcuversion: !!python/tuple [stable-0.9]
1061 babelversion: !!python/tuple [stable-1.5]
1062 testtype: !!python/tuple [base]
1063 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1064 buildtype: build
1065 version: stable-2.9-staging
1066 ustversion: stable-2.9
1067 arch: !!python/tuple [amd64]
1068 build: !!python/tuple [std, oot, dist]
1069 conf: !!python/tuple [std, no-ust, agents]
1070 urcuversion: !!python/tuple [stable-0.9]
1071 babelversion: !!python/tuple [stable-1.5]
1072 testtype: !!python/tuple [base]
1073 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1074 buildtype: build
1075 version: stable-2.8-staging
1076 ustversion: stable-2.8
1077 arch: !!python/tuple [amd64]
1078 build: !!python/tuple [std, oot, dist]
1079 conf: !!python/tuple [std, no-ust, agents]
1080 urcuversion: !!python/tuple [stable-0.9]
1081 babelversion: !!python/tuple [stable-1.5]
1082 testtype: !!python/tuple [base]
1083 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1084 buildtype: portbuild
1085 version: master-staging
1086 ustversion: master
1087 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1088 build: !!python/tuple [std]
1089 conf: !!python/tuple [std, no-ust, agents]
1090 urcuversion: !!python/tuple [master]
1091 babelversion: !!python/tuple [stable-1.5]
1092 testtype: !!python/tuple [base]
1093 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1094 buildtype: portbuild
1095 version: stable-2.11-staging
1096 ustversion: stable-2.11
1097 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1098 build: !!python/tuple [std]
1099 conf: !!python/tuple [std, no-ust, agents]
1100 urcuversion: !!python/tuple [stable-0.10]
1101 babelversion: !!python/tuple [stable-1.5]
1102 testtype: !!python/tuple [base]
1103 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1104 buildtype: portbuild
1105 version: stable-2.10-staging
1106 ustversion: stable-2.10
1107 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1108 build: !!python/tuple [std]
1109 conf: !!python/tuple [std, no-ust, agents]
1110 urcuversion: !!python/tuple [stable-0.9]
1111 babelversion: !!python/tuple [stable-1.5]
1112 testtype: !!python/tuple [base]
1113 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1114 buildtype: portbuild
1115 version: stable-2.9-staging
1116 ustversion: stable-2.9
1117 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1118 build: !!python/tuple [std]
1119 conf: !!python/tuple [std, no-ust, agents]
1120 urcuversion: !!python/tuple [stable-0.9]
1121 babelversion: !!python/tuple [stable-1.5]
1122 testtype: !!python/tuple [base]
1123 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1124 buildtype: portbuild
1125 version: stable-2.8-staging
1126 ustversion: stable-2.8
1127 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1128 build: !!python/tuple [std]
1129 conf: !!python/tuple [std, no-ust, agents]
1130 urcuversion: !!python/tuple [stable-0.9]
1131 babelversion: !!python/tuple [stable-1.5]
1132 testtype: !!python/tuple [base]
1133 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1134 buildtype: macosxbuild
1135 version: master-staging
1136 ustversion: master
1137 arch: !!python/tuple [macosx]
1138 build: !!python/tuple [std]
1139 conf: !!python/tuple [relayd-only]
1140 urcuversion: !!python/tuple [master]
1141 babelversion: !!python/tuple [stable-1.5]
1142 testtype: !!python/tuple [base]
1143 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1144 buildtype: solarisbuild
1145 version: master-staging
1146 ustversion: master
1147 arch: !!python/tuple [sol10-i386, sol11-i386]
1148 build: !!python/tuple [std]
1149 conf: !!python/tuple [relayd-only]
1150 urcuversion: !!python/tuple [master]
1151 babelversion: !!python/tuple [stable-1.5]
1152 testtype: !!python/tuple [base]
This page took 0.053798 seconds and 4 git commands to generate.