jjb: Split gerrit category by build type
[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:
c83b390a 16 timeout: 30
733146f2 17 fail: true
c83b390a 18 type: no-activity
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
b4005bbf
MJ
33
34 triggers:
35 - pollscm:
36 cron: "@hourly"
37
38 properties:
69f05d59
MJ
39 - inject:
40 properties-content: |
41 PROJECT_NAME=lttng-tools
b4005bbf 42 - github:
51ca880a 43 url: https://github.com/{github_user}/{github_name}
edf72710 44 - build-discarder:
a3636f24
JR
45 num-to-keep: 20
46 artifact-num-to-keep: 2
b4005bbf
MJ
47
48
61afb3c3
MJ
49## Anchors
50- lttng-tools_build_axes_defaults: &lttng-tools_build_axes_defaults
51 name: 'lttng-tools_build_axes_defaults'
b4005bbf 52 project-type: matrix
ca8c6144 53 node: 'master' # Applies only to matrix flyweight task
b4005bbf
MJ
54 axes:
55 - axis:
56 type: slave
57 name: arch
58 values: '{obj:arch}'
59 - axis:
60 type: user-defined
61 name: conf
95654431 62 values: '{obj:conf}'
b4005bbf
MJ
63 - axis:
64 type: user-defined
65 name: liburcu_version
66 values: '{obj:urcuversion}'
67 - axis:
68 type: user-defined
69 name: babeltrace_version
70 values: '{obj:babelversion}'
71 - axis:
72 type: user-defined
73 name: build
74 values: '{obj:build}'
9699c0e7
JR
75 - axis:
76 type: user-defined
77 name: test_type
78 values: '{obj:testtype}'
b4005bbf 79
61afb3c3
MJ
80- lttng-tools_build_builders_defaults: &lttng-tools_build_builders_defaults
81 name: 'lttng-tools_build_builders_defaults'
b4005bbf
MJ
82 builders:
83 - conditional-step:
84 condition-kind: regex-match
85 label: '$conf'
86 regex: (std|static)
87 on-evaluation-failure: run
88 steps:
89 - copyartifact:
90 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
91 which-build: last-successful
3522265a 92 stable: false
b4005bbf 93 filter: 'build/**'
09d45745 94 target: 'deps'
b4005bbf
MJ
95 do-not-fingerprint: true
96 - copyartifact:
97 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
98 which-build: last-successful
3522265a 99 stable: false
b4005bbf 100 filter: 'build/**'
09d45745 101 target: 'deps'
b4005bbf
MJ
102 do-not-fingerprint: true
103 - copyartifact:
aa27566e 104 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
b4005bbf 105 which-build: last-successful
3522265a 106 stable: false
b4005bbf 107 filter: 'build/**'
09d45745 108 target: 'deps'
b4005bbf
MJ
109 do-not-fingerprint: true
110 - conditional-step:
111 condition-kind: regex-match
112 label: '$conf'
67122b96 113 regex: no-ust
b4005bbf
MJ
114 on-evaluation-failure: run
115 steps:
116 - copyartifact:
117 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
118 which-build: last-successful
3522265a 119 stable: false
b4005bbf 120 filter: 'build/**'
09d45745 121 target: 'deps'
b4005bbf
MJ
122 do-not-fingerprint: true
123 - copyartifact:
124 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
125 which-build: last-successful
3522265a 126 stable: false
b4005bbf 127 filter: 'build/**'
09d45745 128 target: 'deps'
b4005bbf
MJ
129 do-not-fingerprint: true
130 - copyartifact:
aa27566e 131 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=std,build=std
b4005bbf 132 which-build: last-successful
3522265a 133 stable: false
b4005bbf 134 filter: 'build/**'
09d45745 135 target: 'deps'
b4005bbf
MJ
136 do-not-fingerprint: true
137 - conditional-step:
138 condition-kind: regex-match
139 label: '$conf'
67122b96 140 regex: agents
b4005bbf
MJ
141 on-evaluation-failure: run
142 steps:
143 - copyartifact:
144 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
145 which-build: last-successful
3522265a 146 stable: false
b4005bbf 147 filter: 'build/**'
09d45745 148 target: 'deps'
b4005bbf
MJ
149 do-not-fingerprint: true
150 - copyartifact:
151 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
152 which-build: last-successful
3522265a 153 stable: false
b4005bbf 154 filter: 'build/**'
09d45745 155 target: 'deps'
b4005bbf
MJ
156 do-not-fingerprint: true
157 - copyartifact:
aa27566e 158 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
b4005bbf 159 which-build: last-successful
3522265a 160 stable: false
b4005bbf 161 filter: 'build/**'
09d45745 162 target: 'deps'
b4005bbf 163 do-not-fingerprint: true
b6e62a6a
MJ
164 - conditional-step:
165 condition-kind: regex-match
166 label: '$conf'
167 regex: (relayd-only)
168 on-evaluation-failure: run
169 steps:
170 - copyartifact:
171 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
172 which-build: last-successful
3522265a 173 stable: false
b6e62a6a 174 filter: 'build/**'
09d45745 175 target: 'deps'
b6e62a6a
MJ
176 do-not-fingerprint: true
177 - copyartifact:
178 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
179 which-build: last-successful
3522265a 180 stable: false
b6e62a6a 181 filter: 'build/**'
09d45745 182 target: 'deps'
b6e62a6a 183 do-not-fingerprint: true
3c81f138
JR
184 - conditional-step:
185 condition-kind: regex-match
186 label: '$conf'
187 regex: debug-rcu
188 on-evaluation-failure: run
189 steps:
190 - copyartifact:
191 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=debug-rcu,build=std
192 which-build: last-successful
193 stable: false
194 filter: 'build/**'
09d45745 195 target: 'deps'
3c81f138
JR
196 do-not-fingerprint: true
197 - copyartifact:
198 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
199 which-build: last-successful
200 stable: false
201 filter: 'build/**'
09d45745 202 target: 'deps'
3c81f138
JR
203 do-not-fingerprint: true
204 - copyartifact:
205 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=debug-rcu,build=std
206 which-build: last-successful
207 stable: false
208 filter: 'build/**'
09d45745 209 target: 'deps'
3c81f138 210 do-not-fingerprint: true
aae4e179
JR
211 - shell:
212 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
b4005bbf 213 - shell:
ef63064f 214 !include-raw-escape: scripts/lttng-tools/build.sh
b4005bbf 215
61afb3c3
MJ
216- lttng-tools_build_builders_win: &lttng-tools_build_builders_win
217 name: 'lttng-tools_build_builders_win'
218 builders:
219 - copyartifact:
220 project: liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std
221 which-build: last-successful
222 stable: false
223 filter: 'build/**'
09d45745 224 target: 'deps'
61afb3c3
MJ
225 do-not-fingerprint: true
226 - copyartifact:
227 project: babeltrace_${{babeltrace_version}}_winbuild/arch=${{arch}},conf=std,build=std
228 which-build: last-successful
229 stable: false
230 filter: 'build/**'
09d45745 231 target: 'deps'
61afb3c3
MJ
232 do-not-fingerprint: true
233 - conditional-step:
234 condition-kind: strings-match
235 on-evaluation-failure: run
236 condition-string1: '${{arch}}'
237 condition-string2: 'cygwin'
238 steps:
239 - shell:
240 !include-raw-escape:
241 - scripts/common/cygwin-shebang
242 - scripts/common/cygwin-prefix
243 - scripts/lttng-tools/build.sh
244 - conditional-step:
245 condition-kind: strings-match
246 on-evaluation-failure: run
247 condition-string1: '${{arch}}'
248 condition-string2: 'cygwin64'
249 steps:
250 - shell:
251 !include-raw-escape:
252 - scripts/common/cygwin64-shebang
253 - scripts/common/cygwin-prefix
254 - scripts/lttng-tools/build.sh
255 - conditional-step:
256 condition-kind: strings-match
257 on-evaluation-failure: run
258 condition-string1: '${{arch}}'
8f541678 259 condition-string2: 'msys2-mingw32'
61afb3c3
MJ
260 steps:
261 - inject:
262 properties-content: 'MSYSTEM=MINGW32'
263 - shell:
264 !include-raw-escape:
8f541678 265 - scripts/common/msys2-shebang
61afb3c3
MJ
266 - scripts/common/cygwin-prefix
267 - scripts/lttng-tools/build.sh
268 - conditional-step:
269 condition-kind: strings-match
270 on-evaluation-failure: run
271 condition-string1: '${{arch}}'
8f541678 272 condition-string2: 'msys2-mingw64'
61afb3c3
MJ
273 steps:
274 - inject:
275 properties-content: 'MSYSTEM=MINGW64'
276 - shell:
277 !include-raw-escape:
8f541678 278 - scripts/common/msys2-shebang
61afb3c3
MJ
279 - scripts/common/cygwin-prefix
280 - scripts/lttng-tools/build.sh
281
dd00f858
JR
282- lttng-tools_build_publishers_dev: &lttng-tools_build_publishers_dev
283 name: 'lttng-tools_build_publishers_dev'
b4005bbf 284 publishers:
0a028cf6
JR
285 - postbuildscript:
286 mark-unstable-if-failed: true
287 builders:
288 - role: SLAVE
289 build-on:
290 - SUCCESS
291 - UNSTABLE
292 - NOT_BUILT
293 - ABORTED
294 - FAILURE
295 build-steps:
296 - shell:
297 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
b4005bbf 298 - tap:
09d45745
MJ
299 results: 'tap/**/*.*'
300 fail-if-no-results: true
b4005bbf 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 312 - archive:
09d45745 313 artifacts: 'build/**,deps/**,tap/**'
3a45a6a5 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 356 - tap:
09d45745
MJ
357 results: 'tap/**/*.*'
358 fail-if-no-results: true
0efb2471
JR
359 failed-tests-mark-build-as-failure: true
360 todo-is-failure: false
361 - warnings:
362 console-log-parsers:
363 - 'GNU Make + GNU C Compiler (gcc)'
364 total-thresholds:
365 unstable:
366 total-all: 0
367 total-high: 0
368 total-normal: 0
369 total-low: 0
370 - workspace-cleanup:
371 clean-if:
372 - failure: false
61afb3c3 373 - archive:
09d45745 374 artifacts: 'build/**,deps/**,tap/**'
61afb3c3 375 allow-empty: false
dd00f858
JR
376 - email-ext:
377 recipients: '{obj:email_to}'
378 reply-to: ci-notification@lists.lttng.org
379 always: false
380 unstable: false
381 first-failure: true
382 first-unstable: true
383 not-built: false
384 aborted: false
385 regression: false
386 failure: false
387 second-failure: false
388 improvement: false
389 still-failing: false
390 success: false
391 fixed: false
392 fixed-unhealthy: true
393 still-unstable: false
394 pre-build: false
395 matrix-trigger: only-parent
396 send-to:
397 - recipients
b4005bbf 398
c4952db9
MJ
399- lttng-tools_build_publishers_win: &lttng-tools_build_publishers_win
400 name: 'lttng-tools_build_publishers_win'
401 publishers:
402 - tap:
09d45745
MJ
403 results: 'tap/**/*.*'
404 fail-if-no-results: true
c4952db9
MJ
405 failed-tests-mark-build-as-failure: true
406 todo-is-failure: false
407 - warnings:
408 console-log-parsers:
409 - 'GNU Make + GNU C Compiler (gcc)'
410 total-thresholds:
411 unstable:
412 total-all: 0
413 total-high: 0
414 total-normal: 0
415 total-low: 0
416 - workspace-cleanup:
417 clean-if:
418 - failure: false
419 - archive:
09d45745 420 artifacts: 'build/**,deps/**,tap/**'
c4952db9
MJ
421 allow-empty: false
422 - email-ext:
423 recipients: '{obj:email_to}'
424 reply-to: ci-notification@lists.lttng.org
425 always: false
426 unstable: false
427 first-failure: true
428 first-unstable: true
429 not-built: false
430 aborted: false
431 regression: false
432 failure: false
433 second-failure: false
434 improvement: false
435 still-failing: false
436 success: false
437 fixed: false
438 fixed-unhealthy: true
439 still-unstable: false
440 pre-build: false
441 matrix-trigger: only-parent
442 send-to:
443 - recipients
444
61afb3c3 445## Templates
7671741c 446- job-template:
61afb3c3
MJ
447 name: lttng-tools_{version}_{buildtype}
448 defaults: lttng-tools
7671741c 449
61afb3c3
MJ
450 <<: *lttng-tools_build_axes_defaults
451 <<: *lttng-tools_build_builders_defaults
61afb3c3
MJ
452 <<: *lttng-tools_build_publishers_prod
453
454 triggers:
455 - pollscm:
456 cron: "@hourly"
457 - reverse:
458 jobs: 'lttng-ust_{version}_{buildtype}'
459 result: 'success'
460
9699c0e7
JR
461- job-template:
462 name: lttng-tools_{version}_long_regression
463 defaults: lttng-tools
464 wrappers:
465 - ansicolor
466 - timeout:
16844a6d 467 timeout: 10
9699c0e7
JR
468 fail: true
469 type: likely-stuck
470 - timestamps
471 - workspace-cleanup:
472 clean-if:
473 - failure: false
474
475 <<: *lttng-tools_build_axes_defaults
476 <<: *lttng-tools_build_builders_defaults
477 <<: *lttng-tools_build_publishers_prod
478
479 triggers:
480 - pollscm:
481 cron: "@hourly"
482 - reverse:
483 jobs: 'lttng-ust_{version}_{buildtype}'
484 result: 'success'
485
61afb3c3
MJ
486- job-template:
487 name: lttng-tools_{version}_winbuild
488 defaults: lttng-tools
489
490 <<: *lttng-tools_build_axes_defaults
491 <<: *lttng-tools_build_builders_win
c4952db9 492 <<: *lttng-tools_build_publishers_win
61afb3c3
MJ
493
494- job-template:
495 name: dev_{user}_lttng-tools_{version}_{buildtype}
496 defaults: lttng-tools
7671741c 497
61afb3c3
MJ
498 <<: *lttng-tools_build_axes_defaults
499 <<: *lttng-tools_build_builders_defaults
dd00f858 500 <<: *lttng-tools_build_publishers_dev
7671741c 501
b4005bbf
MJ
502- job-template:
503 name: lttng-tools_{version}_cppcheck
504 defaults: lttng-tools
505
506 triggers:
507 - pollscm:
508 cron: "@daily"
509
510 builders:
511 - shell: |
5279b0f2
MJ
512 rm -f cppcheck-result.xml
513 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
b4005bbf
MJ
514
515 publishers:
516 - archive:
5279b0f2 517 artifacts: 'cppcheck-result.xml'
b4005bbf
MJ
518 allow-empty: false
519 - cppcheck:
5279b0f2 520 pattern: 'cppcheck-result.xml'
dd00f858 521 - email-ext:
b4005bbf 522 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
523 reply-to: ci-notification@lists.lttng.org
524 always: false
525 unstable: false
526 first-failure: true
527 first-unstable: true
528 not-built: false
529 aborted: false
530 regression: false
531 failure: false
532 second-failure: false
533 improvement: false
534 still-failing: false
535 success: false
536 fixed: false
537 fixed-unhealthy: true
538 still-unstable: false
539 pre-build: false
540 matrix-trigger: only-parent
541 send-to:
542 - recipients
b4005bbf
MJ
543
544- job-template:
545 name: lttng-tools_{version}_scan-build
546 defaults: lttng-tools
16844a6d 547 node: 'amd64'
b4005bbf
MJ
548
549 triggers:
550 - pollscm:
551 cron: "@daily"
552
553 builders:
554 - copyartifact:
16844a6d 555 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 556 which-build: last-successful
3522265a 557 stable: false
b4005bbf
MJ
558 filter: 'build/**'
559 target: 'deps/liburcu'
560 do-not-fingerprint: true
561 - copyartifact:
16844a6d 562 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 563 which-build: last-successful
3522265a 564 stable: false
b4005bbf
MJ
565 filter: 'build/**'
566 target: 'deps/lttng-ust'
567 do-not-fingerprint: true
568 - shell:
69f05d59 569 !include-raw-escape: scripts/common/scan-build.sh
b4005bbf
MJ
570
571 publishers:
572 - html-publisher:
573 name: 'HTML Report'
574 dir: 'scan-build-archive/'
575 files: 'index.html'
576
577- job-template:
578 name: lttng-tools_{version}_coverity
579 defaults: lttng-tools
16844a6d 580 node: 'amd64'
b4005bbf
MJ
581
582 triggers:
583 - pollscm:
584 cron: "@daily"
585
586 wrappers:
587 - workspace-cleanup
588 - timestamps
589 - ansicolor:
590 colormap: xterm
591 - credentials-binding:
592 - username-password-separated:
593 credential-id: lttng-tools_coverity_token
594 username: COVERITY_SCAN_PROJECT_NAME
595 password: COVERITY_SCAN_TOKEN
596
597 builders:
598 - copyartifact:
16844a6d 599 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 600 which-build: last-successful
3522265a 601 stable: false
b4005bbf
MJ
602 filter: 'build/**'
603 target: 'deps/liburcu'
604 do-not-fingerprint: true
605 - copyartifact:
16844a6d 606 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 607 which-build: last-successful
3522265a 608 stable: false
b4005bbf
MJ
609 filter: 'build/**'
610 target: 'deps/lttng-ust'
611 do-not-fingerprint: true
612 - shell:
ef63064f 613 !include-raw-escape: scripts/common/coverity.sh
b4005bbf
MJ
614
615 publishers:
96e8f697
MJ
616 - archive:
617 artifacts: 'analysis-results.tgz,cov-int/**'
618 allow-empty: false
b4005bbf
MJ
619 - workspace-cleanup
620
b4005bbf 621
09d45745
MJ
622## Views
623- view-template:
624 name: 'LTTng-tools'
625 view-type: list
626 regex: 'lttng-tools[-_].*'
b4005bbf 627
b4005bbf 628
09d45745 629## Projects
b4005bbf
MJ
630- project:
631 name: lttng-tools
51ca880a
MJ
632 github_user: lttng
633 github_name: lttng-tools
dd00f858 634 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 635 version:
9beacf91 636 - stable-2.8
0a9d9a74 637 - stable-2.9
b631316e 638 - stable-2.10
7f5ffb7a 639 - stable-2.11
9beacf91 640 - master
b4005bbf 641 jobs:
81bf613d 642 # Master #
b4005bbf
MJ
643 - 'lttng-tools_{version}_{buildtype}':
644 buildtype: build
645 version: master
aa27566e 646 ustversion: master
16844a6d 647 arch: !!python/tuple [amd64]
b4005bbf 648 build: !!python/tuple [std, oot, dist]
3c81f138 649 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
b4005bbf 650 urcuversion: !!python/tuple [master]
481eadc8 651 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 652 testtype: !!python/tuple [base]
b4005bbf
MJ
653 - 'lttng-tools_{version}_{buildtype}':
654 buildtype: portbuild
655 version: master
aa27566e 656 ustversion: master
16844a6d 657 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b4005bbf 658 build: !!python/tuple [std]
67122b96 659 conf: !!python/tuple [std, no-ust, agents]
b4005bbf 660 urcuversion: !!python/tuple [master]
21ae1ad6 661 babelversion: !!python/tuple [stable-1.5]
9699c0e7 662 testtype: !!python/tuple [base]
b6e62a6a 663 - 'lttng-tools_{version}_{buildtype}':
81bf613d 664 buildtype: slesbuild
b6e62a6a
MJ
665 version: master
666 ustversion: master
81bf613d 667 arch: !!python/tuple [sles12sp2]
b6e62a6a 668 build: !!python/tuple [std]
81bf613d 669 conf: !!python/tuple [std]
b6e62a6a 670 urcuversion: !!python/tuple [master]
21ae1ad6 671 babelversion: !!python/tuple [stable-1.5]
9699c0e7 672 testtype: !!python/tuple [base]
568b5cbd
MJ
673 - 'lttng-tools_{version}_{buildtype}':
674 buildtype: elbuild
675 version: master
676 ustversion: master
677 arch: !!python/tuple [el8]
678 build: !!python/tuple [std]
679 conf: !!python/tuple [std]
680 urcuversion: !!python/tuple [master]
681 babelversion: !!python/tuple [stable-1.5]
682 testtype: !!python/tuple [base]
b631316e
MJ
683 - 'lttng-tools_{version}_{buildtype}':
684 buildtype: macosxbuild
81bf613d
MJ
685 version: master
686 ustversion: master
b631316e
MJ
687 arch: !!python/tuple [macosx]
688 build: !!python/tuple [std]
689 conf: !!python/tuple [relayd-only]
81bf613d 690 urcuversion: !!python/tuple [master]
b631316e 691 babelversion: !!python/tuple [stable-1.5]
9699c0e7 692 testtype: !!python/tuple [base]
0a9d9a74 693 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
694 buildtype: solarisbuild
695 version: master
696 ustversion: master
995ac8f2 697 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
698 build: !!python/tuple [std]
699 conf: !!python/tuple [relayd-only]
81bf613d 700 urcuversion: !!python/tuple [master]
21ae1ad6 701 babelversion: !!python/tuple [stable-1.5]
9699c0e7 702 testtype: !!python/tuple [base]
81bf613d 703 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
704 version: master
705 ustversion: master
81bf613d 706 arch: !!python/tuple [cygwin, cygwin64]
b6e62a6a
MJ
707 build: !!python/tuple [std]
708 conf: !!python/tuple [relayd-only]
709 urcuversion: !!python/tuple [master]
21ae1ad6 710 babelversion: !!python/tuple [stable-1.5]
9699c0e7
JR
711 testtype: !!python/tuple [base]
712 - 'lttng-tools_{version}_long_regression':
713 buildtype: build
714 ustversion: master
16844a6d 715 arch: !!python/tuple [amd64]
9699c0e7
JR
716 build: !!python/tuple [std]
717 conf: !!python/tuple [std]
718 urcuversion: !!python/tuple [master]
719 babelversion: !!python/tuple [stable-1.5]
720 testtype: !!python/tuple [full]
81bf613d 721
7f5ffb7a
MJ
722 # stable-2.11
723 - 'lttng-tools_{version}_{buildtype}':
724 buildtype: build
725 version: stable-2.11
726 ustversion: stable-2.11
16844a6d 727 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
728 build: !!python/tuple [std, oot, dist]
729 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
730 urcuversion: !!python/tuple [stable-0.10]
731 babelversion: !!python/tuple [stable-1.5]
5349d986 732 testtype: !!python/tuple [base]
7f5ffb7a
MJ
733 - 'lttng-tools_{version}_{buildtype}':
734 buildtype: portbuild
735 version: stable-2.11
736 ustversion: stable-2.11
16844a6d 737 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
738 build: !!python/tuple [std]
739 conf: !!python/tuple [std, no-ust, agents]
740 urcuversion: !!python/tuple [stable-0.10]
741 babelversion: !!python/tuple [stable-1.5]
5349d986 742 testtype: !!python/tuple [base]
7f5ffb7a
MJ
743 - 'lttng-tools_{version}_{buildtype}':
744 buildtype: slesbuild
745 version: stable-2.11
746 ustversion: stable-2.11
747 arch: !!python/tuple [sles12sp2]
748 build: !!python/tuple [std]
749 conf: !!python/tuple [std]
750 urcuversion: !!python/tuple [stable-0.10]
751 babelversion: !!python/tuple [stable-1.5]
5349d986 752 testtype: !!python/tuple [base]
568b5cbd
MJ
753 - 'lttng-tools_{version}_{buildtype}':
754 buildtype: elbuild
755 version: stable-2.11
756 ustversion: stable-2.11
757 arch: !!python/tuple [el8]
758 build: !!python/tuple [std]
759 conf: !!python/tuple [std]
760 urcuversion: !!python/tuple [stable-0.10]
761 babelversion: !!python/tuple [stable-1.5]
762 testtype: !!python/tuple [base]
7f5ffb7a
MJ
763 - 'lttng-tools_{version}_{buildtype}':
764 buildtype: solarisbuild
765 version: stable-2.11
766 ustversion: stable-2.11
767 arch: !!python/tuple [sol10-i386, sol11-i386]
768 build: !!python/tuple [std]
769 conf: !!python/tuple [relayd-only]
770 urcuversion: !!python/tuple [stable-0.10]
771 babelversion: !!python/tuple [stable-1.5]
5349d986 772 testtype: !!python/tuple [base]
7f5ffb7a
MJ
773 - 'lttng-tools_{version}_{buildtype}':
774 buildtype: macosxbuild
775 version: stable-2.11
776 ustversion: stable-2.11
777 arch: !!python/tuple [macosx]
778 build: !!python/tuple [std]
779 conf: !!python/tuple [relayd-only]
780 urcuversion: !!python/tuple [stable-0.10]
781 babelversion: !!python/tuple [stable-1.5]
5349d986 782 testtype: !!python/tuple [base]
7f5ffb7a
MJ
783 - 'lttng-tools_{version}_winbuild':
784 version: stable-2.11
785 ustversion: stable-2.11
786 arch: !!python/tuple [cygwin, cygwin64]
787 build: !!python/tuple [std]
788 conf: !!python/tuple [relayd-only]
789 urcuversion: !!python/tuple [stable-0.10]
790 babelversion: !!python/tuple [stable-1.5]
5349d986 791 testtype: !!python/tuple [base]
7f5ffb7a 792
81bf613d 793 # stable-2.10
b631316e
MJ
794 - 'lttng-tools_{version}_{buildtype}':
795 buildtype: build
796 version: stable-2.10
797 ustversion: stable-2.10
16844a6d 798 arch: !!python/tuple [amd64]
b631316e
MJ
799 build: !!python/tuple [std, oot, dist]
800 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
801 urcuversion: !!python/tuple [stable-0.9]
802 babelversion: !!python/tuple [stable-1.5]
9699c0e7 803 testtype: !!python/tuple [base]
b631316e
MJ
804 - 'lttng-tools_{version}_{buildtype}':
805 buildtype: portbuild
806 version: stable-2.10
807 ustversion: stable-2.10
16844a6d 808 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
809 build: !!python/tuple [std]
810 conf: !!python/tuple [std, no-ust, agents]
811 urcuversion: !!python/tuple [stable-0.9]
812 babelversion: !!python/tuple [stable-1.5]
9699c0e7 813 testtype: !!python/tuple [base]
81bf613d
MJ
814 - 'lttng-tools_{version}_{buildtype}':
815 buildtype: slesbuild
816 version: stable-2.10
817 ustversion: stable-2.10
818 arch: !!python/tuple [sles12sp2]
819 build: !!python/tuple [std]
820 conf: !!python/tuple [std]
821 urcuversion: !!python/tuple [stable-0.9]
822 babelversion: !!python/tuple [stable-1.5]
9699c0e7 823 testtype: !!python/tuple [base]
568b5cbd
MJ
824 - 'lttng-tools_{version}_{buildtype}':
825 buildtype: elbuild
826 version: stable-2.10
827 ustversion: stable-2.10
828 arch: !!python/tuple [el8]
829 build: !!python/tuple [std]
830 conf: !!python/tuple [std]
831 urcuversion: !!python/tuple [stable-0.9]
832 babelversion: !!python/tuple [stable-1.5]
833 testtype: !!python/tuple [base]
b631316e
MJ
834 - 'lttng-tools_{version}_{buildtype}':
835 buildtype: solarisbuild
836 version: stable-2.10
837 ustversion: stable-2.10
995ac8f2 838 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
839 build: !!python/tuple [std]
840 conf: !!python/tuple [relayd-only]
841 urcuversion: !!python/tuple [stable-0.9]
842 babelversion: !!python/tuple [stable-1.5]
9699c0e7 843 testtype: !!python/tuple [base]
81bf613d
MJ
844 - 'lttng-tools_{version}_{buildtype}':
845 buildtype: macosxbuild
846 version: stable-2.10
847 ustversion: stable-2.10
848 arch: !!python/tuple [macosx]
849 build: !!python/tuple [std]
850 conf: !!python/tuple [relayd-only]
851 urcuversion: !!python/tuple [stable-0.9]
852 babelversion: !!python/tuple [stable-1.5]
9699c0e7 853 testtype: !!python/tuple [base]
81bf613d
MJ
854 - 'lttng-tools_{version}_winbuild':
855 version: stable-2.10
856 ustversion: stable-2.10
857 arch: !!python/tuple [cygwin, cygwin64]
858 build: !!python/tuple [std]
859 conf: !!python/tuple [relayd-only]
860 urcuversion: !!python/tuple [stable-0.9]
861 babelversion: !!python/tuple [stable-1.5]
9699c0e7 862 testtype: !!python/tuple [base]
81bf613d
MJ
863
864 # stable-2.9 #
0a9d9a74
MJ
865 - 'lttng-tools_{version}_{buildtype}':
866 buildtype: build
867 version: stable-2.9
868 ustversion: stable-2.9
16844a6d 869 arch: !!python/tuple [amd64]
0a9d9a74 870 build: !!python/tuple [std, oot, dist]
a53a056e 871 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
0a9d9a74 872 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 873 babelversion: !!python/tuple [stable-1.5]
9699c0e7 874 testtype: !!python/tuple [base]
0a9d9a74
MJ
875 - 'lttng-tools_{version}_{buildtype}':
876 buildtype: portbuild
877 version: stable-2.9
878 ustversion: stable-2.9
16844a6d 879 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 880 build: !!python/tuple [std]
67122b96 881 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 882 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 883 babelversion: !!python/tuple [stable-1.5]
9699c0e7 884 testtype: !!python/tuple [base]
81bf613d
MJ
885 - 'lttng-tools_{version}_{buildtype}':
886 buildtype: slesbuild
887 version: stable-2.9
888 ustversion: stable-2.9
889 arch: !!python/tuple [sles12sp2]
890 build: !!python/tuple [std]
891 conf: !!python/tuple [std]
892 urcuversion: !!python/tuple [stable-0.9]
893 babelversion: !!python/tuple [stable-1.5]
9699c0e7 894 testtype: !!python/tuple [base]
568b5cbd
MJ
895 - 'lttng-tools_{version}_{buildtype}':
896 buildtype: elbuild
897 version: stable-2.9
898 ustversion: stable-2.9
899 arch: !!python/tuple [el8]
900 build: !!python/tuple [std]
901 conf: !!python/tuple [std]
902 urcuversion: !!python/tuple [stable-0.9]
903 babelversion: !!python/tuple [stable-1.5]
904 testtype: !!python/tuple [base]
0a9d9a74
MJ
905 - 'lttng-tools_{version}_{buildtype}':
906 buildtype: solarisbuild
907 version: stable-2.9
908 ustversion: stable-2.9
995ac8f2 909 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
910 build: !!python/tuple [std]
911 conf: !!python/tuple [relayd-only]
912 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 913 babelversion: !!python/tuple [stable-1.5]
9699c0e7 914 testtype: !!python/tuple [base]
81bf613d
MJ
915 - 'lttng-tools_{version}_{buildtype}':
916 buildtype: macosxbuild
917 version: stable-2.9
918 ustversion: stable-2.9
919 arch: !!python/tuple [macosx]
920 build: !!python/tuple [std]
921 conf: !!python/tuple [relayd-only]
922 urcuversion: !!python/tuple [stable-0.9]
923 babelversion: !!python/tuple [stable-1.5]
9699c0e7 924 testtype: !!python/tuple [base]
81bf613d
MJ
925 - 'lttng-tools_{version}_winbuild':
926 version: stable-2.9
927 ustversion: stable-2.9
928 arch: !!python/tuple [cygwin, cygwin64]
929 build: !!python/tuple [std]
930 conf: !!python/tuple [relayd-only]
931 urcuversion: !!python/tuple [stable-0.9]
932 babelversion: !!python/tuple [stable-1.5]
9699c0e7 933 testtype: !!python/tuple [base]
81bf613d
MJ
934
935 # stable-2.8 #
20f81bbb
JR
936 - 'lttng-tools_{version}_{buildtype}':
937 buildtype: build
938 version: stable-2.8
aa27566e 939 ustversion: stable-2.8
16844a6d 940 arch: !!python/tuple [amd64]
20f81bbb 941 build: !!python/tuple [std, oot, dist]
a53a056e 942 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
20f81bbb 943 urcuversion: !!python/tuple [stable-0.9]
485ddac1 944 babelversion: !!python/tuple [stable-1.5]
9699c0e7 945 testtype: !!python/tuple [base]
20f81bbb
JR
946 - 'lttng-tools_{version}_{buildtype}':
947 buildtype: portbuild
948 version: stable-2.8
aa27566e 949 ustversion: stable-2.8
16844a6d 950 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
20f81bbb 951 build: !!python/tuple [std]
67122b96 952 conf: !!python/tuple [std, no-ust, agents]
20f81bbb 953 urcuversion: !!python/tuple [stable-0.9]
485ddac1 954 babelversion: !!python/tuple [stable-1.5]
9699c0e7 955 testtype: !!python/tuple [base]
81bf613d
MJ
956 - 'lttng-tools_{version}_{buildtype}':
957 buildtype: slesbuild
958 version: stable-2.8
959 ustversion: stable-2.8
960 arch: !!python/tuple [sles12sp2]
961 build: !!python/tuple [std]
962 conf: !!python/tuple [std]
963 urcuversion: !!python/tuple [stable-0.9]
485ddac1 964 babelversion: !!python/tuple [stable-1.5]
9699c0e7 965 testtype: !!python/tuple [base]
568b5cbd
MJ
966 - 'lttng-tools_{version}_{buildtype}':
967 buildtype: elbuild
968 version: stable-2.8
969 ustversion: stable-2.8
970 arch: !!python/tuple [el8]
971 build: !!python/tuple [std]
972 conf: !!python/tuple [std]
973 urcuversion: !!python/tuple [stable-0.9]
974 babelversion: !!python/tuple [stable-1.5]
975 testtype: !!python/tuple [base]
b6e62a6a
MJ
976 - 'lttng-tools_{version}_{buildtype}':
977 buildtype: solarisbuild
978 version: stable-2.8
979 ustversion: stable-2.8
995ac8f2 980 arch: !!python/tuple [sol10-i386, sol11-i386]
b6e62a6a
MJ
981 build: !!python/tuple [std]
982 conf: !!python/tuple [relayd-only]
983 urcuversion: !!python/tuple [stable-0.9]
485ddac1 984 babelversion: !!python/tuple [stable-1.5]
9699c0e7 985 testtype: !!python/tuple [base]
81bf613d
MJ
986
987 # stable-2.7 #
81bf613d
MJ
988 - 'lttng-tools_{version}_{buildtype}':
989 buildtype: slesbuild
990 version: stable-2.7
991 ustversion: stable-2.7
992 arch: !!python/tuple [sles12sp2]
61afb3c3 993 build: !!python/tuple [std]
81bf613d 994 conf: !!python/tuple [std]
61afb3c3 995 urcuversion: !!python/tuple [stable-0.9]
04e97f85 996 babelversion: !!python/tuple [stable-1.5]
9699c0e7 997 testtype: !!python/tuple [base]
81bf613d 998
61afb3c3
MJ
999 - 'lttng-tools_{version}_cppcheck'
1000 - 'lttng-tools_{version}_scan-build':
1001 version: master
1002 urcuversion: master
1003 ustversion: master
7f5ffb7a
MJ
1004 - 'lttng-tools_{version}_scan-build':
1005 version: stable-2.11
1006 urcuversion: stable-0.10
1007 ustversion: stable-2.11
b631316e
MJ
1008 - 'lttng-tools_{version}_scan-build':
1009 version: stable-2.10
1010 urcuversion: stable-0.9
1011 ustversion: stable-2.10
61afb3c3
MJ
1012 - 'lttng-tools_{version}_scan-build':
1013 version: stable-2.9
1014 urcuversion: stable-0.9
1015 ustversion: stable-2.9
1016 - 'lttng-tools_{version}_scan-build':
1017 version: stable-2.8
1018 urcuversion: stable-0.9
1019 ustversion: stable-2.8
61afb3c3
MJ
1020 - 'lttng-tools_{version}_coverity':
1021 version: master
1022 urcuversion: master
1023 ustversion: master
1024
1025
1026- project:
1027 name: dev_jgalar_lttng-tools
1028 user: jgalar
1029 github_user: jgalar
1030 github_name: lttng-tools
dd00f858 1031 email_to: 'jgalar@efficios.com'
61afb3c3 1032 jobs:
7671741c 1033 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1034 buildtype: build
1035 version: master-staging
aa27566e 1036 ustversion: master
16844a6d 1037 arch: !!python/tuple [amd64]
7671741c 1038 build: !!python/tuple [std, oot, dist]
67122b96 1039 conf: !!python/tuple [std, no-ust, agents]
7671741c 1040 urcuversion: !!python/tuple [master]
21ae1ad6 1041 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1042 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1043 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1044 buildtype: build
1045 version: stable-2.11-staging
1046 ustversion: stable-2.11
16844a6d 1047 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
1048 build: !!python/tuple [std, oot, dist]
1049 conf: !!python/tuple [std, no-ust, agents]
1050 urcuversion: !!python/tuple [stable-0.10]
1051 babelversion: !!python/tuple [stable-1.5]
5349d986 1052 testtype: !!python/tuple [base]
b631316e
MJ
1053 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1054 buildtype: build
1055 version: stable-2.10-staging
1056 ustversion: stable-2.10
16844a6d 1057 arch: !!python/tuple [amd64]
b631316e
MJ
1058 build: !!python/tuple [std, oot, dist]
1059 conf: !!python/tuple [std, no-ust, agents]
1060 urcuversion: !!python/tuple [stable-0.9]
1061 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1062 testtype: !!python/tuple [base]
0a9d9a74 1063 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1064 buildtype: build
1065 version: stable-2.9-staging
1066 ustversion: stable-2.9
16844a6d 1067 arch: !!python/tuple [amd64]
0a9d9a74 1068 build: !!python/tuple [std, oot, dist]
67122b96 1069 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1070 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1071 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1072 testtype: !!python/tuple [base]
7671741c 1073 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1074 buildtype: build
1075 version: stable-2.8-staging
aa27566e 1076 ustversion: stable-2.8
16844a6d 1077 arch: !!python/tuple [amd64]
7671741c 1078 build: !!python/tuple [std, oot, dist]
67122b96 1079 conf: !!python/tuple [std, no-ust, agents]
7671741c 1080 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1081 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1082 testtype: !!python/tuple [base]
6e5203a5 1083 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1084 buildtype: portbuild
1085 version: master-staging
1086 ustversion: master
16844a6d 1087 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1088 build: !!python/tuple [std]
67122b96 1089 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1090 urcuversion: !!python/tuple [master]
21ae1ad6 1091 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1092 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1093 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1094 buildtype: portbuild
1095 version: stable-2.11-staging
1096 ustversion: stable-2.11
16844a6d 1097 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1098 build: !!python/tuple [std]
1099 conf: !!python/tuple [std, no-ust, agents]
1100 urcuversion: !!python/tuple [stable-0.10]
1101 babelversion: !!python/tuple [stable-1.5]
5349d986 1102 testtype: !!python/tuple [base]
b631316e
MJ
1103 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1104 buildtype: portbuild
1105 version: stable-2.10-staging
1106 ustversion: stable-2.10
16844a6d 1107 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1108 build: !!python/tuple [std]
1109 conf: !!python/tuple [std, no-ust, agents]
1110 urcuversion: !!python/tuple [stable-0.9]
1111 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1112 testtype: !!python/tuple [base]
0a9d9a74 1113 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1114 buildtype: portbuild
1115 version: stable-2.9-staging
1116 ustversion: stable-2.9
16844a6d 1117 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1118 build: !!python/tuple [std]
67122b96 1119 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1120 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1121 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1122 testtype: !!python/tuple [base]
6e5203a5 1123 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1124 buildtype: portbuild
1125 version: stable-2.8-staging
1126 ustversion: stable-2.8
16844a6d 1127 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1128 build: !!python/tuple [std]
67122b96 1129 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1130 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1131 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1132 testtype: !!python/tuple [base]
bae34da3 1133 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
1134 buildtype: macosxbuild
1135 version: master-staging
1136 ustversion: master
1137 arch: !!python/tuple [macosx]
1138 build: !!python/tuple [std]
1139 conf: !!python/tuple [relayd-only]
1140 urcuversion: !!python/tuple [master]
21ae1ad6 1141 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1142 testtype: !!python/tuple [base]
a23306a6 1143 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1144 buildtype: solarisbuild
1145 version: master-staging
1146 ustversion: master
995ac8f2 1147 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1148 build: !!python/tuple [std]
1149 conf: !!python/tuple [relayd-only]
1150 urcuversion: !!python/tuple [master]
21ae1ad6 1151 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1152 testtype: !!python/tuple [base]
09d45745
MJ
1153
1154- project:
1155 name: lttng-tools-views
1156 views:
1157 - LTTng-tools
This page took 0.08385 seconds and 4 git commands to generate.