Add testtype to lttng-tools 2.11 jobs
[lttng-ci.git] / jobs / lttng-tools.yaml
1 - defaults:
2 name: lttng-tools
3 description: |
4 The lttng-tools project provides a session daemon (lttng-sessiond)
5 that acts as a tracing registry, the "lttng" command line for tracing
6 control, a lttng-ctl library for tracing control and a lttng-relayd
7 for network streaming.
8
9 <p>Job is managed by Jenkins Job Builder.</p>
10
11 project-type: freestyle
12
13 wrappers:
14 - ansicolor
15 - timeout:
16 timeout: 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 - stable-2.11
611 - master
612 jobs:
613 # Master #
614 - 'lttng-tools_{version}_{buildtype}':
615 buildtype: build
616 version: master
617 ustversion: master
618 arch: !!python/tuple [x86-32, x86-64]
619 build: !!python/tuple [std, oot, dist]
620 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
621 urcuversion: !!python/tuple [master]
622 babelversion: !!python/tuple [stable-1.5]
623 testtype: !!python/tuple [base]
624 - 'lttng-tools_{version}_{buildtype}':
625 buildtype: portbuild
626 version: master
627 ustversion: master
628 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
629 build: !!python/tuple [std]
630 conf: !!python/tuple [std, no-ust, agents]
631 urcuversion: !!python/tuple [master]
632 babelversion: !!python/tuple [stable-1.5]
633 testtype: !!python/tuple [base]
634 - 'lttng-tools_{version}_{buildtype}':
635 buildtype: slesbuild
636 version: master
637 ustversion: master
638 arch: !!python/tuple [sles12sp2]
639 build: !!python/tuple [std]
640 conf: !!python/tuple [std]
641 urcuversion: !!python/tuple [master]
642 babelversion: !!python/tuple [stable-1.5]
643 testtype: !!python/tuple [base]
644 - 'lttng-tools_{version}_{buildtype}':
645 buildtype: macosxbuild
646 version: master
647 ustversion: master
648 arch: !!python/tuple [macosx]
649 build: !!python/tuple [std]
650 conf: !!python/tuple [relayd-only]
651 urcuversion: !!python/tuple [master]
652 babelversion: !!python/tuple [stable-1.5]
653 testtype: !!python/tuple [base]
654 - 'lttng-tools_{version}_{buildtype}':
655 buildtype: solarisbuild
656 version: master
657 ustversion: master
658 arch: !!python/tuple [sol10-i386, sol11-i386]
659 build: !!python/tuple [std]
660 conf: !!python/tuple [relayd-only]
661 urcuversion: !!python/tuple [master]
662 babelversion: !!python/tuple [stable-1.5]
663 testtype: !!python/tuple [base]
664 - 'lttng-tools_{version}_winbuild':
665 version: master
666 ustversion: master
667 arch: !!python/tuple [cygwin, cygwin64]
668 build: !!python/tuple [std]
669 conf: !!python/tuple [relayd-only]
670 urcuversion: !!python/tuple [master]
671 babelversion: !!python/tuple [stable-1.5]
672 testtype: !!python/tuple [base]
673 - 'lttng-tools_{version}_long_regression':
674 buildtype: build
675 ustversion: master
676 arch: !!python/tuple [x86-32, x86-64]
677 build: !!python/tuple [std]
678 conf: !!python/tuple [std]
679 urcuversion: !!python/tuple [master]
680 babelversion: !!python/tuple [stable-1.5]
681 testtype: !!python/tuple [full]
682
683 # stable-2.11
684 - 'lttng-tools_{version}_{buildtype}':
685 buildtype: build
686 version: stable-2.11
687 ustversion: stable-2.11
688 arch: !!python/tuple [x86-32, x86-64]
689 build: !!python/tuple [std, oot, dist]
690 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
691 urcuversion: !!python/tuple [stable-0.10]
692 babelversion: !!python/tuple [stable-1.5]
693 testtype: !!python/tuple [base]
694 - 'lttng-tools_{version}_{buildtype}':
695 buildtype: portbuild
696 version: stable-2.11
697 ustversion: stable-2.11
698 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
699 build: !!python/tuple [std]
700 conf: !!python/tuple [std, no-ust, agents]
701 urcuversion: !!python/tuple [stable-0.10]
702 babelversion: !!python/tuple [stable-1.5]
703 testtype: !!python/tuple [base]
704 - 'lttng-tools_{version}_{buildtype}':
705 buildtype: slesbuild
706 version: stable-2.11
707 ustversion: stable-2.11
708 arch: !!python/tuple [sles12sp2]
709 build: !!python/tuple [std]
710 conf: !!python/tuple [std]
711 urcuversion: !!python/tuple [stable-0.10]
712 babelversion: !!python/tuple [stable-1.5]
713 testtype: !!python/tuple [base]
714 - 'lttng-tools_{version}_{buildtype}':
715 buildtype: solarisbuild
716 version: stable-2.11
717 ustversion: stable-2.11
718 arch: !!python/tuple [sol10-i386, sol11-i386]
719 build: !!python/tuple [std]
720 conf: !!python/tuple [relayd-only]
721 urcuversion: !!python/tuple [stable-0.10]
722 babelversion: !!python/tuple [stable-1.5]
723 testtype: !!python/tuple [base]
724 - 'lttng-tools_{version}_{buildtype}':
725 buildtype: macosxbuild
726 version: stable-2.11
727 ustversion: stable-2.11
728 arch: !!python/tuple [macosx]
729 build: !!python/tuple [std]
730 conf: !!python/tuple [relayd-only]
731 urcuversion: !!python/tuple [stable-0.10]
732 babelversion: !!python/tuple [stable-1.5]
733 testtype: !!python/tuple [base]
734 - 'lttng-tools_{version}_winbuild':
735 version: stable-2.11
736 ustversion: stable-2.11
737 arch: !!python/tuple [cygwin, cygwin64]
738 build: !!python/tuple [std]
739 conf: !!python/tuple [relayd-only]
740 urcuversion: !!python/tuple [stable-0.10]
741 babelversion: !!python/tuple [stable-1.5]
742 testtype: !!python/tuple [base]
743
744 # stable-2.10
745 - 'lttng-tools_{version}_{buildtype}':
746 buildtype: build
747 version: stable-2.10
748 ustversion: stable-2.10
749 arch: !!python/tuple [x86-32, x86-64]
750 build: !!python/tuple [std, oot, dist]
751 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
752 urcuversion: !!python/tuple [stable-0.9]
753 babelversion: !!python/tuple [stable-1.5]
754 testtype: !!python/tuple [base]
755 - 'lttng-tools_{version}_{buildtype}':
756 buildtype: portbuild
757 version: stable-2.10
758 ustversion: stable-2.10
759 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
760 build: !!python/tuple [std]
761 conf: !!python/tuple [std, no-ust, agents]
762 urcuversion: !!python/tuple [stable-0.9]
763 babelversion: !!python/tuple [stable-1.5]
764 testtype: !!python/tuple [base]
765 - 'lttng-tools_{version}_{buildtype}':
766 buildtype: slesbuild
767 version: stable-2.10
768 ustversion: stable-2.10
769 arch: !!python/tuple [sles12sp2]
770 build: !!python/tuple [std]
771 conf: !!python/tuple [std]
772 urcuversion: !!python/tuple [stable-0.9]
773 babelversion: !!python/tuple [stable-1.5]
774 testtype: !!python/tuple [base]
775 - 'lttng-tools_{version}_{buildtype}':
776 buildtype: solarisbuild
777 version: stable-2.10
778 ustversion: stable-2.10
779 arch: !!python/tuple [sol10-i386, sol11-i386]
780 build: !!python/tuple [std]
781 conf: !!python/tuple [relayd-only]
782 urcuversion: !!python/tuple [stable-0.9]
783 babelversion: !!python/tuple [stable-1.5]
784 testtype: !!python/tuple [base]
785 - 'lttng-tools_{version}_{buildtype}':
786 buildtype: macosxbuild
787 version: stable-2.10
788 ustversion: stable-2.10
789 arch: !!python/tuple [macosx]
790 build: !!python/tuple [std]
791 conf: !!python/tuple [relayd-only]
792 urcuversion: !!python/tuple [stable-0.9]
793 babelversion: !!python/tuple [stable-1.5]
794 testtype: !!python/tuple [base]
795 - 'lttng-tools_{version}_winbuild':
796 version: stable-2.10
797 ustversion: stable-2.10
798 arch: !!python/tuple [cygwin, cygwin64]
799 build: !!python/tuple [std]
800 conf: !!python/tuple [relayd-only]
801 urcuversion: !!python/tuple [stable-0.9]
802 babelversion: !!python/tuple [stable-1.5]
803 testtype: !!python/tuple [base]
804
805 # stable-2.9 #
806 - 'lttng-tools_{version}_{buildtype}':
807 buildtype: build
808 version: stable-2.9
809 ustversion: stable-2.9
810 arch: !!python/tuple [x86-32, x86-64]
811 build: !!python/tuple [std, oot, dist]
812 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
813 urcuversion: !!python/tuple [stable-0.9]
814 babelversion: !!python/tuple [stable-1.5]
815 testtype: !!python/tuple [base]
816 - 'lttng-tools_{version}_{buildtype}':
817 buildtype: portbuild
818 version: stable-2.9
819 ustversion: stable-2.9
820 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
821 build: !!python/tuple [std]
822 conf: !!python/tuple [std, no-ust, agents]
823 urcuversion: !!python/tuple [stable-0.9]
824 babelversion: !!python/tuple [stable-1.5]
825 testtype: !!python/tuple [base]
826 - 'lttng-tools_{version}_{buildtype}':
827 buildtype: slesbuild
828 version: stable-2.9
829 ustversion: stable-2.9
830 arch: !!python/tuple [sles12sp2]
831 build: !!python/tuple [std]
832 conf: !!python/tuple [std]
833 urcuversion: !!python/tuple [stable-0.9]
834 babelversion: !!python/tuple [stable-1.5]
835 testtype: !!python/tuple [base]
836 - 'lttng-tools_{version}_{buildtype}':
837 buildtype: solarisbuild
838 version: stable-2.9
839 ustversion: stable-2.9
840 arch: !!python/tuple [sol10-i386, sol11-i386]
841 build: !!python/tuple [std]
842 conf: !!python/tuple [relayd-only]
843 urcuversion: !!python/tuple [stable-0.9]
844 babelversion: !!python/tuple [stable-1.5]
845 testtype: !!python/tuple [base]
846 - 'lttng-tools_{version}_{buildtype}':
847 buildtype: macosxbuild
848 version: stable-2.9
849 ustversion: stable-2.9
850 arch: !!python/tuple [macosx]
851 build: !!python/tuple [std]
852 conf: !!python/tuple [relayd-only]
853 urcuversion: !!python/tuple [stable-0.9]
854 babelversion: !!python/tuple [stable-1.5]
855 testtype: !!python/tuple [base]
856 - 'lttng-tools_{version}_winbuild':
857 version: stable-2.9
858 ustversion: stable-2.9
859 arch: !!python/tuple [cygwin, cygwin64]
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
866 # stable-2.8 #
867 - 'lttng-tools_{version}_{buildtype}':
868 buildtype: build
869 version: stable-2.8
870 ustversion: stable-2.8
871 arch: !!python/tuple [x86-32, x86-64]
872 build: !!python/tuple [std, oot, dist]
873 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
874 urcuversion: !!python/tuple [stable-0.9]
875 babelversion: !!python/tuple [stable-1.4]
876 testtype: !!python/tuple [base]
877 - 'lttng-tools_{version}_{buildtype}':
878 buildtype: portbuild
879 version: stable-2.8
880 ustversion: stable-2.8
881 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
882 build: !!python/tuple [std]
883 conf: !!python/tuple [std, no-ust, agents]
884 urcuversion: !!python/tuple [stable-0.9]
885 babelversion: !!python/tuple [stable-1.4]
886 testtype: !!python/tuple [base]
887 - 'lttng-tools_{version}_{buildtype}':
888 buildtype: slesbuild
889 version: stable-2.8
890 ustversion: stable-2.8
891 arch: !!python/tuple [sles12sp2]
892 build: !!python/tuple [std]
893 conf: !!python/tuple [std]
894 urcuversion: !!python/tuple [stable-0.9]
895 babelversion: !!python/tuple [stable-1.4]
896 testtype: !!python/tuple [base]
897 - 'lttng-tools_{version}_{buildtype}':
898 buildtype: solarisbuild
899 version: stable-2.8
900 ustversion: stable-2.8
901 arch: !!python/tuple [sol10-i386, sol11-i386]
902 build: !!python/tuple [std]
903 conf: !!python/tuple [relayd-only]
904 urcuversion: !!python/tuple [stable-0.9]
905 babelversion: !!python/tuple [stable-1.4]
906 testtype: !!python/tuple [base]
907
908 # stable-2.7 #
909 - 'lttng-tools_{version}_{buildtype}':
910 buildtype: build
911 version: stable-2.7
912 ustversion: stable-2.7
913 arch: !!python/tuple [x86-32, x86-64]
914 build: !!python/tuple [std, oot, dist]
915 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
916 urcuversion: !!python/tuple [stable-0.9]
917 babelversion: !!python/tuple [stable-1.5]
918 testtype: !!python/tuple [base]
919 - 'lttng-tools_{version}_{buildtype}':
920 buildtype: portbuild
921 version: stable-2.7
922 ustversion: stable-2.7
923 arch: !!python/tuple [armhf, arm64, powerpc]
924 build: !!python/tuple [std]
925 conf: !!python/tuple [std, no-ust, agents]
926 urcuversion: !!python/tuple [stable-0.9]
927 babelversion: !!python/tuple [stable-1.5]
928 testtype: !!python/tuple [base]
929 - 'lttng-tools_{version}_{buildtype}':
930 buildtype: slesbuild
931 version: stable-2.7
932 ustversion: stable-2.7
933 arch: !!python/tuple [sles12sp2]
934 build: !!python/tuple [std]
935 conf: !!python/tuple [std]
936 urcuversion: !!python/tuple [stable-0.9]
937 babelversion: !!python/tuple [stable-1.5]
938 testtype: !!python/tuple [base]
939
940 - 'lttng-tools_{version}_cppcheck'
941 - 'lttng-tools_{version}_scan-build':
942 version: master
943 urcuversion: master
944 ustversion: master
945 - 'lttng-tools_{version}_scan-build':
946 version: stable-2.11
947 urcuversion: stable-0.10
948 ustversion: stable-2.11
949 - 'lttng-tools_{version}_scan-build':
950 version: stable-2.10
951 urcuversion: stable-0.9
952 ustversion: stable-2.10
953 - 'lttng-tools_{version}_scan-build':
954 version: stable-2.9
955 urcuversion: stable-0.9
956 ustversion: stable-2.9
957 - 'lttng-tools_{version}_scan-build':
958 version: stable-2.8
959 urcuversion: stable-0.9
960 ustversion: stable-2.8
961 - 'lttng-tools_{version}_scan-build':
962 version: stable-2.7
963 urcuversion: stable-0.9
964 ustversion: stable-2.7
965 #- 'lttng-tools_{version}_pylint'
966 - 'lttng-tools_{version}_coverity':
967 version: master
968 urcuversion: master
969 ustversion: master
970
971
972 - project:
973 name: dev_jgalar_lttng-tools
974 user: jgalar
975 github_user: jgalar
976 github_name: lttng-tools
977 email_to: 'jgalar@efficios.com'
978 jobs:
979 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
980 buildtype: build
981 version: master-staging
982 ustversion: master
983 arch: !!python/tuple [x86-32, x86-64]
984 build: !!python/tuple [std, oot, dist]
985 conf: !!python/tuple [std, no-ust, agents]
986 urcuversion: !!python/tuple [master]
987 babelversion: !!python/tuple [stable-1.5]
988 testtype: !!python/tuple [base]
989 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
990 buildtype: build
991 version: stable-2.11-staging
992 ustversion: stable-2.11
993 arch: !!python/tuple [x86-32, x86-64]
994 build: !!python/tuple [std, oot, dist]
995 conf: !!python/tuple [std, no-ust, agents]
996 urcuversion: !!python/tuple [stable-0.10]
997 babelversion: !!python/tuple [stable-1.5]
998 testtype: !!python/tuple [base]
999 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1000 buildtype: build
1001 version: stable-2.10-staging
1002 ustversion: stable-2.10
1003 arch: !!python/tuple [x86-32, x86-64]
1004 build: !!python/tuple [std, oot, dist]
1005 conf: !!python/tuple [std, no-ust, agents]
1006 urcuversion: !!python/tuple [stable-0.9]
1007 babelversion: !!python/tuple [stable-1.5]
1008 testtype: !!python/tuple [base]
1009 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1010 buildtype: build
1011 version: stable-2.9-staging
1012 ustversion: stable-2.9
1013 arch: !!python/tuple [x86-32, x86-64]
1014 build: !!python/tuple [std, oot, dist]
1015 conf: !!python/tuple [std, no-ust, agents]
1016 urcuversion: !!python/tuple [stable-0.9]
1017 babelversion: !!python/tuple [stable-1.5]
1018 testtype: !!python/tuple [base]
1019 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1020 buildtype: build
1021 version: stable-2.8-staging
1022 ustversion: stable-2.8
1023 arch: !!python/tuple [x86-32, x86-64]
1024 build: !!python/tuple [std, oot, dist]
1025 conf: !!python/tuple [std, no-ust, agents]
1026 urcuversion: !!python/tuple [stable-0.9]
1027 babelversion: !!python/tuple [stable-1.4]
1028 testtype: !!python/tuple [base]
1029 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1030 buildtype: build
1031 version: stable-2.7-staging
1032 ustversion: stable-2.7
1033 arch: !!python/tuple [x86-32, x86-64]
1034 build: !!python/tuple [std, oot, dist]
1035 conf: !!python/tuple [std, no-ust, agents]
1036 urcuversion: !!python/tuple [stable-0.9]
1037 babelversion: !!python/tuple [stable-1.5]
1038 testtype: !!python/tuple [base]
1039 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1040 buildtype: portbuild
1041 version: master-staging
1042 ustversion: master
1043 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
1044 build: !!python/tuple [std]
1045 conf: !!python/tuple [std, no-ust, agents]
1046 urcuversion: !!python/tuple [master]
1047 babelversion: !!python/tuple [stable-1.5]
1048 testtype: !!python/tuple [base]
1049 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1050 buildtype: portbuild
1051 version: stable-2.11-staging
1052 ustversion: stable-2.11
1053 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
1054 build: !!python/tuple [std]
1055 conf: !!python/tuple [std, no-ust, agents]
1056 urcuversion: !!python/tuple [stable-0.10]
1057 babelversion: !!python/tuple [stable-1.5]
1058 testtype: !!python/tuple [base]
1059 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1060 buildtype: portbuild
1061 version: stable-2.10-staging
1062 ustversion: stable-2.10
1063 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
1064 build: !!python/tuple [std]
1065 conf: !!python/tuple [std, no-ust, agents]
1066 urcuversion: !!python/tuple [stable-0.9]
1067 babelversion: !!python/tuple [stable-1.5]
1068 testtype: !!python/tuple [base]
1069 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1070 buildtype: portbuild
1071 version: stable-2.9-staging
1072 ustversion: stable-2.9
1073 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
1074 build: !!python/tuple [std]
1075 conf: !!python/tuple [std, no-ust, agents]
1076 urcuversion: !!python/tuple [stable-0.9]
1077 babelversion: !!python/tuple [stable-1.5]
1078 testtype: !!python/tuple [base]
1079 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1080 buildtype: portbuild
1081 version: stable-2.8-staging
1082 ustversion: stable-2.8
1083 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
1084 build: !!python/tuple [std]
1085 conf: !!python/tuple [std, no-ust, agents]
1086 urcuversion: !!python/tuple [stable-0.9]
1087 babelversion: !!python/tuple [stable-1.4]
1088 testtype: !!python/tuple [base]
1089 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1090 buildtype: portbuild
1091 version: stable-2.7-staging
1092 ustversion: stable-2.7
1093 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
1094 build: !!python/tuple [std]
1095 conf: !!python/tuple [std, no-ust, agents]
1096 urcuversion: !!python/tuple [stable-0.9]
1097 babelversion: !!python/tuple [stable-1.5]
1098 testtype: !!python/tuple [base]
1099 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1100 buildtype: macosxbuild
1101 version: master-staging
1102 ustversion: master
1103 arch: !!python/tuple [macosx]
1104 build: !!python/tuple [std]
1105 conf: !!python/tuple [relayd-only]
1106 urcuversion: !!python/tuple [master]
1107 babelversion: !!python/tuple [stable-1.5]
1108 testtype: !!python/tuple [base]
1109 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1110 buildtype: solarisbuild
1111 version: master-staging
1112 ustversion: master
1113 arch: !!python/tuple [sol10-i386, sol11-i386]
1114 build: !!python/tuple [std]
1115 conf: !!python/tuple [relayd-only]
1116 urcuversion: !!python/tuple [master]
1117 babelversion: !!python/tuple [stable-1.5]
1118 testtype: !!python/tuple [base]
This page took 0.051583 seconds and 5 git commands to generate.