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