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