jjb: babeltrace: Update dev jobs for bt2
[lttng-ci.git] / jobs / lttng-tools.yaml
CommitLineData
b4005bbf
MJ
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
b4005bbf 13 wrappers:
b4005bbf 14 - ansicolor
67122b96 15 - timeout:
61afb3c3 16 timeout: 90
67122b96
MJ
17 fail: true
18 type: absolute
61afb3c3
MJ
19 - timestamps
20 - workspace-cleanup:
21 clean-if:
22 - failure: false
b4005bbf
MJ
23
24 scm:
25 - git:
a0433b63 26 url: git://github.com/{github_user}/{github_name}.git
b4005bbf 27 browser: githubweb
51ca880a 28 browser-url: https://github.com/{github_user}/{github_name}
b4005bbf
MJ
29 branches:
30 - origin/{version}
212d2afd 31 basedir: src/lttng-tools
b6e62a6a 32 skip-tag: true
61afb3c3 33 git-tool: jgit
b4005bbf
MJ
34
35 triggers:
36 - pollscm:
37 cron: "@hourly"
38
39 properties:
69f05d59
MJ
40 - inject:
41 properties-content: |
42 PROJECT_NAME=lttng-tools
b4005bbf 43 - github:
51ca880a 44 url: https://github.com/{github_user}/{github_name}
edf72710 45 - build-discarder:
a3636f24
JR
46 num-to-keep: 20
47 artifact-num-to-keep: 2
b4005bbf
MJ
48
49
61afb3c3
MJ
50## Anchors
51- lttng-tools_build_axes_defaults: &lttng-tools_build_axes_defaults
52 name: 'lttng-tools_build_axes_defaults'
b4005bbf 53 project-type: matrix
ca8c6144 54 node: 'master' # Applies only to matrix flyweight task
b4005bbf
MJ
55 axes:
56 - axis:
57 type: slave
58 name: arch
59 values: '{obj:arch}'
60 - axis:
61 type: user-defined
62 name: conf
95654431 63 values: '{obj:conf}'
b4005bbf
MJ
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}'
9699c0e7
JR
76 - axis:
77 type: user-defined
78 name: test_type
79 values: '{obj:testtype}'
b4005bbf 80
61afb3c3
MJ
81- lttng-tools_build_builders_defaults: &lttng-tools_build_builders_defaults
82 name: 'lttng-tools_build_builders_defaults'
b4005bbf
MJ
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
3522265a 93 stable: false
b4005bbf
MJ
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
3522265a 100 stable: false
b4005bbf
MJ
101 filter: 'build/**'
102 target: 'deps/babeltrace'
103 do-not-fingerprint: true
104 - copyartifact:
aa27566e 105 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
b4005bbf 106 which-build: last-successful
3522265a 107 stable: false
b4005bbf
MJ
108 filter: 'build/**'
109 target: 'deps/lttng-ust'
110 do-not-fingerprint: true
111 - conditional-step:
112 condition-kind: regex-match
113 label: '$conf'
67122b96 114 regex: no-ust
b4005bbf
MJ
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
3522265a 120 stable: false
b4005bbf
MJ
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
3522265a 127 stable: false
b4005bbf
MJ
128 filter: 'build/**'
129 target: 'deps/babeltrace'
130 do-not-fingerprint: true
131 - copyartifact:
aa27566e 132 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=std,build=std
b4005bbf 133 which-build: last-successful
3522265a 134 stable: false
b4005bbf
MJ
135 filter: 'build/**'
136 target: 'deps/lttng-ust'
137 do-not-fingerprint: true
138 - conditional-step:
139 condition-kind: regex-match
140 label: '$conf'
67122b96 141 regex: agents
b4005bbf
MJ
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
3522265a 147 stable: false
b4005bbf
MJ
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
3522265a 154 stable: false
b4005bbf
MJ
155 filter: 'build/**'
156 target: 'deps/babeltrace'
157 do-not-fingerprint: true
158 - copyartifact:
aa27566e 159 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
b4005bbf 160 which-build: last-successful
3522265a 161 stable: false
b4005bbf
MJ
162 filter: 'build/**'
163 target: 'deps/lttng-ust'
164 do-not-fingerprint: true
b6e62a6a
MJ
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
3522265a 174 stable: false
b6e62a6a
MJ
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
3522265a 181 stable: false
b6e62a6a
MJ
182 filter: 'build/**'
183 target: 'deps/babeltrace'
184 do-not-fingerprint: true
3c81f138
JR
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
aae4e179
JR
212 - shell:
213 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
b4005bbf 214 - shell:
ef63064f 215 !include-raw-escape: scripts/lttng-tools/build.sh
b4005bbf 216
61afb3c3
MJ
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}}'
8f541678 260 condition-string2: 'msys2-mingw32'
61afb3c3
MJ
261 steps:
262 - inject:
263 properties-content: 'MSYSTEM=MINGW32'
264 - shell:
265 !include-raw-escape:
8f541678 266 - scripts/common/msys2-shebang
61afb3c3
MJ
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}}'
8f541678 273 condition-string2: 'msys2-mingw64'
61afb3c3
MJ
274 steps:
275 - inject:
276 properties-content: 'MSYSTEM=MINGW64'
277 - shell:
278 !include-raw-escape:
8f541678 279 - scripts/common/msys2-shebang
61afb3c3
MJ
280 - scripts/common/cygwin-prefix
281 - scripts/lttng-tools/build.sh
282
dd00f858
JR
283- lttng-tools_build_publishers_dev: &lttng-tools_build_publishers_dev
284 name: 'lttng-tools_build_publishers_dev'
b4005bbf 285 publishers:
0a028cf6
JR
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
b4005bbf
MJ
299 - tap:
300 results: 'tap/**/*.tap'
301 failed-tests-mark-build-as-failure: true
95654431 302 todo-is-failure: false
b4005bbf
MJ
303 - warnings:
304 console-log-parsers:
305 - 'GNU Make + GNU C Compiler (gcc)'
51ca880a
MJ
306 total-thresholds:
307 unstable:
d2c76ee5
MJ
308 total-all: 0
309 total-high: 0
310 total-normal: 0
311 total-low: 0
3a45a6a5
JR
312 - archive:
313 artifacts: 'build/**, deps/**'
314 allow-empty: false
2cc29ca7
JR
315 - workspace-cleanup:
316 clean-if:
317 - failure: false
dd00f858
JR
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
61afb3c3
MJ
339
340- lttng-tools_build_publishers_prod: &lttng-tools_build_publishers_prod
341 name: 'lttng-tools_build_publishers_prod'
342 publishers:
0a028cf6
JR
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
0efb2471
JR
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
61afb3c3 372 - archive:
d3fdfb38 373 artifacts: 'build/**, deps/**'
61afb3c3 374 allow-empty: false
dd00f858
JR
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
b4005bbf 397
c4952db9
MJ
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
61afb3c3 443## Templates
7671741c 444- job-template:
61afb3c3
MJ
445 name: lttng-tools_{version}_{buildtype}
446 defaults: lttng-tools
7671741c 447
61afb3c3
MJ
448 <<: *lttng-tools_build_axes_defaults
449 <<: *lttng-tools_build_builders_defaults
61afb3c3
MJ
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
9699c0e7
JR
459- job-template:
460 name: lttng-tools_{version}_long_regression
461 defaults: lttng-tools
462 wrappers:
463 - ansicolor
464 - timeout:
16844a6d 465 timeout: 10
9699c0e7
JR
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
61afb3c3
MJ
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
c4952db9 490 <<: *lttng-tools_build_publishers_win
61afb3c3
MJ
491
492- job-template:
493 name: dev_{user}_lttng-tools_{version}_{buildtype}
494 defaults: lttng-tools
7671741c 495
61afb3c3
MJ
496 <<: *lttng-tools_build_axes_defaults
497 <<: *lttng-tools_build_builders_defaults
dd00f858 498 <<: *lttng-tools_build_publishers_dev
7671741c 499
b4005bbf
MJ
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: |
5279b0f2
MJ
510 rm -f cppcheck-result.xml
511 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
b4005bbf
MJ
512
513 publishers:
514 - archive:
5279b0f2 515 artifacts: 'cppcheck-result.xml'
b4005bbf
MJ
516 allow-empty: false
517 - cppcheck:
5279b0f2 518 pattern: 'cppcheck-result.xml'
dd00f858 519 - email-ext:
b4005bbf 520 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
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
b4005bbf
MJ
541
542- job-template:
543 name: lttng-tools_{version}_scan-build
544 defaults: lttng-tools
16844a6d 545 node: 'amd64'
b4005bbf
MJ
546
547 triggers:
548 - pollscm:
549 cron: "@daily"
550
551 builders:
552 - copyartifact:
16844a6d 553 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 554 which-build: last-successful
3522265a 555 stable: false
b4005bbf
MJ
556 filter: 'build/**'
557 target: 'deps/liburcu'
558 do-not-fingerprint: true
559 - copyartifact:
16844a6d 560 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 561 which-build: last-successful
3522265a 562 stable: false
b4005bbf
MJ
563 filter: 'build/**'
564 target: 'deps/lttng-ust'
565 do-not-fingerprint: true
566 - shell:
69f05d59 567 !include-raw-escape: scripts/common/scan-build.sh
b4005bbf
MJ
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
16844a6d 578 node: 'amd64'
b4005bbf
MJ
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:
16844a6d 597 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 598 which-build: last-successful
3522265a 599 stable: false
b4005bbf
MJ
600 filter: 'build/**'
601 target: 'deps/liburcu'
602 do-not-fingerprint: true
603 - copyartifact:
16844a6d 604 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 605 which-build: last-successful
3522265a 606 stable: false
b4005bbf
MJ
607 filter: 'build/**'
608 target: 'deps/lttng-ust'
609 do-not-fingerprint: true
610 - shell:
ef63064f 611 !include-raw-escape: scripts/common/coverity.sh
b4005bbf
MJ
612
613 publishers:
96e8f697
MJ
614 - archive:
615 artifacts: 'analysis-results.tgz,cov-int/**'
616 allow-empty: false
b4005bbf
MJ
617 - workspace-cleanup
618
619# TODO
620- job-template:
621 name: lttng-tools_{version}_pylint
622 defaults: lttng-tools
16844a6d 623 node: 'amd64'
b4005bbf
MJ
624
625 scm: []
626
627 triggers:
628 - pollscm:
629 cron: "@daily"
630
631 builders:
632 - copyartifact:
16844a6d 633 project: lttng-tools-{version}/arch=amd64,build=std,conf=agents
b4005bbf 634 which-build: last-successful
3522265a 635 stable: false
b4005bbf
MJ
636 filter: 'build/**'
637 target: 'deps/lttng-tools'
638 do-not-fingerprint: true
639 - shell:
ef63064f 640 !include-raw-escape: scripts/lttng-tools/pylint.sh
b4005bbf
MJ
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
dd00f858 656 - email-ext:
b4005bbf 657 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
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
b4005bbf
MJ
678
679## Project
680- project:
681 name: lttng-tools
51ca880a
MJ
682 github_user: lttng
683 github_name: lttng-tools
dd00f858 684 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 685 version:
9beacf91 686 - stable-2.8
0a9d9a74 687 - stable-2.9
b631316e 688 - stable-2.10
7f5ffb7a 689 - stable-2.11
9beacf91 690 - master
b4005bbf 691 jobs:
81bf613d 692 # Master #
b4005bbf
MJ
693 - 'lttng-tools_{version}_{buildtype}':
694 buildtype: build
695 version: master
aa27566e 696 ustversion: master
16844a6d 697 arch: !!python/tuple [amd64]
b4005bbf 698 build: !!python/tuple [std, oot, dist]
3c81f138 699 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
b4005bbf 700 urcuversion: !!python/tuple [master]
21ae1ad6 701 babelversion: !!python/tuple [stable-1.5]
9699c0e7 702 testtype: !!python/tuple [base]
b4005bbf
MJ
703 - 'lttng-tools_{version}_{buildtype}':
704 buildtype: portbuild
705 version: master
aa27566e 706 ustversion: master
16844a6d 707 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b4005bbf 708 build: !!python/tuple [std]
67122b96 709 conf: !!python/tuple [std, no-ust, agents]
b4005bbf 710 urcuversion: !!python/tuple [master]
21ae1ad6 711 babelversion: !!python/tuple [stable-1.5]
9699c0e7 712 testtype: !!python/tuple [base]
b6e62a6a 713 - 'lttng-tools_{version}_{buildtype}':
81bf613d 714 buildtype: slesbuild
b6e62a6a
MJ
715 version: master
716 ustversion: master
81bf613d 717 arch: !!python/tuple [sles12sp2]
b6e62a6a 718 build: !!python/tuple [std]
81bf613d 719 conf: !!python/tuple [std]
b6e62a6a 720 urcuversion: !!python/tuple [master]
21ae1ad6 721 babelversion: !!python/tuple [stable-1.5]
9699c0e7 722 testtype: !!python/tuple [base]
b631316e
MJ
723 - 'lttng-tools_{version}_{buildtype}':
724 buildtype: macosxbuild
81bf613d
MJ
725 version: master
726 ustversion: master
b631316e
MJ
727 arch: !!python/tuple [macosx]
728 build: !!python/tuple [std]
729 conf: !!python/tuple [relayd-only]
81bf613d 730 urcuversion: !!python/tuple [master]
b631316e 731 babelversion: !!python/tuple [stable-1.5]
9699c0e7 732 testtype: !!python/tuple [base]
0a9d9a74 733 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
734 buildtype: solarisbuild
735 version: master
736 ustversion: master
995ac8f2 737 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
738 build: !!python/tuple [std]
739 conf: !!python/tuple [relayd-only]
81bf613d 740 urcuversion: !!python/tuple [master]
21ae1ad6 741 babelversion: !!python/tuple [stable-1.5]
9699c0e7 742 testtype: !!python/tuple [base]
81bf613d 743 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
744 version: master
745 ustversion: master
81bf613d 746 arch: !!python/tuple [cygwin, cygwin64]
b6e62a6a
MJ
747 build: !!python/tuple [std]
748 conf: !!python/tuple [relayd-only]
749 urcuversion: !!python/tuple [master]
21ae1ad6 750 babelversion: !!python/tuple [stable-1.5]
9699c0e7
JR
751 testtype: !!python/tuple [base]
752 - 'lttng-tools_{version}_long_regression':
753 buildtype: build
754 ustversion: master
16844a6d 755 arch: !!python/tuple [amd64]
9699c0e7
JR
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]
81bf613d 761
7f5ffb7a
MJ
762 # stable-2.11
763 - 'lttng-tools_{version}_{buildtype}':
764 buildtype: build
765 version: stable-2.11
766 ustversion: stable-2.11
16844a6d 767 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
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]
5349d986 772 testtype: !!python/tuple [base]
7f5ffb7a
MJ
773 - 'lttng-tools_{version}_{buildtype}':
774 buildtype: portbuild
775 version: stable-2.11
776 ustversion: stable-2.11
16844a6d 777 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
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]
5349d986 782 testtype: !!python/tuple [base]
7f5ffb7a
MJ
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]
5349d986 792 testtype: !!python/tuple [base]
7f5ffb7a
MJ
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]
5349d986 802 testtype: !!python/tuple [base]
7f5ffb7a
MJ
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]
5349d986 812 testtype: !!python/tuple [base]
7f5ffb7a
MJ
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]
5349d986 821 testtype: !!python/tuple [base]
7f5ffb7a 822
81bf613d 823 # stable-2.10
b631316e
MJ
824 - 'lttng-tools_{version}_{buildtype}':
825 buildtype: build
826 version: stable-2.10
827 ustversion: stable-2.10
16844a6d 828 arch: !!python/tuple [amd64]
b631316e
MJ
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]
9699c0e7 833 testtype: !!python/tuple [base]
b631316e
MJ
834 - 'lttng-tools_{version}_{buildtype}':
835 buildtype: portbuild
836 version: stable-2.10
837 ustversion: stable-2.10
16844a6d 838 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
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]
9699c0e7 843 testtype: !!python/tuple [base]
81bf613d
MJ
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]
9699c0e7 853 testtype: !!python/tuple [base]
b631316e
MJ
854 - 'lttng-tools_{version}_{buildtype}':
855 buildtype: solarisbuild
856 version: stable-2.10
857 ustversion: stable-2.10
995ac8f2 858 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
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]
9699c0e7 863 testtype: !!python/tuple [base]
81bf613d
MJ
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]
9699c0e7 873 testtype: !!python/tuple [base]
81bf613d
MJ
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]
9699c0e7 882 testtype: !!python/tuple [base]
81bf613d
MJ
883
884 # stable-2.9 #
0a9d9a74
MJ
885 - 'lttng-tools_{version}_{buildtype}':
886 buildtype: build
887 version: stable-2.9
888 ustversion: stable-2.9
16844a6d 889 arch: !!python/tuple [amd64]
0a9d9a74 890 build: !!python/tuple [std, oot, dist]
a53a056e 891 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
0a9d9a74 892 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 893 babelversion: !!python/tuple [stable-1.5]
9699c0e7 894 testtype: !!python/tuple [base]
0a9d9a74
MJ
895 - 'lttng-tools_{version}_{buildtype}':
896 buildtype: portbuild
897 version: stable-2.9
898 ustversion: stable-2.9
16844a6d 899 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 900 build: !!python/tuple [std]
67122b96 901 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 902 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 903 babelversion: !!python/tuple [stable-1.5]
9699c0e7 904 testtype: !!python/tuple [base]
81bf613d
MJ
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]
9699c0e7 914 testtype: !!python/tuple [base]
0a9d9a74
MJ
915 - 'lttng-tools_{version}_{buildtype}':
916 buildtype: solarisbuild
917 version: stable-2.9
918 ustversion: stable-2.9
995ac8f2 919 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
920 build: !!python/tuple [std]
921 conf: !!python/tuple [relayd-only]
922 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 923 babelversion: !!python/tuple [stable-1.5]
9699c0e7 924 testtype: !!python/tuple [base]
81bf613d
MJ
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]
9699c0e7 934 testtype: !!python/tuple [base]
81bf613d
MJ
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]
9699c0e7 943 testtype: !!python/tuple [base]
81bf613d
MJ
944
945 # stable-2.8 #
20f81bbb
JR
946 - 'lttng-tools_{version}_{buildtype}':
947 buildtype: build
948 version: stable-2.8
aa27566e 949 ustversion: stable-2.8
16844a6d 950 arch: !!python/tuple [amd64]
20f81bbb 951 build: !!python/tuple [std, oot, dist]
a53a056e 952 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
20f81bbb 953 urcuversion: !!python/tuple [stable-0.9]
485ddac1 954 babelversion: !!python/tuple [stable-1.5]
9699c0e7 955 testtype: !!python/tuple [base]
20f81bbb
JR
956 - 'lttng-tools_{version}_{buildtype}':
957 buildtype: portbuild
958 version: stable-2.8
aa27566e 959 ustversion: stable-2.8
16844a6d 960 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
20f81bbb 961 build: !!python/tuple [std]
67122b96 962 conf: !!python/tuple [std, no-ust, agents]
20f81bbb 963 urcuversion: !!python/tuple [stable-0.9]
485ddac1 964 babelversion: !!python/tuple [stable-1.5]
9699c0e7 965 testtype: !!python/tuple [base]
81bf613d
MJ
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]
485ddac1 974 babelversion: !!python/tuple [stable-1.5]
9699c0e7 975 testtype: !!python/tuple [base]
b6e62a6a
MJ
976 - 'lttng-tools_{version}_{buildtype}':
977 buildtype: solarisbuild
978 version: stable-2.8
979 ustversion: stable-2.8
995ac8f2 980 arch: !!python/tuple [sol10-i386, sol11-i386]
b6e62a6a
MJ
981 build: !!python/tuple [std]
982 conf: !!python/tuple [relayd-only]
983 urcuversion: !!python/tuple [stable-0.9]
485ddac1 984 babelversion: !!python/tuple [stable-1.5]
9699c0e7 985 testtype: !!python/tuple [base]
81bf613d
MJ
986
987 # stable-2.7 #
81bf613d
MJ
988 - 'lttng-tools_{version}_{buildtype}':
989 buildtype: slesbuild
990 version: stable-2.7
991 ustversion: stable-2.7
992 arch: !!python/tuple [sles12sp2]
61afb3c3 993 build: !!python/tuple [std]
81bf613d 994 conf: !!python/tuple [std]
61afb3c3 995 urcuversion: !!python/tuple [stable-0.9]
04e97f85 996 babelversion: !!python/tuple [stable-1.5]
9699c0e7 997 testtype: !!python/tuple [base]
81bf613d 998
61afb3c3
MJ
999 - 'lttng-tools_{version}_cppcheck'
1000 - 'lttng-tools_{version}_scan-build':
1001 version: master
1002 urcuversion: master
1003 ustversion: master
7f5ffb7a
MJ
1004 - 'lttng-tools_{version}_scan-build':
1005 version: stable-2.11
1006 urcuversion: stable-0.10
1007 ustversion: stable-2.11
b631316e
MJ
1008 - 'lttng-tools_{version}_scan-build':
1009 version: stable-2.10
1010 urcuversion: stable-0.9
1011 ustversion: stable-2.10
61afb3c3
MJ
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
61afb3c3
MJ
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
dd00f858 1031 email_to: 'jgalar@efficios.com'
61afb3c3 1032 jobs:
7671741c 1033 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1034 buildtype: build
1035 version: master-staging
aa27566e 1036 ustversion: master
16844a6d 1037 arch: !!python/tuple [amd64]
7671741c 1038 build: !!python/tuple [std, oot, dist]
67122b96 1039 conf: !!python/tuple [std, no-ust, agents]
7671741c 1040 urcuversion: !!python/tuple [master]
21ae1ad6 1041 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1042 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1043 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1044 buildtype: build
1045 version: stable-2.11-staging
1046 ustversion: stable-2.11
16844a6d 1047 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
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]
5349d986 1052 testtype: !!python/tuple [base]
b631316e
MJ
1053 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1054 buildtype: build
1055 version: stable-2.10-staging
1056 ustversion: stable-2.10
16844a6d 1057 arch: !!python/tuple [amd64]
b631316e
MJ
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]
9699c0e7 1062 testtype: !!python/tuple [base]
0a9d9a74 1063 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1064 buildtype: build
1065 version: stable-2.9-staging
1066 ustversion: stable-2.9
16844a6d 1067 arch: !!python/tuple [amd64]
0a9d9a74 1068 build: !!python/tuple [std, oot, dist]
67122b96 1069 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1070 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1071 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1072 testtype: !!python/tuple [base]
7671741c 1073 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1074 buildtype: build
1075 version: stable-2.8-staging
aa27566e 1076 ustversion: stable-2.8
16844a6d 1077 arch: !!python/tuple [amd64]
7671741c 1078 build: !!python/tuple [std, oot, dist]
67122b96 1079 conf: !!python/tuple [std, no-ust, agents]
7671741c 1080 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1081 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1082 testtype: !!python/tuple [base]
6e5203a5 1083 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1084 buildtype: portbuild
1085 version: master-staging
1086 ustversion: master
16844a6d 1087 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1088 build: !!python/tuple [std]
67122b96 1089 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1090 urcuversion: !!python/tuple [master]
21ae1ad6 1091 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1092 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1093 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1094 buildtype: portbuild
1095 version: stable-2.11-staging
1096 ustversion: stable-2.11
16844a6d 1097 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
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]
5349d986 1102 testtype: !!python/tuple [base]
b631316e
MJ
1103 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1104 buildtype: portbuild
1105 version: stable-2.10-staging
1106 ustversion: stable-2.10
16844a6d 1107 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
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]
9699c0e7 1112 testtype: !!python/tuple [base]
0a9d9a74 1113 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1114 buildtype: portbuild
1115 version: stable-2.9-staging
1116 ustversion: stable-2.9
16844a6d 1117 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1118 build: !!python/tuple [std]
67122b96 1119 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1120 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1121 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1122 testtype: !!python/tuple [base]
6e5203a5 1123 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1124 buildtype: portbuild
1125 version: stable-2.8-staging
1126 ustversion: stable-2.8
16844a6d 1127 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1128 build: !!python/tuple [std]
67122b96 1129 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1130 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1131 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1132 testtype: !!python/tuple [base]
bae34da3 1133 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
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]
21ae1ad6 1141 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1142 testtype: !!python/tuple [base]
a23306a6 1143 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1144 buildtype: solarisbuild
1145 version: master-staging
1146 ustversion: master
995ac8f2 1147 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1148 build: !!python/tuple [std]
1149 conf: !!python/tuple [relayd-only]
1150 urcuversion: !!python/tuple [master]
21ae1ad6 1151 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1152 testtype: !!python/tuple [base]
This page took 0.083357 seconds and 4 git commands to generate.