fc389f8b2e23ea42fef1571b939c8b6dc03e6d67
[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/build.sh
214
215 - lttng-tools_build_builders_win: &lttng-tools_build_builders_win
216 name: 'lttng-tools_build_builders_win'
217 builders:
218 - copyartifact:
219 project: liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std
220 which-build: last-successful
221 stable: false
222 filter: 'build/**'
223 target: 'deps/liburcu'
224 do-not-fingerprint: true
225 - copyartifact:
226 project: babeltrace_${{babeltrace_version}}_winbuild/arch=${{arch}},conf=std,build=std
227 which-build: last-successful
228 stable: false
229 filter: 'build/**'
230 target: 'deps/babeltrace'
231 do-not-fingerprint: true
232 - conditional-step:
233 condition-kind: strings-match
234 on-evaluation-failure: run
235 condition-string1: '${{arch}}'
236 condition-string2: 'cygwin'
237 steps:
238 - shell:
239 !include-raw-escape:
240 - scripts/common/cygwin-shebang
241 - scripts/common/cygwin-prefix
242 - scripts/lttng-tools/build.sh
243 - conditional-step:
244 condition-kind: strings-match
245 on-evaluation-failure: run
246 condition-string1: '${{arch}}'
247 condition-string2: 'cygwin64'
248 steps:
249 - shell:
250 !include-raw-escape:
251 - scripts/common/cygwin64-shebang
252 - scripts/common/cygwin-prefix
253 - scripts/lttng-tools/build.sh
254 - conditional-step:
255 condition-kind: strings-match
256 on-evaluation-failure: run
257 condition-string1: '${{arch}}'
258 condition-string2: 'msys2-mingw32'
259 steps:
260 - inject:
261 properties-content: 'MSYSTEM=MINGW32'
262 - shell:
263 !include-raw-escape:
264 - scripts/common/msys2-shebang
265 - scripts/common/cygwin-prefix
266 - scripts/lttng-tools/build.sh
267 - conditional-step:
268 condition-kind: strings-match
269 on-evaluation-failure: run
270 condition-string1: '${{arch}}'
271 condition-string2: 'msys2-mingw64'
272 steps:
273 - inject:
274 properties-content: 'MSYSTEM=MINGW64'
275 - shell:
276 !include-raw-escape:
277 - scripts/common/msys2-shebang
278 - scripts/common/cygwin-prefix
279 - scripts/lttng-tools/build.sh
280
281 - lttng-tools_build_publishers_dev: &lttng-tools_build_publishers_dev
282 name: 'lttng-tools_build_publishers_dev'
283 publishers:
284 - tap:
285 results: 'tap/**/*.tap'
286 failed-tests-mark-build-as-failure: true
287 todo-is-failure: false
288 - warnings:
289 console-log-parsers:
290 - 'GNU Make + GNU C Compiler (gcc)'
291 total-thresholds:
292 unstable:
293 total-all: 0
294 total-high: 0
295 total-normal: 0
296 total-low: 0
297 - workspace-cleanup:
298 clean-if:
299 - failure: false
300 - email-ext:
301 recipients: '{obj:email_to}'
302 always: false
303 unstable: false
304 first-failure: true
305 first-unstable: true
306 not-built: false
307 aborted: false
308 regression: false
309 failure: false
310 second-failure: false
311 improvement: false
312 still-failing: false
313 success: false
314 fixed: false
315 fixed-unhealthy: true
316 still-unstable: false
317 pre-build: false
318 matrix-trigger: only-parent
319 send-to:
320 - recipients
321
322 - lttng-tools_build_publishers_prod: &lttng-tools_build_publishers_prod
323 name: 'lttng-tools_build_publishers_prod'
324 publishers:
325 - tap:
326 results: 'tap/**/*.tap'
327 failed-tests-mark-build-as-failure: true
328 todo-is-failure: false
329 - warnings:
330 console-log-parsers:
331 - 'GNU Make + GNU C Compiler (gcc)'
332 total-thresholds:
333 unstable:
334 total-all: 0
335 total-high: 0
336 total-normal: 0
337 total-low: 0
338 - workspace-cleanup:
339 clean-if:
340 - failure: false
341 - archive:
342 artifacts: 'build/**'
343 allow-empty: false
344 - email-ext:
345 recipients: '{obj:email_to}'
346 reply-to: ci-notification@lists.lttng.org
347 always: false
348 unstable: false
349 first-failure: true
350 first-unstable: true
351 not-built: false
352 aborted: false
353 regression: false
354 failure: false
355 second-failure: false
356 improvement: false
357 still-failing: false
358 success: false
359 fixed: false
360 fixed-unhealthy: true
361 still-unstable: false
362 pre-build: false
363 matrix-trigger: only-parent
364 send-to:
365 - recipients
366
367 ## Templates
368 - job-template:
369 name: lttng-tools_{version}_{buildtype}
370 defaults: lttng-tools
371
372 <<: *lttng-tools_build_axes_defaults
373 <<: *lttng-tools_build_builders_defaults
374 <<: *lttng-tools_build_publishers_prod
375
376 triggers:
377 - pollscm:
378 cron: "@hourly"
379 - reverse:
380 jobs: 'lttng-ust_{version}_{buildtype}'
381 result: 'success'
382
383 - job-template:
384 name: lttng-tools_{version}_long_regression
385 defaults: lttng-tools
386 wrappers:
387 - ansicolor
388 - timeout:
389 fail: true
390 type: likely-stuck
391 - timestamps
392 - workspace-cleanup:
393 clean-if:
394 - failure: false
395
396 <<: *lttng-tools_build_axes_defaults
397 <<: *lttng-tools_build_builders_defaults
398 <<: *lttng-tools_build_publishers_prod
399
400 triggers:
401 - pollscm:
402 cron: "@hourly"
403 - reverse:
404 jobs: 'lttng-ust_{version}_{buildtype}'
405 result: 'success'
406
407 - job-template:
408 name: lttng-tools_{version}_winbuild
409 defaults: lttng-tools
410
411 <<: *lttng-tools_build_axes_defaults
412 <<: *lttng-tools_build_builders_win
413 <<: *lttng-tools_build_publishers_prod
414
415 - job-template:
416 name: dev_{user}_lttng-tools_{version}_{buildtype}
417 defaults: lttng-tools
418
419 <<: *lttng-tools_build_axes_defaults
420 <<: *lttng-tools_build_builders_defaults
421 <<: *lttng-tools_build_publishers_dev
422
423 - job-template:
424 name: lttng-tools_{version}_cppcheck
425 defaults: lttng-tools
426
427 triggers:
428 - pollscm:
429 cron: "@daily"
430
431 builders:
432 - shell: |
433 rm -f lttng-tools-cppcheck.xml
434 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> lttng-tools-cppcheck.xml
435
436 publishers:
437 - archive:
438 artifacts: 'lttng-tools-cppcheck.xml'
439 allow-empty: false
440 - cppcheck:
441 pattern: 'lttng-tools-cppcheck.xml'
442 - email-ext:
443 recipients: 'ci-notification@lists.lttng.org'
444 reply-to: ci-notification@lists.lttng.org
445 always: false
446 unstable: false
447 first-failure: true
448 first-unstable: true
449 not-built: false
450 aborted: false
451 regression: false
452 failure: false
453 second-failure: false
454 improvement: false
455 still-failing: false
456 success: false
457 fixed: false
458 fixed-unhealthy: true
459 still-unstable: false
460 pre-build: false
461 matrix-trigger: only-parent
462 send-to:
463 - recipients
464
465 - job-template:
466 name: lttng-tools_{version}_scan-build
467 defaults: lttng-tools
468 node: 'x86-64'
469
470 triggers:
471 - pollscm:
472 cron: "@daily"
473
474 builders:
475 - copyartifact:
476 project: liburcu_{urcuversion}_build/arch=x86-64,conf=std,build=std
477 which-build: last-successful
478 stable: false
479 filter: 'build/**'
480 target: 'deps/liburcu'
481 do-not-fingerprint: true
482 - copyartifact:
483 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=x86-64,conf=std,build=std
484 which-build: last-successful
485 stable: false
486 filter: 'build/**'
487 target: 'deps/lttng-ust'
488 do-not-fingerprint: true
489 - shell:
490 !include-raw-escape: scripts/common/scan-build.sh
491
492 publishers:
493 - html-publisher:
494 name: 'HTML Report'
495 dir: 'scan-build-archive/'
496 files: 'index.html'
497
498 - job-template:
499 name: lttng-tools_{version}_coverity
500 defaults: lttng-tools
501 node: 'x86-64'
502
503 triggers:
504 - pollscm:
505 cron: "@daily"
506
507 wrappers:
508 - workspace-cleanup
509 - timestamps
510 - ansicolor:
511 colormap: xterm
512 - credentials-binding:
513 - username-password-separated:
514 credential-id: lttng-tools_coverity_token
515 username: COVERITY_SCAN_PROJECT_NAME
516 password: COVERITY_SCAN_TOKEN
517
518 builders:
519 - copyartifact:
520 project: liburcu_{urcuversion}_build/arch=x86-64,conf=std,build=std
521 which-build: last-successful
522 stable: false
523 filter: 'build/**'
524 target: 'deps/liburcu'
525 do-not-fingerprint: true
526 - copyartifact:
527 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=x86-64,conf=std,build=std
528 which-build: last-successful
529 stable: false
530 filter: 'build/**'
531 target: 'deps/lttng-ust'
532 do-not-fingerprint: true
533 - shell:
534 !include-raw-escape: scripts/common/coverity.sh
535
536 publishers:
537 - workspace-cleanup
538
539 # TODO
540 - job-template:
541 name: lttng-tools_{version}_pylint
542 defaults: lttng-tools
543 node: 'x86-64'
544
545 scm: []
546
547 triggers:
548 - pollscm:
549 cron: "@daily"
550
551 builders:
552 - copyartifact:
553 project: lttng-tools-{version}/arch=x86-64,build=std,conf=agents
554 which-build: last-successful
555 stable: false
556 filter: 'build/**'
557 target: 'deps/lttng-tools'
558 do-not-fingerprint: true
559 - shell:
560 !include-raw-escape: scripts/lttng-tools/pylint.sh
561
562 publishers:
563 - archive:
564 artifacts: 'pep8.out,pylint.out'
565 - violations:
566 pep8:
567 pattern: pep8.out
568 min: 10
569 max: 999
570 unstable: 999
571 pylint:
572 pattern: pylint.out
573 min: 10
574 max: 999
575 unstable: 999
576 - email-ext:
577 recipients: 'ci-notification@lists.lttng.org'
578 reply-to: ci-notification@lists.lttng.org
579 always: false
580 unstable: false
581 first-failure: true
582 first-unstable: true
583 not-built: false
584 aborted: false
585 regression: false
586 failure: false
587 second-failure: false
588 improvement: false
589 still-failing: false
590 success: false
591 fixed: false
592 fixed-unhealthy: true
593 still-unstable: false
594 pre-build: false
595 matrix-trigger: only-parent
596 send-to:
597 - recipients
598
599 ## Project
600 - project:
601 name: lttng-tools
602 github_user: lttng
603 github_name: lttng-tools
604 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
605 version:
606 - stable-2.7
607 - stable-2.8
608 - stable-2.9
609 - stable-2.10
610 - master
611 jobs:
612 # Master #
613 - 'lttng-tools_{version}_{buildtype}':
614 buildtype: build
615 version: master
616 ustversion: master
617 arch: !!python/tuple [x86-32, x86-64]
618 build: !!python/tuple [std, oot, dist]
619 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
620 urcuversion: !!python/tuple [master]
621 babelversion: !!python/tuple [stable-1.5]
622 testtype: !!python/tuple [base]
623 - 'lttng-tools_{version}_{buildtype}':
624 buildtype: portbuild
625 version: master
626 ustversion: master
627 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
628 build: !!python/tuple [std]
629 conf: !!python/tuple [std, no-ust, agents]
630 urcuversion: !!python/tuple [master]
631 babelversion: !!python/tuple [stable-1.5]
632 testtype: !!python/tuple [base]
633 - 'lttng-tools_{version}_{buildtype}':
634 buildtype: slesbuild
635 version: master
636 ustversion: master
637 arch: !!python/tuple [sles12sp2]
638 build: !!python/tuple [std]
639 conf: !!python/tuple [std]
640 urcuversion: !!python/tuple [master]
641 babelversion: !!python/tuple [stable-1.5]
642 testtype: !!python/tuple [base]
643 - 'lttng-tools_{version}_{buildtype}':
644 buildtype: macosxbuild
645 version: master
646 ustversion: master
647 arch: !!python/tuple [macosx]
648 build: !!python/tuple [std]
649 conf: !!python/tuple [relayd-only]
650 urcuversion: !!python/tuple [master]
651 babelversion: !!python/tuple [stable-1.5]
652 testtype: !!python/tuple [base]
653 - 'lttng-tools_{version}_{buildtype}':
654 buildtype: solarisbuild
655 version: master
656 ustversion: master
657 arch: !!python/tuple [sol10-i386, sol11-i386]
658 build: !!python/tuple [std]
659 conf: !!python/tuple [relayd-only]
660 urcuversion: !!python/tuple [master]
661 babelversion: !!python/tuple [stable-1.5]
662 testtype: !!python/tuple [base]
663 - 'lttng-tools_{version}_winbuild':
664 version: master
665 ustversion: master
666 arch: !!python/tuple [cygwin, cygwin64]
667 build: !!python/tuple [std]
668 conf: !!python/tuple [relayd-only]
669 urcuversion: !!python/tuple [master]
670 babelversion: !!python/tuple [stable-1.5]
671 testtype: !!python/tuple [base]
672 - 'lttng-tools_{version}_long_regression':
673 buildtype: build
674 ustversion: master
675 arch: !!python/tuple [x86-32, x86-64]
676 build: !!python/tuple [std]
677 conf: !!python/tuple [std]
678 urcuversion: !!python/tuple [master]
679 babelversion: !!python/tuple [stable-1.5]
680 testtype: !!python/tuple [full]
681
682 # stable-2.10
683 - 'lttng-tools_{version}_{buildtype}':
684 buildtype: build
685 version: stable-2.10
686 ustversion: stable-2.10
687 arch: !!python/tuple [x86-32, x86-64]
688 build: !!python/tuple [std, oot, dist]
689 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
690 urcuversion: !!python/tuple [stable-0.9]
691 babelversion: !!python/tuple [stable-1.5]
692 testtype: !!python/tuple [base]
693 - 'lttng-tools_{version}_{buildtype}':
694 buildtype: portbuild
695 version: stable-2.10
696 ustversion: stable-2.10
697 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
698 build: !!python/tuple [std]
699 conf: !!python/tuple [std, no-ust, agents]
700 urcuversion: !!python/tuple [stable-0.9]
701 babelversion: !!python/tuple [stable-1.5]
702 testtype: !!python/tuple [base]
703 - 'lttng-tools_{version}_{buildtype}':
704 buildtype: slesbuild
705 version: stable-2.10
706 ustversion: stable-2.10
707 arch: !!python/tuple [sles12sp2]
708 build: !!python/tuple [std]
709 conf: !!python/tuple [std]
710 urcuversion: !!python/tuple [stable-0.9]
711 babelversion: !!python/tuple [stable-1.5]
712 testtype: !!python/tuple [base]
713 - 'lttng-tools_{version}_{buildtype}':
714 buildtype: solarisbuild
715 version: stable-2.10
716 ustversion: stable-2.10
717 arch: !!python/tuple [sol10-i386, sol11-i386]
718 build: !!python/tuple [std]
719 conf: !!python/tuple [relayd-only]
720 urcuversion: !!python/tuple [stable-0.9]
721 babelversion: !!python/tuple [stable-1.5]
722 testtype: !!python/tuple [base]
723 - 'lttng-tools_{version}_{buildtype}':
724 buildtype: macosxbuild
725 version: stable-2.10
726 ustversion: stable-2.10
727 arch: !!python/tuple [macosx]
728 build: !!python/tuple [std]
729 conf: !!python/tuple [relayd-only]
730 urcuversion: !!python/tuple [stable-0.9]
731 babelversion: !!python/tuple [stable-1.5]
732 testtype: !!python/tuple [base]
733 - 'lttng-tools_{version}_winbuild':
734 version: stable-2.10
735 ustversion: stable-2.10
736 arch: !!python/tuple [cygwin, cygwin64]
737 build: !!python/tuple [std]
738 conf: !!python/tuple [relayd-only]
739 urcuversion: !!python/tuple [stable-0.9]
740 babelversion: !!python/tuple [stable-1.5]
741 testtype: !!python/tuple [base]
742
743 # stable-2.9 #
744 - 'lttng-tools_{version}_{buildtype}':
745 buildtype: build
746 version: stable-2.9
747 ustversion: stable-2.9
748 arch: !!python/tuple [x86-32, x86-64]
749 build: !!python/tuple [std, oot, dist]
750 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
751 urcuversion: !!python/tuple [stable-0.9]
752 babelversion: !!python/tuple [stable-1.5]
753 testtype: !!python/tuple [base]
754 - 'lttng-tools_{version}_{buildtype}':
755 buildtype: portbuild
756 version: stable-2.9
757 ustversion: stable-2.9
758 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
759 build: !!python/tuple [std]
760 conf: !!python/tuple [std, no-ust, agents]
761 urcuversion: !!python/tuple [stable-0.9]
762 babelversion: !!python/tuple [stable-1.5]
763 testtype: !!python/tuple [base]
764 - 'lttng-tools_{version}_{buildtype}':
765 buildtype: slesbuild
766 version: stable-2.9
767 ustversion: stable-2.9
768 arch: !!python/tuple [sles12sp2]
769 build: !!python/tuple [std]
770 conf: !!python/tuple [std]
771 urcuversion: !!python/tuple [stable-0.9]
772 babelversion: !!python/tuple [stable-1.5]
773 testtype: !!python/tuple [base]
774 - 'lttng-tools_{version}_{buildtype}':
775 buildtype: solarisbuild
776 version: stable-2.9
777 ustversion: stable-2.9
778 arch: !!python/tuple [sol10-i386, sol11-i386]
779 build: !!python/tuple [std]
780 conf: !!python/tuple [relayd-only]
781 urcuversion: !!python/tuple [stable-0.9]
782 babelversion: !!python/tuple [stable-1.5]
783 testtype: !!python/tuple [base]
784 - 'lttng-tools_{version}_{buildtype}':
785 buildtype: macosxbuild
786 version: stable-2.9
787 ustversion: stable-2.9
788 arch: !!python/tuple [macosx]
789 build: !!python/tuple [std]
790 conf: !!python/tuple [relayd-only]
791 urcuversion: !!python/tuple [stable-0.9]
792 babelversion: !!python/tuple [stable-1.5]
793 testtype: !!python/tuple [base]
794 - 'lttng-tools_{version}_winbuild':
795 version: stable-2.9
796 ustversion: stable-2.9
797 arch: !!python/tuple [cygwin, cygwin64]
798 build: !!python/tuple [std]
799 conf: !!python/tuple [relayd-only]
800 urcuversion: !!python/tuple [stable-0.9]
801 babelversion: !!python/tuple [stable-1.5]
802 testtype: !!python/tuple [base]
803
804 # stable-2.8 #
805 - 'lttng-tools_{version}_{buildtype}':
806 buildtype: build
807 version: stable-2.8
808 ustversion: stable-2.8
809 arch: !!python/tuple [x86-32, x86-64]
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.4]
814 testtype: !!python/tuple [base]
815 - 'lttng-tools_{version}_{buildtype}':
816 buildtype: portbuild
817 version: stable-2.8
818 ustversion: stable-2.8
819 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
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.4]
824 testtype: !!python/tuple [base]
825 - 'lttng-tools_{version}_{buildtype}':
826 buildtype: slesbuild
827 version: stable-2.8
828 ustversion: stable-2.8
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.4]
834 testtype: !!python/tuple [base]
835 - 'lttng-tools_{version}_{buildtype}':
836 buildtype: solarisbuild
837 version: stable-2.8
838 ustversion: stable-2.8
839 arch: !!python/tuple [sol10-i386, sol11-i386]
840 build: !!python/tuple [std]
841 conf: !!python/tuple [relayd-only]
842 urcuversion: !!python/tuple [stable-0.9]
843 babelversion: !!python/tuple [stable-1.4]
844 testtype: !!python/tuple [base]
845
846 # stable-2.7 #
847 - 'lttng-tools_{version}_{buildtype}':
848 buildtype: build
849 version: stable-2.7
850 ustversion: stable-2.7
851 arch: !!python/tuple [x86-32, x86-64]
852 build: !!python/tuple [std, oot, dist]
853 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
854 urcuversion: !!python/tuple [stable-0.9]
855 babelversion: !!python/tuple [stable-1.5]
856 testtype: !!python/tuple [base]
857 - 'lttng-tools_{version}_{buildtype}':
858 buildtype: portbuild
859 version: stable-2.7
860 ustversion: stable-2.7
861 arch: !!python/tuple [armhf, arm64, powerpc]
862 build: !!python/tuple [std]
863 conf: !!python/tuple [std, no-ust, agents]
864 urcuversion: !!python/tuple [stable-0.9]
865 babelversion: !!python/tuple [stable-1.5]
866 testtype: !!python/tuple [base]
867 - 'lttng-tools_{version}_{buildtype}':
868 buildtype: slesbuild
869 version: stable-2.7
870 ustversion: stable-2.7
871 arch: !!python/tuple [sles12sp2]
872 build: !!python/tuple [std]
873 conf: !!python/tuple [std]
874 urcuversion: !!python/tuple [stable-0.9]
875 babelversion: !!python/tuple [stable-1.5]
876 testtype: !!python/tuple [base]
877
878 - 'lttng-tools_{version}_cppcheck'
879 - 'lttng-tools_{version}_scan-build':
880 version: master
881 urcuversion: master
882 ustversion: master
883 - 'lttng-tools_{version}_scan-build':
884 version: stable-2.10
885 urcuversion: stable-0.9
886 ustversion: stable-2.10
887 - 'lttng-tools_{version}_scan-build':
888 version: stable-2.9
889 urcuversion: stable-0.9
890 ustversion: stable-2.9
891 - 'lttng-tools_{version}_scan-build':
892 version: stable-2.8
893 urcuversion: stable-0.9
894 ustversion: stable-2.8
895 - 'lttng-tools_{version}_scan-build':
896 version: stable-2.7
897 urcuversion: stable-0.9
898 ustversion: stable-2.7
899 #- 'lttng-tools_{version}_pylint'
900 - 'lttng-tools_{version}_coverity':
901 version: master
902 urcuversion: master
903 ustversion: master
904
905
906 - project:
907 name: dev_jgalar_lttng-tools
908 user: jgalar
909 github_user: jgalar
910 github_name: lttng-tools
911 email_to: 'jgalar@efficios.com'
912 jobs:
913 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
914 buildtype: build
915 version: master-staging
916 ustversion: master
917 arch: !!python/tuple [x86-32, x86-64]
918 build: !!python/tuple [std, oot, dist]
919 conf: !!python/tuple [std, no-ust, agents]
920 urcuversion: !!python/tuple [master]
921 babelversion: !!python/tuple [stable-1.5]
922 testtype: !!python/tuple [base]
923 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
924 buildtype: build
925 version: stable-2.10-staging
926 ustversion: stable-2.10
927 arch: !!python/tuple [x86-32, x86-64]
928 build: !!python/tuple [std, oot, dist]
929 conf: !!python/tuple [std, no-ust, agents]
930 urcuversion: !!python/tuple [stable-0.9]
931 babelversion: !!python/tuple [stable-1.5]
932 testtype: !!python/tuple [base]
933 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
934 buildtype: build
935 version: stable-2.9-staging
936 ustversion: stable-2.9
937 arch: !!python/tuple [x86-32, x86-64]
938 build: !!python/tuple [std, oot, dist]
939 conf: !!python/tuple [std, no-ust, agents]
940 urcuversion: !!python/tuple [stable-0.9]
941 babelversion: !!python/tuple [stable-1.5]
942 testtype: !!python/tuple [base]
943 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
944 buildtype: build
945 version: stable-2.8-staging
946 ustversion: stable-2.8
947 arch: !!python/tuple [x86-32, x86-64]
948 build: !!python/tuple [std, oot, dist]
949 conf: !!python/tuple [std, no-ust, agents]
950 urcuversion: !!python/tuple [stable-0.9]
951 babelversion: !!python/tuple [stable-1.4]
952 testtype: !!python/tuple [base]
953 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
954 buildtype: build
955 version: stable-2.7-staging
956 ustversion: stable-2.7
957 arch: !!python/tuple [x86-32, x86-64]
958 build: !!python/tuple [std, oot, dist]
959 conf: !!python/tuple [std, no-ust, agents]
960 urcuversion: !!python/tuple [stable-0.9]
961 babelversion: !!python/tuple [stable-1.5]
962 testtype: !!python/tuple [base]
963 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
964 buildtype: portbuild
965 version: master-staging
966 ustversion: master
967 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
968 build: !!python/tuple [std]
969 conf: !!python/tuple [std, no-ust, agents]
970 urcuversion: !!python/tuple [master]
971 babelversion: !!python/tuple [stable-1.5]
972 testtype: !!python/tuple [base]
973 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
974 buildtype: portbuild
975 version: stable-2.10-staging
976 ustversion: stable-2.10
977 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
978 build: !!python/tuple [std]
979 conf: !!python/tuple [std, no-ust, agents]
980 urcuversion: !!python/tuple [stable-0.9]
981 babelversion: !!python/tuple [stable-1.5]
982 testtype: !!python/tuple [base]
983 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
984 buildtype: portbuild
985 version: stable-2.9-staging
986 ustversion: stable-2.9
987 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
988 build: !!python/tuple [std]
989 conf: !!python/tuple [std, no-ust, agents]
990 urcuversion: !!python/tuple [stable-0.9]
991 babelversion: !!python/tuple [stable-1.5]
992 testtype: !!python/tuple [base]
993 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
994 buildtype: portbuild
995 version: stable-2.8-staging
996 ustversion: stable-2.8
997 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
998 build: !!python/tuple [std]
999 conf: !!python/tuple [std, no-ust, agents]
1000 urcuversion: !!python/tuple [stable-0.9]
1001 babelversion: !!python/tuple [stable-1.4]
1002 testtype: !!python/tuple [base]
1003 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1004 buildtype: portbuild
1005 version: stable-2.7-staging
1006 ustversion: stable-2.7
1007 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
1008 build: !!python/tuple [std]
1009 conf: !!python/tuple [std, no-ust, agents]
1010 urcuversion: !!python/tuple [stable-0.9]
1011 babelversion: !!python/tuple [stable-1.5]
1012 testtype: !!python/tuple [base]
1013 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1014 buildtype: macosxbuild
1015 version: master-staging
1016 ustversion: master
1017 arch: !!python/tuple [macosx]
1018 build: !!python/tuple [std]
1019 conf: !!python/tuple [relayd-only]
1020 urcuversion: !!python/tuple [master]
1021 babelversion: !!python/tuple [stable-1.5]
1022 testtype: !!python/tuple [base]
1023 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1024 buildtype: solarisbuild
1025 version: master-staging
1026 ustversion: master
1027 arch: !!python/tuple [sol10-i386, sol11-i386]
1028 build: !!python/tuple [std]
1029 conf: !!python/tuple [relayd-only]
1030 urcuversion: !!python/tuple [master]
1031 babelversion: !!python/tuple [stable-1.5]
1032 testtype: !!python/tuple [base]
This page took 0.04962 seconds and 4 git commands to generate.