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