Make sure to keep the core file when creating the archive
[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:
614 - workspace-cleanup
615
616# TODO
617- job-template:
618 name: lttng-tools_{version}_pylint
619 defaults: lttng-tools
16844a6d 620 node: 'amd64'
b4005bbf
MJ
621
622 scm: []
623
624 triggers:
625 - pollscm:
626 cron: "@daily"
627
628 builders:
629 - copyartifact:
16844a6d 630 project: lttng-tools-{version}/arch=amd64,build=std,conf=agents
b4005bbf 631 which-build: last-successful
3522265a 632 stable: false
b4005bbf
MJ
633 filter: 'build/**'
634 target: 'deps/lttng-tools'
635 do-not-fingerprint: true
636 - shell:
ef63064f 637 !include-raw-escape: scripts/lttng-tools/pylint.sh
b4005bbf
MJ
638
639 publishers:
640 - archive:
641 artifacts: 'pep8.out,pylint.out'
642 - violations:
643 pep8:
644 pattern: pep8.out
645 min: 10
646 max: 999
647 unstable: 999
648 pylint:
649 pattern: pylint.out
650 min: 10
651 max: 999
652 unstable: 999
dd00f858 653 - email-ext:
b4005bbf 654 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
655 reply-to: ci-notification@lists.lttng.org
656 always: false
657 unstable: false
658 first-failure: true
659 first-unstable: true
660 not-built: false
661 aborted: false
662 regression: false
663 failure: false
664 second-failure: false
665 improvement: false
666 still-failing: false
667 success: false
668 fixed: false
669 fixed-unhealthy: true
670 still-unstable: false
671 pre-build: false
672 matrix-trigger: only-parent
673 send-to:
674 - recipients
b4005bbf
MJ
675
676## Project
677- project:
678 name: lttng-tools
51ca880a
MJ
679 github_user: lttng
680 github_name: lttng-tools
dd00f858 681 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 682 version:
9beacf91
MJ
683 - stable-2.7
684 - stable-2.8
0a9d9a74 685 - stable-2.9
b631316e 686 - stable-2.10
7f5ffb7a 687 - stable-2.11
9beacf91 688 - master
b4005bbf 689 jobs:
81bf613d 690 # Master #
b4005bbf
MJ
691 - 'lttng-tools_{version}_{buildtype}':
692 buildtype: build
693 version: master
aa27566e 694 ustversion: master
16844a6d 695 arch: !!python/tuple [amd64]
b4005bbf 696 build: !!python/tuple [std, oot, dist]
3c81f138 697 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
b4005bbf 698 urcuversion: !!python/tuple [master]
21ae1ad6 699 babelversion: !!python/tuple [stable-1.5]
9699c0e7 700 testtype: !!python/tuple [base]
b4005bbf
MJ
701 - 'lttng-tools_{version}_{buildtype}':
702 buildtype: portbuild
703 version: master
aa27566e 704 ustversion: master
16844a6d 705 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b4005bbf 706 build: !!python/tuple [std]
67122b96 707 conf: !!python/tuple [std, no-ust, agents]
b4005bbf 708 urcuversion: !!python/tuple [master]
21ae1ad6 709 babelversion: !!python/tuple [stable-1.5]
9699c0e7 710 testtype: !!python/tuple [base]
b6e62a6a 711 - 'lttng-tools_{version}_{buildtype}':
81bf613d 712 buildtype: slesbuild
b6e62a6a
MJ
713 version: master
714 ustversion: master
81bf613d 715 arch: !!python/tuple [sles12sp2]
b6e62a6a 716 build: !!python/tuple [std]
81bf613d 717 conf: !!python/tuple [std]
b6e62a6a 718 urcuversion: !!python/tuple [master]
21ae1ad6 719 babelversion: !!python/tuple [stable-1.5]
9699c0e7 720 testtype: !!python/tuple [base]
b631316e
MJ
721 - 'lttng-tools_{version}_{buildtype}':
722 buildtype: macosxbuild
81bf613d
MJ
723 version: master
724 ustversion: master
b631316e
MJ
725 arch: !!python/tuple [macosx]
726 build: !!python/tuple [std]
727 conf: !!python/tuple [relayd-only]
81bf613d 728 urcuversion: !!python/tuple [master]
b631316e 729 babelversion: !!python/tuple [stable-1.5]
9699c0e7 730 testtype: !!python/tuple [base]
0a9d9a74 731 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
732 buildtype: solarisbuild
733 version: master
734 ustversion: master
995ac8f2 735 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
736 build: !!python/tuple [std]
737 conf: !!python/tuple [relayd-only]
81bf613d 738 urcuversion: !!python/tuple [master]
21ae1ad6 739 babelversion: !!python/tuple [stable-1.5]
9699c0e7 740 testtype: !!python/tuple [base]
81bf613d 741 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
742 version: master
743 ustversion: master
81bf613d 744 arch: !!python/tuple [cygwin, cygwin64]
b6e62a6a
MJ
745 build: !!python/tuple [std]
746 conf: !!python/tuple [relayd-only]
747 urcuversion: !!python/tuple [master]
21ae1ad6 748 babelversion: !!python/tuple [stable-1.5]
9699c0e7
JR
749 testtype: !!python/tuple [base]
750 - 'lttng-tools_{version}_long_regression':
751 buildtype: build
752 ustversion: master
16844a6d 753 arch: !!python/tuple [amd64]
9699c0e7
JR
754 build: !!python/tuple [std]
755 conf: !!python/tuple [std]
756 urcuversion: !!python/tuple [master]
757 babelversion: !!python/tuple [stable-1.5]
758 testtype: !!python/tuple [full]
81bf613d 759
7f5ffb7a
MJ
760 # stable-2.11
761 - 'lttng-tools_{version}_{buildtype}':
762 buildtype: build
763 version: stable-2.11
764 ustversion: stable-2.11
16844a6d 765 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
766 build: !!python/tuple [std, oot, dist]
767 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
768 urcuversion: !!python/tuple [stable-0.10]
769 babelversion: !!python/tuple [stable-1.5]
5349d986 770 testtype: !!python/tuple [base]
7f5ffb7a
MJ
771 - 'lttng-tools_{version}_{buildtype}':
772 buildtype: portbuild
773 version: stable-2.11
774 ustversion: stable-2.11
16844a6d 775 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
776 build: !!python/tuple [std]
777 conf: !!python/tuple [std, no-ust, agents]
778 urcuversion: !!python/tuple [stable-0.10]
779 babelversion: !!python/tuple [stable-1.5]
5349d986 780 testtype: !!python/tuple [base]
7f5ffb7a
MJ
781 - 'lttng-tools_{version}_{buildtype}':
782 buildtype: slesbuild
783 version: stable-2.11
784 ustversion: stable-2.11
785 arch: !!python/tuple [sles12sp2]
786 build: !!python/tuple [std]
787 conf: !!python/tuple [std]
788 urcuversion: !!python/tuple [stable-0.10]
789 babelversion: !!python/tuple [stable-1.5]
5349d986 790 testtype: !!python/tuple [base]
7f5ffb7a
MJ
791 - 'lttng-tools_{version}_{buildtype}':
792 buildtype: solarisbuild
793 version: stable-2.11
794 ustversion: stable-2.11
795 arch: !!python/tuple [sol10-i386, sol11-i386]
796 build: !!python/tuple [std]
797 conf: !!python/tuple [relayd-only]
798 urcuversion: !!python/tuple [stable-0.10]
799 babelversion: !!python/tuple [stable-1.5]
5349d986 800 testtype: !!python/tuple [base]
7f5ffb7a
MJ
801 - 'lttng-tools_{version}_{buildtype}':
802 buildtype: macosxbuild
803 version: stable-2.11
804 ustversion: stable-2.11
805 arch: !!python/tuple [macosx]
806 build: !!python/tuple [std]
807 conf: !!python/tuple [relayd-only]
808 urcuversion: !!python/tuple [stable-0.10]
809 babelversion: !!python/tuple [stable-1.5]
5349d986 810 testtype: !!python/tuple [base]
7f5ffb7a
MJ
811 - 'lttng-tools_{version}_winbuild':
812 version: stable-2.11
813 ustversion: stable-2.11
814 arch: !!python/tuple [cygwin, cygwin64]
815 build: !!python/tuple [std]
816 conf: !!python/tuple [relayd-only]
817 urcuversion: !!python/tuple [stable-0.10]
818 babelversion: !!python/tuple [stable-1.5]
5349d986 819 testtype: !!python/tuple [base]
7f5ffb7a 820
81bf613d 821 # stable-2.10
b631316e
MJ
822 - 'lttng-tools_{version}_{buildtype}':
823 buildtype: build
824 version: stable-2.10
825 ustversion: stable-2.10
16844a6d 826 arch: !!python/tuple [amd64]
b631316e
MJ
827 build: !!python/tuple [std, oot, dist]
828 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
829 urcuversion: !!python/tuple [stable-0.9]
830 babelversion: !!python/tuple [stable-1.5]
9699c0e7 831 testtype: !!python/tuple [base]
b631316e
MJ
832 - 'lttng-tools_{version}_{buildtype}':
833 buildtype: portbuild
834 version: stable-2.10
835 ustversion: stable-2.10
16844a6d 836 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
837 build: !!python/tuple [std]
838 conf: !!python/tuple [std, no-ust, agents]
839 urcuversion: !!python/tuple [stable-0.9]
840 babelversion: !!python/tuple [stable-1.5]
9699c0e7 841 testtype: !!python/tuple [base]
81bf613d
MJ
842 - 'lttng-tools_{version}_{buildtype}':
843 buildtype: slesbuild
844 version: stable-2.10
845 ustversion: stable-2.10
846 arch: !!python/tuple [sles12sp2]
847 build: !!python/tuple [std]
848 conf: !!python/tuple [std]
849 urcuversion: !!python/tuple [stable-0.9]
850 babelversion: !!python/tuple [stable-1.5]
9699c0e7 851 testtype: !!python/tuple [base]
b631316e
MJ
852 - 'lttng-tools_{version}_{buildtype}':
853 buildtype: solarisbuild
854 version: stable-2.10
855 ustversion: stable-2.10
995ac8f2 856 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
857 build: !!python/tuple [std]
858 conf: !!python/tuple [relayd-only]
859 urcuversion: !!python/tuple [stable-0.9]
860 babelversion: !!python/tuple [stable-1.5]
9699c0e7 861 testtype: !!python/tuple [base]
81bf613d
MJ
862 - 'lttng-tools_{version}_{buildtype}':
863 buildtype: macosxbuild
864 version: stable-2.10
865 ustversion: stable-2.10
866 arch: !!python/tuple [macosx]
867 build: !!python/tuple [std]
868 conf: !!python/tuple [relayd-only]
869 urcuversion: !!python/tuple [stable-0.9]
870 babelversion: !!python/tuple [stable-1.5]
9699c0e7 871 testtype: !!python/tuple [base]
81bf613d
MJ
872 - 'lttng-tools_{version}_winbuild':
873 version: stable-2.10
874 ustversion: stable-2.10
875 arch: !!python/tuple [cygwin, cygwin64]
876 build: !!python/tuple [std]
877 conf: !!python/tuple [relayd-only]
878 urcuversion: !!python/tuple [stable-0.9]
879 babelversion: !!python/tuple [stable-1.5]
9699c0e7 880 testtype: !!python/tuple [base]
81bf613d
MJ
881
882 # stable-2.9 #
0a9d9a74
MJ
883 - 'lttng-tools_{version}_{buildtype}':
884 buildtype: build
885 version: stable-2.9
886 ustversion: stable-2.9
16844a6d 887 arch: !!python/tuple [amd64]
0a9d9a74 888 build: !!python/tuple [std, oot, dist]
a53a056e 889 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
0a9d9a74 890 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 891 babelversion: !!python/tuple [stable-1.5]
9699c0e7 892 testtype: !!python/tuple [base]
0a9d9a74
MJ
893 - 'lttng-tools_{version}_{buildtype}':
894 buildtype: portbuild
895 version: stable-2.9
896 ustversion: stable-2.9
16844a6d 897 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 898 build: !!python/tuple [std]
67122b96 899 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 900 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 901 babelversion: !!python/tuple [stable-1.5]
9699c0e7 902 testtype: !!python/tuple [base]
81bf613d
MJ
903 - 'lttng-tools_{version}_{buildtype}':
904 buildtype: slesbuild
905 version: stable-2.9
906 ustversion: stable-2.9
907 arch: !!python/tuple [sles12sp2]
908 build: !!python/tuple [std]
909 conf: !!python/tuple [std]
910 urcuversion: !!python/tuple [stable-0.9]
911 babelversion: !!python/tuple [stable-1.5]
9699c0e7 912 testtype: !!python/tuple [base]
0a9d9a74
MJ
913 - 'lttng-tools_{version}_{buildtype}':
914 buildtype: solarisbuild
915 version: stable-2.9
916 ustversion: stable-2.9
995ac8f2 917 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
918 build: !!python/tuple [std]
919 conf: !!python/tuple [relayd-only]
920 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 921 babelversion: !!python/tuple [stable-1.5]
9699c0e7 922 testtype: !!python/tuple [base]
81bf613d
MJ
923 - 'lttng-tools_{version}_{buildtype}':
924 buildtype: macosxbuild
925 version: stable-2.9
926 ustversion: stable-2.9
927 arch: !!python/tuple [macosx]
928 build: !!python/tuple [std]
929 conf: !!python/tuple [relayd-only]
930 urcuversion: !!python/tuple [stable-0.9]
931 babelversion: !!python/tuple [stable-1.5]
9699c0e7 932 testtype: !!python/tuple [base]
81bf613d
MJ
933 - 'lttng-tools_{version}_winbuild':
934 version: stable-2.9
935 ustversion: stable-2.9
936 arch: !!python/tuple [cygwin, cygwin64]
937 build: !!python/tuple [std]
938 conf: !!python/tuple [relayd-only]
939 urcuversion: !!python/tuple [stable-0.9]
940 babelversion: !!python/tuple [stable-1.5]
9699c0e7 941 testtype: !!python/tuple [base]
81bf613d
MJ
942
943 # stable-2.8 #
20f81bbb
JR
944 - 'lttng-tools_{version}_{buildtype}':
945 buildtype: build
946 version: stable-2.8
aa27566e 947 ustversion: stable-2.8
16844a6d 948 arch: !!python/tuple [amd64]
20f81bbb 949 build: !!python/tuple [std, oot, dist]
a53a056e 950 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
20f81bbb 951 urcuversion: !!python/tuple [stable-0.9]
ecf9997a 952 babelversion: !!python/tuple [stable-1.4]
9699c0e7 953 testtype: !!python/tuple [base]
20f81bbb
JR
954 - 'lttng-tools_{version}_{buildtype}':
955 buildtype: portbuild
956 version: stable-2.8
aa27566e 957 ustversion: stable-2.8
16844a6d 958 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
20f81bbb 959 build: !!python/tuple [std]
67122b96 960 conf: !!python/tuple [std, no-ust, agents]
20f81bbb 961 urcuversion: !!python/tuple [stable-0.9]
ecf9997a 962 babelversion: !!python/tuple [stable-1.4]
9699c0e7 963 testtype: !!python/tuple [base]
81bf613d
MJ
964 - 'lttng-tools_{version}_{buildtype}':
965 buildtype: slesbuild
966 version: stable-2.8
967 ustversion: stable-2.8
968 arch: !!python/tuple [sles12sp2]
969 build: !!python/tuple [std]
970 conf: !!python/tuple [std]
971 urcuversion: !!python/tuple [stable-0.9]
972 babelversion: !!python/tuple [stable-1.4]
9699c0e7 973 testtype: !!python/tuple [base]
b6e62a6a
MJ
974 - 'lttng-tools_{version}_{buildtype}':
975 buildtype: solarisbuild
976 version: stable-2.8
977 ustversion: stable-2.8
995ac8f2 978 arch: !!python/tuple [sol10-i386, sol11-i386]
b6e62a6a
MJ
979 build: !!python/tuple [std]
980 conf: !!python/tuple [relayd-only]
981 urcuversion: !!python/tuple [stable-0.9]
982 babelversion: !!python/tuple [stable-1.4]
9699c0e7 983 testtype: !!python/tuple [base]
81bf613d
MJ
984
985 # stable-2.7 #
b4005bbf
MJ
986 - 'lttng-tools_{version}_{buildtype}':
987 buildtype: build
988 version: stable-2.7
aa27566e 989 ustversion: stable-2.7
16844a6d 990 arch: !!python/tuple [amd64]
b4005bbf 991 build: !!python/tuple [std, oot, dist]
a53a056e 992 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
0b475830 993 urcuversion: !!python/tuple [stable-0.9]
04e97f85 994 babelversion: !!python/tuple [stable-1.5]
9699c0e7 995 testtype: !!python/tuple [base]
b4005bbf
MJ
996 - 'lttng-tools_{version}_{buildtype}':
997 buildtype: portbuild
998 version: stable-2.7
aa27566e 999 ustversion: stable-2.7
027ddec8 1000 arch: !!python/tuple [armhf, arm64, powerpc]
b4005bbf 1001 build: !!python/tuple [std]
67122b96 1002 conf: !!python/tuple [std, no-ust, agents]
0b475830 1003 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1004 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1005 testtype: !!python/tuple [base]
81bf613d
MJ
1006 - 'lttng-tools_{version}_{buildtype}':
1007 buildtype: slesbuild
1008 version: stable-2.7
1009 ustversion: stable-2.7
1010 arch: !!python/tuple [sles12sp2]
61afb3c3 1011 build: !!python/tuple [std]
81bf613d 1012 conf: !!python/tuple [std]
61afb3c3 1013 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1014 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1015 testtype: !!python/tuple [base]
81bf613d 1016
61afb3c3
MJ
1017 - 'lttng-tools_{version}_cppcheck'
1018 - 'lttng-tools_{version}_scan-build':
1019 version: master
1020 urcuversion: master
1021 ustversion: master
7f5ffb7a
MJ
1022 - 'lttng-tools_{version}_scan-build':
1023 version: stable-2.11
1024 urcuversion: stable-0.10
1025 ustversion: stable-2.11
b631316e
MJ
1026 - 'lttng-tools_{version}_scan-build':
1027 version: stable-2.10
1028 urcuversion: stable-0.9
1029 ustversion: stable-2.10
61afb3c3
MJ
1030 - 'lttng-tools_{version}_scan-build':
1031 version: stable-2.9
1032 urcuversion: stable-0.9
1033 ustversion: stable-2.9
1034 - 'lttng-tools_{version}_scan-build':
1035 version: stable-2.8
1036 urcuversion: stable-0.9
1037 ustversion: stable-2.8
1038 - 'lttng-tools_{version}_scan-build':
1039 version: stable-2.7
1040 urcuversion: stable-0.9
1041 ustversion: stable-2.7
1042 #- 'lttng-tools_{version}_pylint'
1043 - 'lttng-tools_{version}_coverity':
1044 version: master
1045 urcuversion: master
1046 ustversion: master
1047
1048
1049- project:
1050 name: dev_jgalar_lttng-tools
1051 user: jgalar
1052 github_user: jgalar
1053 github_name: lttng-tools
dd00f858 1054 email_to: 'jgalar@efficios.com'
61afb3c3 1055 jobs:
7671741c 1056 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1057 buildtype: build
1058 version: master-staging
aa27566e 1059 ustversion: master
16844a6d 1060 arch: !!python/tuple [amd64]
7671741c 1061 build: !!python/tuple [std, oot, dist]
67122b96 1062 conf: !!python/tuple [std, no-ust, agents]
7671741c 1063 urcuversion: !!python/tuple [master]
21ae1ad6 1064 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1065 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1066 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1067 buildtype: build
1068 version: stable-2.11-staging
1069 ustversion: stable-2.11
16844a6d 1070 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
1071 build: !!python/tuple [std, oot, dist]
1072 conf: !!python/tuple [std, no-ust, agents]
1073 urcuversion: !!python/tuple [stable-0.10]
1074 babelversion: !!python/tuple [stable-1.5]
5349d986 1075 testtype: !!python/tuple [base]
b631316e
MJ
1076 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1077 buildtype: build
1078 version: stable-2.10-staging
1079 ustversion: stable-2.10
16844a6d 1080 arch: !!python/tuple [amd64]
b631316e
MJ
1081 build: !!python/tuple [std, oot, dist]
1082 conf: !!python/tuple [std, no-ust, agents]
1083 urcuversion: !!python/tuple [stable-0.9]
1084 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1085 testtype: !!python/tuple [base]
0a9d9a74 1086 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1087 buildtype: build
1088 version: stable-2.9-staging
1089 ustversion: stable-2.9
16844a6d 1090 arch: !!python/tuple [amd64]
0a9d9a74 1091 build: !!python/tuple [std, oot, dist]
67122b96 1092 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1093 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1094 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1095 testtype: !!python/tuple [base]
7671741c 1096 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1097 buildtype: build
1098 version: stable-2.8-staging
aa27566e 1099 ustversion: stable-2.8
16844a6d 1100 arch: !!python/tuple [amd64]
7671741c 1101 build: !!python/tuple [std, oot, dist]
67122b96 1102 conf: !!python/tuple [std, no-ust, agents]
7671741c
MJ
1103 urcuversion: !!python/tuple [stable-0.9]
1104 babelversion: !!python/tuple [stable-1.4]
9699c0e7 1105 testtype: !!python/tuple [base]
7671741c 1106 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1107 buildtype: build
1108 version: stable-2.7-staging
aa27566e 1109 ustversion: stable-2.7
16844a6d 1110 arch: !!python/tuple [amd64]
7671741c 1111 build: !!python/tuple [std, oot, dist]
67122b96 1112 conf: !!python/tuple [std, no-ust, agents]
7671741c 1113 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1114 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1115 testtype: !!python/tuple [base]
6e5203a5 1116 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1117 buildtype: portbuild
1118 version: master-staging
1119 ustversion: master
16844a6d 1120 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1121 build: !!python/tuple [std]
67122b96 1122 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1123 urcuversion: !!python/tuple [master]
21ae1ad6 1124 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1125 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1126 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1127 buildtype: portbuild
1128 version: stable-2.11-staging
1129 ustversion: stable-2.11
16844a6d 1130 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1131 build: !!python/tuple [std]
1132 conf: !!python/tuple [std, no-ust, agents]
1133 urcuversion: !!python/tuple [stable-0.10]
1134 babelversion: !!python/tuple [stable-1.5]
5349d986 1135 testtype: !!python/tuple [base]
b631316e
MJ
1136 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1137 buildtype: portbuild
1138 version: stable-2.10-staging
1139 ustversion: stable-2.10
16844a6d 1140 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1141 build: !!python/tuple [std]
1142 conf: !!python/tuple [std, no-ust, agents]
1143 urcuversion: !!python/tuple [stable-0.9]
1144 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1145 testtype: !!python/tuple [base]
0a9d9a74 1146 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1147 buildtype: portbuild
1148 version: stable-2.9-staging
1149 ustversion: stable-2.9
16844a6d 1150 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1151 build: !!python/tuple [std]
67122b96 1152 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1153 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1154 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1155 testtype: !!python/tuple [base]
6e5203a5 1156 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1157 buildtype: portbuild
1158 version: stable-2.8-staging
1159 ustversion: stable-2.8
16844a6d 1160 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1161 build: !!python/tuple [std]
67122b96 1162 conf: !!python/tuple [std, no-ust, agents]
6e5203a5
JR
1163 urcuversion: !!python/tuple [stable-0.9]
1164 babelversion: !!python/tuple [stable-1.4]
9699c0e7 1165 testtype: !!python/tuple [base]
6e5203a5 1166 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1167 buildtype: portbuild
1168 version: stable-2.7-staging
1169 ustversion: stable-2.7
16844a6d 1170 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1171 build: !!python/tuple [std]
67122b96 1172 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1173 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1174 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1175 testtype: !!python/tuple [base]
bae34da3 1176 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
1177 buildtype: macosxbuild
1178 version: master-staging
1179 ustversion: master
1180 arch: !!python/tuple [macosx]
1181 build: !!python/tuple [std]
1182 conf: !!python/tuple [relayd-only]
1183 urcuversion: !!python/tuple [master]
21ae1ad6 1184 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1185 testtype: !!python/tuple [base]
a23306a6 1186 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1187 buildtype: solarisbuild
1188 version: master-staging
1189 ustversion: master
995ac8f2 1190 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1191 build: !!python/tuple [std]
1192 conf: !!python/tuple [relayd-only]
1193 urcuversion: !!python/tuple [master]
21ae1ad6 1194 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1195 testtype: !!python/tuple [base]
This page took 0.08661 seconds and 4 git commands to generate.