jjb: Add windows jobs to lttng-tools
[lttng-ci.git] / jobs / lttng-tools.yaml
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
13 wrappers:
14 - ansicolor
15 - timeout:
16 timeout: 90
17 fail: true
18 type: absolute
19 - timestamps
20 - workspace-cleanup:
21 clean-if:
22 - failure: false
23
24 scm:
25 - git:
26 url: git://github.com/{github_user}/{github_name}.git
27 browser: githubweb
28 browser-url: https://github.com/{github_user}/{github_name}
29 branches:
30 - origin/{version}
31 basedir: src/lttng-tools
32 skip-tag: true
33 git-tool: jgit
34
35 triggers:
36 - pollscm:
37 cron: "@hourly"
38
39 properties:
40 - inject:
41 properties-content: |
42 PROJECT_NAME=lttng-tools
43 - github:
44 url: https://github.com/{github_user}/{github_name}
45 - build-discarder:
46 num-to-keep: 20
47 artifact-num-to-keep: 2
48
49
50 ## Anchors
51 - lttng-tools_build_axes_defaults: &lttng-tools_build_axes_defaults
52 name: 'lttng-tools_build_axes_defaults'
53 project-type: matrix
54 node: 'master' # Applies only to matrix flyweight task
55 axes:
56 - axis:
57 type: slave
58 name: arch
59 values: '{obj:arch}'
60 - axis:
61 type: user-defined
62 name: conf
63 values: '{obj:conf}'
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}'
76
77 - lttng-tools_build_builders_defaults: &lttng-tools_build_builders_defaults
78 name: 'lttng-tools_build_builders_defaults'
79 builders:
80 - conditional-step:
81 condition-kind: regex-match
82 label: '$conf'
83 regex: (std|static)
84 on-evaluation-failure: run
85 steps:
86 - copyartifact:
87 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
88 which-build: last-successful
89 stable: false
90 filter: 'build/**'
91 target: 'deps/liburcu'
92 do-not-fingerprint: true
93 - copyartifact:
94 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
95 which-build: last-successful
96 stable: false
97 filter: 'build/**'
98 target: 'deps/babeltrace'
99 do-not-fingerprint: true
100 - copyartifact:
101 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
102 which-build: last-successful
103 stable: false
104 filter: 'build/**'
105 target: 'deps/lttng-ust'
106 do-not-fingerprint: true
107 - conditional-step:
108 condition-kind: regex-match
109 label: '$conf'
110 regex: no-ust
111 on-evaluation-failure: run
112 steps:
113 - copyartifact:
114 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
115 which-build: last-successful
116 stable: false
117 filter: 'build/**'
118 target: 'deps/liburcu'
119 do-not-fingerprint: true
120 - copyartifact:
121 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
122 which-build: last-successful
123 stable: false
124 filter: 'build/**'
125 target: 'deps/babeltrace'
126 do-not-fingerprint: true
127 - copyartifact:
128 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=std,build=std
129 which-build: last-successful
130 stable: false
131 filter: 'build/**'
132 target: 'deps/lttng-ust'
133 do-not-fingerprint: true
134 - conditional-step:
135 condition-kind: regex-match
136 label: '$conf'
137 regex: agents
138 on-evaluation-failure: run
139 steps:
140 - copyartifact:
141 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
142 which-build: last-successful
143 stable: false
144 filter: 'build/**'
145 target: 'deps/liburcu'
146 do-not-fingerprint: true
147 - copyartifact:
148 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
149 which-build: last-successful
150 stable: false
151 filter: 'build/**'
152 target: 'deps/babeltrace'
153 do-not-fingerprint: true
154 - copyartifact:
155 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
156 which-build: last-successful
157 stable: false
158 filter: 'build/**'
159 target: 'deps/lttng-ust'
160 do-not-fingerprint: true
161 - conditional-step:
162 condition-kind: regex-match
163 label: '$conf'
164 regex: (relayd-only)
165 on-evaluation-failure: run
166 steps:
167 - copyartifact:
168 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
169 which-build: last-successful
170 stable: false
171 filter: 'build/**'
172 target: 'deps/liburcu'
173 do-not-fingerprint: true
174 - copyartifact:
175 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
176 which-build: last-successful
177 stable: false
178 filter: 'build/**'
179 target: 'deps/babeltrace'
180 do-not-fingerprint: true
181 - conditional-step:
182 condition-kind: regex-match
183 label: '$conf'
184 regex: debug-rcu
185 on-evaluation-failure: run
186 steps:
187 - copyartifact:
188 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=debug-rcu,build=std
189 which-build: last-successful
190 stable: false
191 filter: 'build/**'
192 target: 'deps/liburcu'
193 do-not-fingerprint: true
194 - copyartifact:
195 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
196 which-build: last-successful
197 stable: false
198 filter: 'build/**'
199 target: 'deps/babeltrace'
200 do-not-fingerprint: true
201 - copyartifact:
202 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=debug-rcu,build=std
203 which-build: last-successful
204 stable: false
205 filter: 'build/**'
206 target: 'deps/lttng-ust'
207 do-not-fingerprint: true
208 - shell:
209 !include-raw-escape: scripts/lttng-tools/build.sh
210
211 - lttng-tools_build_builders_win: &lttng-tools_build_builders_win
212 name: 'lttng-tools_build_builders_win'
213 builders:
214 - copyartifact:
215 project: liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std
216 which-build: last-successful
217 stable: false
218 filter: 'build/**'
219 target: 'deps/liburcu'
220 do-not-fingerprint: true
221 - copyartifact:
222 project: babeltrace_${{babeltrace_version}}_winbuild/arch=${{arch}},conf=std,build=std
223 which-build: last-successful
224 stable: false
225 filter: 'build/**'
226 target: 'deps/babeltrace'
227 do-not-fingerprint: true
228 - conditional-step:
229 condition-kind: strings-match
230 on-evaluation-failure: run
231 condition-string1: '${{arch}}'
232 condition-string2: 'cygwin'
233 steps:
234 - shell:
235 !include-raw-escape:
236 - scripts/common/cygwin-shebang
237 - scripts/common/cygwin-prefix
238 - scripts/lttng-tools/build.sh
239 - conditional-step:
240 condition-kind: strings-match
241 on-evaluation-failure: run
242 condition-string1: '${{arch}}'
243 condition-string2: 'cygwin64'
244 steps:
245 - shell:
246 !include-raw-escape:
247 - scripts/common/cygwin64-shebang
248 - scripts/common/cygwin-prefix
249 - scripts/lttng-tools/build.sh
250 - conditional-step:
251 condition-kind: strings-match
252 on-evaluation-failure: run
253 condition-string1: '${{arch}}'
254 condition-string2: 'msys32'
255 steps:
256 - inject:
257 properties-content: 'MSYSTEM=MINGW32'
258 - shell:
259 !include-raw-escape:
260 - scripts/common/msys32-shebang
261 - scripts/common/cygwin-prefix
262 - scripts/lttng-tools/build.sh
263 - conditional-step:
264 condition-kind: strings-match
265 on-evaluation-failure: run
266 condition-string1: '${{arch}}'
267 condition-string2: 'msys64'
268 steps:
269 - inject:
270 properties-content: 'MSYSTEM=MINGW64'
271 - shell:
272 !include-raw-escape:
273 - scripts/common/msys64-shebang
274 - scripts/common/cygwin-prefix
275 - scripts/lttng-tools/build.sh
276
277 - lttng-tools_build_publishers_defaults: &lttng-tools_build_publishers_defaults
278 name: 'lttng-tools_build_publishers_defaults'
279 publishers:
280 - tap:
281 results: 'tap/**/*.tap'
282 failed-tests-mark-build-as-failure: true
283 todo-is-failure: false
284 - warnings:
285 console-log-parsers:
286 - 'GNU Make + GNU C Compiler (gcc)'
287 total-thresholds:
288 unstable:
289 total-all: 0
290 total-high: 0
291 total-normal: 0
292 total-low: 0
293 - workspace-cleanup:
294 clean-if:
295 - failure: false
296
297 - lttng-tools_build_publishers_prod: &lttng-tools_build_publishers_prod
298 name: 'lttng-tools_build_publishers_prod'
299 publishers:
300 - archive:
301 artifacts: 'build/**'
302 allow-empty: false
303 - ircbot:
304 strategy: new-failure-and-fixed
305 matrix-notifier: only-parent
306 channels:
307 - name: '#lttng'
308
309
310 ## Templates
311 - job-template:
312 name: lttng-tools_{version}_{buildtype}
313 defaults: lttng-tools
314
315 <<: *lttng-tools_build_axes_defaults
316 <<: *lttng-tools_build_builders_defaults
317 <<: *lttng-tools_build_publishers_defaults
318 <<: *lttng-tools_build_publishers_prod
319
320 triggers:
321 - pollscm:
322 cron: "@hourly"
323 - reverse:
324 jobs: 'lttng-ust_{version}_{buildtype}'
325 result: 'success'
326
327 - job-template:
328 name: lttng-tools_{version}_winbuild
329 defaults: lttng-tools
330
331 <<: *lttng-tools_build_axes_defaults
332 <<: *lttng-tools_build_builders_win
333 <<: *lttng-tools_build_publishers_defaults
334 <<: *lttng-tools_build_publishers_prod
335
336 - job-template:
337 name: dev_{user}_lttng-tools_{version}_{buildtype}
338 defaults: lttng-tools
339
340 <<: *lttng-tools_build_axes_defaults
341 <<: *lttng-tools_build_builders_defaults
342 <<: *lttng-tools_build_publishers_defaults
343
344 - job-template:
345 name: lttng-tools_{version}_cppcheck
346 defaults: lttng-tools
347
348 triggers:
349 - pollscm:
350 cron: "@daily"
351
352 builders:
353 - shell: |
354 rm -f lttng-tools-cppcheck.xml
355 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> lttng-tools-cppcheck.xml
356
357 publishers:
358 - archive:
359 artifacts: 'lttng-tools-cppcheck.xml'
360 allow-empty: false
361 - cppcheck:
362 pattern: 'lttng-tools-cppcheck.xml'
363 - email:
364 recipients: 'ci-notification@lists.lttng.org'
365 notify-every-unstable-build: true
366 send-to-individuals: false
367
368 - job-template:
369 name: lttng-tools_{version}_scan-build
370 defaults: lttng-tools
371 node: 'x86-64'
372
373 triggers:
374 - pollscm:
375 cron: "@daily"
376
377 builders:
378 - copyartifact:
379 project: liburcu_{urcuversion}_build/arch=x86-64,conf=std,build=std
380 which-build: last-successful
381 stable: false
382 filter: 'build/**'
383 target: 'deps/liburcu'
384 do-not-fingerprint: true
385 - copyartifact:
386 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=x86-64,conf=std,build=std
387 which-build: last-successful
388 stable: false
389 filter: 'build/**'
390 target: 'deps/lttng-ust'
391 do-not-fingerprint: true
392 - shell:
393 !include-raw-escape: scripts/common/scan-build.sh
394
395 publishers:
396 - html-publisher:
397 name: 'HTML Report'
398 dir: 'scan-build-archive/'
399 files: 'index.html'
400
401 - job-template:
402 name: lttng-tools_{version}_coverity
403 defaults: lttng-tools
404 node: 'x86-64'
405
406 triggers:
407 - pollscm:
408 cron: "@daily"
409
410 wrappers:
411 - workspace-cleanup
412 - timestamps
413 - ansicolor:
414 colormap: xterm
415 - credentials-binding:
416 - username-password-separated:
417 credential-id: lttng-tools_coverity_token
418 username: COVERITY_SCAN_PROJECT_NAME
419 password: COVERITY_SCAN_TOKEN
420
421 builders:
422 - copyartifact:
423 project: liburcu_{urcuversion}_build/arch=x86-64,conf=std,build=std
424 which-build: last-successful
425 stable: false
426 filter: 'build/**'
427 target: 'deps/liburcu'
428 do-not-fingerprint: true
429 - copyartifact:
430 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=x86-64,conf=std,build=std
431 which-build: last-successful
432 stable: false
433 filter: 'build/**'
434 target: 'deps/lttng-ust'
435 do-not-fingerprint: true
436 - shell:
437 !include-raw-escape: scripts/common/coverity.sh
438
439 publishers:
440 - workspace-cleanup
441
442 # TODO
443 - job-template:
444 name: lttng-tools_{version}_pylint
445 defaults: lttng-tools
446 node: 'x86-64'
447
448 scm: []
449
450 triggers:
451 - pollscm:
452 cron: "@daily"
453
454 builders:
455 - copyartifact:
456 project: lttng-tools-{version}/arch=x86-64,build=std,conf=agents
457 which-build: last-successful
458 stable: false
459 filter: 'build/**'
460 target: 'deps/lttng-tools'
461 do-not-fingerprint: true
462 - shell:
463 !include-raw-escape: scripts/lttng-tools/pylint.sh
464
465 publishers:
466 - archive:
467 artifacts: 'pep8.out,pylint.out'
468 - violations:
469 pep8:
470 pattern: pep8.out
471 min: 10
472 max: 999
473 unstable: 999
474 pylint:
475 pattern: pylint.out
476 min: 10
477 max: 999
478 unstable: 999
479 - email:
480 recipients: 'ci-notification@lists.lttng.org'
481 notify-every-unstable-build: true
482 send-to-individuals: false
483
484
485 ## Project
486 - project:
487 name: lttng-tools
488 github_user: lttng
489 github_name: lttng-tools
490 version:
491 - stable-2.7
492 - stable-2.8
493 - stable-2.9
494 - master
495 jobs:
496 - 'lttng-tools_{version}_{buildtype}':
497 buildtype: build
498 version: master
499 ustversion: master
500 arch: !!python/tuple [x86-32, x86-64]
501 build: !!python/tuple [std, oot, dist]
502 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
503 urcuversion: !!python/tuple [master]
504 babelversion: !!python/tuple [stable-1.5]
505 - 'lttng-tools_{version}_{buildtype}':
506 buildtype: portbuild
507 version: master
508 ustversion: master
509 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
510 build: !!python/tuple [std]
511 conf: !!python/tuple [std, no-ust, agents]
512 urcuversion: !!python/tuple [master]
513 babelversion: !!python/tuple [stable-1.5]
514 - 'lttng-tools_{version}_{buildtype}':
515 buildtype: macosxbuild
516 version: master
517 ustversion: master
518 arch: !!python/tuple [macosx]
519 build: !!python/tuple [std]
520 conf: !!python/tuple [relayd-only]
521 urcuversion: !!python/tuple [master]
522 babelversion: !!python/tuple [stable-1.5]
523 - 'lttng-tools_{version}_{buildtype}':
524 buildtype: macosxbuild
525 version: stable-2.9
526 ustversion: stable-2.9
527 arch: !!python/tuple [macosx]
528 build: !!python/tuple [std]
529 conf: !!python/tuple [relayd-only]
530 urcuversion: !!python/tuple [stable-0.9]
531 babelversion: !!python/tuple [stable-1.5]
532 - 'lttng-tools_{version}_{buildtype}':
533 buildtype: solarisbuild
534 version: master
535 ustversion: master
536 arch: !!python/tuple [solaris10, solaris11]
537 build: !!python/tuple [std]
538 conf: !!python/tuple [relayd-only]
539 urcuversion: !!python/tuple [master]
540 babelversion: !!python/tuple [stable-1.5]
541 - 'lttng-tools_{version}_{buildtype}':
542 buildtype: build
543 version: stable-2.9
544 ustversion: stable-2.9
545 arch: !!python/tuple [x86-32, x86-64]
546 build: !!python/tuple [std, oot, dist]
547 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
548 urcuversion: !!python/tuple [stable-0.9]
549 babelversion: !!python/tuple [stable-1.5]
550 - 'lttng-tools_{version}_{buildtype}':
551 buildtype: portbuild
552 version: stable-2.9
553 ustversion: stable-2.9
554 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
555 build: !!python/tuple [std]
556 conf: !!python/tuple [std, no-ust, agents]
557 urcuversion: !!python/tuple [stable-0.9]
558 babelversion: !!python/tuple [stable-1.5]
559 - 'lttng-tools_{version}_{buildtype}':
560 buildtype: solarisbuild
561 version: stable-2.9
562 ustversion: stable-2.9
563 arch: !!python/tuple [solaris10, solaris11]
564 build: !!python/tuple [std]
565 conf: !!python/tuple [relayd-only]
566 urcuversion: !!python/tuple [stable-0.9]
567 babelversion: !!python/tuple [stable-1.5]
568 - 'lttng-tools_{version}_{buildtype}':
569 buildtype: build
570 version: stable-2.8
571 ustversion: stable-2.8
572 arch: !!python/tuple [x86-32, x86-64]
573 build: !!python/tuple [std, oot, dist]
574 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
575 urcuversion: !!python/tuple [stable-0.9]
576 babelversion: !!python/tuple [stable-1.4]
577 - 'lttng-tools_{version}_{buildtype}':
578 buildtype: portbuild
579 version: stable-2.8
580 ustversion: stable-2.8
581 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
582 build: !!python/tuple [std]
583 conf: !!python/tuple [std, no-ust, agents]
584 urcuversion: !!python/tuple [stable-0.9]
585 babelversion: !!python/tuple [stable-1.4]
586 - 'lttng-tools_{version}_{buildtype}':
587 buildtype: solarisbuild
588 version: stable-2.8
589 ustversion: stable-2.8
590 arch: !!python/tuple [solaris10, solaris11]
591 build: !!python/tuple [std]
592 conf: !!python/tuple [relayd-only]
593 urcuversion: !!python/tuple [stable-0.9]
594 babelversion: !!python/tuple [stable-1.4]
595 - 'lttng-tools_{version}_{buildtype}':
596 buildtype: build
597 version: stable-2.7
598 ustversion: stable-2.7
599 arch: !!python/tuple [x86-32, x86-64]
600 build: !!python/tuple [std, oot, dist]
601 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
602 urcuversion: !!python/tuple [stable-0.9]
603 babelversion: !!python/tuple [stable-1.3]
604 - 'lttng-tools_{version}_{buildtype}':
605 buildtype: portbuild
606 version: stable-2.7
607 ustversion: stable-2.7
608 arch: !!python/tuple [armhf, arm64, powerpc]
609 build: !!python/tuple [std]
610 conf: !!python/tuple [std, no-ust, agents]
611 urcuversion: !!python/tuple [stable-0.9]
612 babelversion: !!python/tuple [stable-1.3]
613 - 'lttng-tools_{version}_winbuild':
614 version: master
615 ustversion: master
616 arch: !!python/tuple [cygwin, cygwin64]
617 build: !!python/tuple [std]
618 conf: !!python/tuple [relayd-only]
619 urcuversion: !!python/tuple [master]
620 babelversion: !!python/tuple [stable-1.5]
621 - 'lttng-tools_{version}_winbuild':
622 version: stable-2.9
623 ustversion: stable-2.9
624 arch: !!python/tuple [cygwin, cygwin64]
625 build: !!python/tuple [std]
626 conf: !!python/tuple [relayd-only]
627 urcuversion: !!python/tuple [stable-0.9]
628 babelversion: !!python/tuple [stable-1.5]
629 - 'lttng-tools_{version}_cppcheck'
630 - 'lttng-tools_{version}_scan-build':
631 version: master
632 urcuversion: master
633 ustversion: master
634 - 'lttng-tools_{version}_scan-build':
635 version: stable-2.9
636 urcuversion: stable-0.9
637 ustversion: stable-2.9
638 - 'lttng-tools_{version}_scan-build':
639 version: stable-2.8
640 urcuversion: stable-0.9
641 ustversion: stable-2.8
642 - 'lttng-tools_{version}_scan-build':
643 version: stable-2.7
644 urcuversion: stable-0.9
645 ustversion: stable-2.7
646 #- 'lttng-tools_{version}_pylint'
647 - 'lttng-tools_{version}_coverity':
648 version: master
649 urcuversion: master
650 ustversion: master
651
652
653 - project:
654 name: dev_jgalar_lttng-tools
655 user: jgalar
656 github_user: jgalar
657 github_name: lttng-tools
658 jobs:
659 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
660 buildtype: build
661 version: master-staging
662 ustversion: master
663 arch: !!python/tuple [x86-32, x86-64]
664 build: !!python/tuple [std, oot, dist]
665 conf: !!python/tuple [std, no-ust, agents]
666 urcuversion: !!python/tuple [master]
667 babelversion: !!python/tuple [stable-1.5]
668 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
669 buildtype: build
670 version: stable-2.9-staging
671 ustversion: stable-2.9
672 arch: !!python/tuple [x86-32, x86-64]
673 build: !!python/tuple [std, oot, dist]
674 conf: !!python/tuple [std, no-ust, agents]
675 urcuversion: !!python/tuple [stable-0.9]
676 babelversion: !!python/tuple [stable-1.5]
677 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
678 buildtype: build
679 version: stable-2.8-staging
680 ustversion: stable-2.8
681 arch: !!python/tuple [x86-32, x86-64]
682 build: !!python/tuple [std, oot, dist]
683 conf: !!python/tuple [std, no-ust, agents]
684 urcuversion: !!python/tuple [stable-0.9]
685 babelversion: !!python/tuple [stable-1.4]
686 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
687 buildtype: build
688 version: stable-2.7-staging
689 ustversion: stable-2.7
690 arch: !!python/tuple [x86-32, x86-64]
691 build: !!python/tuple [std, oot, dist]
692 conf: !!python/tuple [std, no-ust, agents]
693 urcuversion: !!python/tuple [stable-0.9]
694 babelversion: !!python/tuple [stable-1.3]
695 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
696 buildtype: portbuild
697 version: master-staging
698 ustversion: master
699 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
700 build: !!python/tuple [std]
701 conf: !!python/tuple [std, no-ust, agents]
702 urcuversion: !!python/tuple [master]
703 babelversion: !!python/tuple [stable-1.5]
704 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
705 buildtype: portbuild
706 version: stable-2.9-staging
707 ustversion: stable-2.9
708 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
709 build: !!python/tuple [std]
710 conf: !!python/tuple [std, no-ust, agents]
711 urcuversion: !!python/tuple [stable-0.9]
712 babelversion: !!python/tuple [stable-1.5]
713 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
714 buildtype: portbuild
715 version: stable-2.8-staging
716 ustversion: stable-2.8
717 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
718 build: !!python/tuple [std]
719 conf: !!python/tuple [std, no-ust, agents]
720 urcuversion: !!python/tuple [stable-0.9]
721 babelversion: !!python/tuple [stable-1.4]
722 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
723 buildtype: portbuild
724 version: stable-2.7-staging
725 ustversion: stable-2.7
726 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
727 build: !!python/tuple [std]
728 conf: !!python/tuple [std, no-ust, agents]
729 urcuversion: !!python/tuple [stable-0.9]
730 babelversion: !!python/tuple [stable-1.3]
731 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
732 buildtype: macosxbuild
733 version: master-staging
734 ustversion: master
735 arch: !!python/tuple [macosx]
736 build: !!python/tuple [std]
737 conf: !!python/tuple [relayd-only]
738 urcuversion: !!python/tuple [master]
739 babelversion: !!python/tuple [stable-1.5]
740 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
741 buildtype: solarisbuild
742 version: master-staging
743 ustversion: master
744 arch: !!python/tuple [solaris10, solaris11]
745 build: !!python/tuple [std]
746 conf: !!python/tuple [relayd-only]
747 urcuversion: !!python/tuple [master]
748 babelversion: !!python/tuple [stable-1.5]
This page took 0.044627 seconds and 5 git commands to generate.