ansible: Add el8 packages
[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]
b631316e
MJ
674 - 'lttng-tools_{version}_{buildtype}':
675 buildtype: macosxbuild
81bf613d
MJ
676 version: master
677 ustversion: master
b631316e
MJ
678 arch: !!python/tuple [macosx]
679 build: !!python/tuple [std]
680 conf: !!python/tuple [relayd-only]
81bf613d 681 urcuversion: !!python/tuple [master]
b631316e 682 babelversion: !!python/tuple [stable-1.5]
9699c0e7 683 testtype: !!python/tuple [base]
0a9d9a74 684 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
685 buildtype: solarisbuild
686 version: master
687 ustversion: master
995ac8f2 688 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
689 build: !!python/tuple [std]
690 conf: !!python/tuple [relayd-only]
81bf613d 691 urcuversion: !!python/tuple [master]
21ae1ad6 692 babelversion: !!python/tuple [stable-1.5]
9699c0e7 693 testtype: !!python/tuple [base]
81bf613d 694 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
695 version: master
696 ustversion: master
81bf613d 697 arch: !!python/tuple [cygwin, cygwin64]
b6e62a6a
MJ
698 build: !!python/tuple [std]
699 conf: !!python/tuple [relayd-only]
700 urcuversion: !!python/tuple [master]
21ae1ad6 701 babelversion: !!python/tuple [stable-1.5]
9699c0e7
JR
702 testtype: !!python/tuple [base]
703 - 'lttng-tools_{version}_long_regression':
704 buildtype: build
705 ustversion: master
16844a6d 706 arch: !!python/tuple [amd64]
9699c0e7
JR
707 build: !!python/tuple [std]
708 conf: !!python/tuple [std]
709 urcuversion: !!python/tuple [master]
710 babelversion: !!python/tuple [stable-1.5]
711 testtype: !!python/tuple [full]
81bf613d 712
7f5ffb7a
MJ
713 # stable-2.11
714 - 'lttng-tools_{version}_{buildtype}':
715 buildtype: build
716 version: stable-2.11
717 ustversion: stable-2.11
16844a6d 718 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
719 build: !!python/tuple [std, oot, dist]
720 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
721 urcuversion: !!python/tuple [stable-0.10]
722 babelversion: !!python/tuple [stable-1.5]
5349d986 723 testtype: !!python/tuple [base]
7f5ffb7a
MJ
724 - 'lttng-tools_{version}_{buildtype}':
725 buildtype: portbuild
726 version: stable-2.11
727 ustversion: stable-2.11
16844a6d 728 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
729 build: !!python/tuple [std]
730 conf: !!python/tuple [std, no-ust, agents]
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: slesbuild
736 version: stable-2.11
737 ustversion: stable-2.11
738 arch: !!python/tuple [sles12sp2]
739 build: !!python/tuple [std]
740 conf: !!python/tuple [std]
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: solarisbuild
746 version: stable-2.11
747 ustversion: stable-2.11
748 arch: !!python/tuple [sol10-i386, sol11-i386]
749 build: !!python/tuple [std]
750 conf: !!python/tuple [relayd-only]
751 urcuversion: !!python/tuple [stable-0.10]
752 babelversion: !!python/tuple [stable-1.5]
5349d986 753 testtype: !!python/tuple [base]
7f5ffb7a
MJ
754 - 'lttng-tools_{version}_{buildtype}':
755 buildtype: macosxbuild
756 version: stable-2.11
757 ustversion: stable-2.11
758 arch: !!python/tuple [macosx]
759 build: !!python/tuple [std]
760 conf: !!python/tuple [relayd-only]
761 urcuversion: !!python/tuple [stable-0.10]
762 babelversion: !!python/tuple [stable-1.5]
5349d986 763 testtype: !!python/tuple [base]
7f5ffb7a
MJ
764 - 'lttng-tools_{version}_winbuild':
765 version: stable-2.11
766 ustversion: stable-2.11
767 arch: !!python/tuple [cygwin, cygwin64]
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 773
81bf613d 774 # stable-2.10
b631316e
MJ
775 - 'lttng-tools_{version}_{buildtype}':
776 buildtype: build
777 version: stable-2.10
778 ustversion: stable-2.10
16844a6d 779 arch: !!python/tuple [amd64]
b631316e
MJ
780 build: !!python/tuple [std, oot, dist]
781 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
782 urcuversion: !!python/tuple [stable-0.9]
783 babelversion: !!python/tuple [stable-1.5]
9699c0e7 784 testtype: !!python/tuple [base]
b631316e
MJ
785 - 'lttng-tools_{version}_{buildtype}':
786 buildtype: portbuild
787 version: stable-2.10
788 ustversion: stable-2.10
16844a6d 789 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
790 build: !!python/tuple [std]
791 conf: !!python/tuple [std, no-ust, agents]
792 urcuversion: !!python/tuple [stable-0.9]
793 babelversion: !!python/tuple [stable-1.5]
9699c0e7 794 testtype: !!python/tuple [base]
81bf613d
MJ
795 - 'lttng-tools_{version}_{buildtype}':
796 buildtype: slesbuild
797 version: stable-2.10
798 ustversion: stable-2.10
799 arch: !!python/tuple [sles12sp2]
800 build: !!python/tuple [std]
801 conf: !!python/tuple [std]
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: solarisbuild
807 version: stable-2.10
808 ustversion: stable-2.10
995ac8f2 809 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
810 build: !!python/tuple [std]
811 conf: !!python/tuple [relayd-only]
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: macosxbuild
817 version: stable-2.10
818 ustversion: stable-2.10
819 arch: !!python/tuple [macosx]
820 build: !!python/tuple [std]
821 conf: !!python/tuple [relayd-only]
822 urcuversion: !!python/tuple [stable-0.9]
823 babelversion: !!python/tuple [stable-1.5]
9699c0e7 824 testtype: !!python/tuple [base]
81bf613d
MJ
825 - 'lttng-tools_{version}_winbuild':
826 version: stable-2.10
827 ustversion: stable-2.10
828 arch: !!python/tuple [cygwin, cygwin64]
829 build: !!python/tuple [std]
830 conf: !!python/tuple [relayd-only]
831 urcuversion: !!python/tuple [stable-0.9]
832 babelversion: !!python/tuple [stable-1.5]
9699c0e7 833 testtype: !!python/tuple [base]
81bf613d
MJ
834
835 # stable-2.9 #
0a9d9a74
MJ
836 - 'lttng-tools_{version}_{buildtype}':
837 buildtype: build
838 version: stable-2.9
839 ustversion: stable-2.9
16844a6d 840 arch: !!python/tuple [amd64]
0a9d9a74 841 build: !!python/tuple [std, oot, dist]
a53a056e 842 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
0a9d9a74 843 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 844 babelversion: !!python/tuple [stable-1.5]
9699c0e7 845 testtype: !!python/tuple [base]
0a9d9a74
MJ
846 - 'lttng-tools_{version}_{buildtype}':
847 buildtype: portbuild
848 version: stable-2.9
849 ustversion: stable-2.9
16844a6d 850 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 851 build: !!python/tuple [std]
67122b96 852 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 853 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 854 babelversion: !!python/tuple [stable-1.5]
9699c0e7 855 testtype: !!python/tuple [base]
81bf613d
MJ
856 - 'lttng-tools_{version}_{buildtype}':
857 buildtype: slesbuild
858 version: stable-2.9
859 ustversion: stable-2.9
860 arch: !!python/tuple [sles12sp2]
861 build: !!python/tuple [std]
862 conf: !!python/tuple [std]
863 urcuversion: !!python/tuple [stable-0.9]
864 babelversion: !!python/tuple [stable-1.5]
9699c0e7 865 testtype: !!python/tuple [base]
0a9d9a74
MJ
866 - 'lttng-tools_{version}_{buildtype}':
867 buildtype: solarisbuild
868 version: stable-2.9
869 ustversion: stable-2.9
995ac8f2 870 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
871 build: !!python/tuple [std]
872 conf: !!python/tuple [relayd-only]
873 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 874 babelversion: !!python/tuple [stable-1.5]
9699c0e7 875 testtype: !!python/tuple [base]
81bf613d
MJ
876 - 'lttng-tools_{version}_{buildtype}':
877 buildtype: macosxbuild
878 version: stable-2.9
879 ustversion: stable-2.9
880 arch: !!python/tuple [macosx]
881 build: !!python/tuple [std]
882 conf: !!python/tuple [relayd-only]
883 urcuversion: !!python/tuple [stable-0.9]
884 babelversion: !!python/tuple [stable-1.5]
9699c0e7 885 testtype: !!python/tuple [base]
81bf613d
MJ
886 - 'lttng-tools_{version}_winbuild':
887 version: stable-2.9
888 ustversion: stable-2.9
889 arch: !!python/tuple [cygwin, cygwin64]
890 build: !!python/tuple [std]
891 conf: !!python/tuple [relayd-only]
892 urcuversion: !!python/tuple [stable-0.9]
893 babelversion: !!python/tuple [stable-1.5]
9699c0e7 894 testtype: !!python/tuple [base]
81bf613d
MJ
895
896 # stable-2.8 #
20f81bbb
JR
897 - 'lttng-tools_{version}_{buildtype}':
898 buildtype: build
899 version: stable-2.8
aa27566e 900 ustversion: stable-2.8
16844a6d 901 arch: !!python/tuple [amd64]
20f81bbb 902 build: !!python/tuple [std, oot, dist]
a53a056e 903 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
20f81bbb 904 urcuversion: !!python/tuple [stable-0.9]
485ddac1 905 babelversion: !!python/tuple [stable-1.5]
9699c0e7 906 testtype: !!python/tuple [base]
20f81bbb
JR
907 - 'lttng-tools_{version}_{buildtype}':
908 buildtype: portbuild
909 version: stable-2.8
aa27566e 910 ustversion: stable-2.8
16844a6d 911 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
20f81bbb 912 build: !!python/tuple [std]
67122b96 913 conf: !!python/tuple [std, no-ust, agents]
20f81bbb 914 urcuversion: !!python/tuple [stable-0.9]
485ddac1 915 babelversion: !!python/tuple [stable-1.5]
9699c0e7 916 testtype: !!python/tuple [base]
81bf613d
MJ
917 - 'lttng-tools_{version}_{buildtype}':
918 buildtype: slesbuild
919 version: stable-2.8
920 ustversion: stable-2.8
921 arch: !!python/tuple [sles12sp2]
922 build: !!python/tuple [std]
923 conf: !!python/tuple [std]
924 urcuversion: !!python/tuple [stable-0.9]
485ddac1 925 babelversion: !!python/tuple [stable-1.5]
9699c0e7 926 testtype: !!python/tuple [base]
b6e62a6a
MJ
927 - 'lttng-tools_{version}_{buildtype}':
928 buildtype: solarisbuild
929 version: stable-2.8
930 ustversion: stable-2.8
995ac8f2 931 arch: !!python/tuple [sol10-i386, sol11-i386]
b6e62a6a
MJ
932 build: !!python/tuple [std]
933 conf: !!python/tuple [relayd-only]
934 urcuversion: !!python/tuple [stable-0.9]
485ddac1 935 babelversion: !!python/tuple [stable-1.5]
9699c0e7 936 testtype: !!python/tuple [base]
81bf613d
MJ
937
938 # stable-2.7 #
81bf613d
MJ
939 - 'lttng-tools_{version}_{buildtype}':
940 buildtype: slesbuild
941 version: stable-2.7
942 ustversion: stable-2.7
943 arch: !!python/tuple [sles12sp2]
61afb3c3 944 build: !!python/tuple [std]
81bf613d 945 conf: !!python/tuple [std]
61afb3c3 946 urcuversion: !!python/tuple [stable-0.9]
04e97f85 947 babelversion: !!python/tuple [stable-1.5]
9699c0e7 948 testtype: !!python/tuple [base]
81bf613d 949
61afb3c3
MJ
950 - 'lttng-tools_{version}_cppcheck'
951 - 'lttng-tools_{version}_scan-build':
952 version: master
953 urcuversion: master
954 ustversion: master
7f5ffb7a
MJ
955 - 'lttng-tools_{version}_scan-build':
956 version: stable-2.11
957 urcuversion: stable-0.10
958 ustversion: stable-2.11
b631316e
MJ
959 - 'lttng-tools_{version}_scan-build':
960 version: stable-2.10
961 urcuversion: stable-0.9
962 ustversion: stable-2.10
61afb3c3
MJ
963 - 'lttng-tools_{version}_scan-build':
964 version: stable-2.9
965 urcuversion: stable-0.9
966 ustversion: stable-2.9
967 - 'lttng-tools_{version}_scan-build':
968 version: stable-2.8
969 urcuversion: stable-0.9
970 ustversion: stable-2.8
61afb3c3
MJ
971 - 'lttng-tools_{version}_coverity':
972 version: master
973 urcuversion: master
974 ustversion: master
975
976
977- project:
978 name: dev_jgalar_lttng-tools
979 user: jgalar
980 github_user: jgalar
981 github_name: lttng-tools
dd00f858 982 email_to: 'jgalar@efficios.com'
61afb3c3 983 jobs:
7671741c 984 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
985 buildtype: build
986 version: master-staging
aa27566e 987 ustversion: master
16844a6d 988 arch: !!python/tuple [amd64]
7671741c 989 build: !!python/tuple [std, oot, dist]
67122b96 990 conf: !!python/tuple [std, no-ust, agents]
7671741c 991 urcuversion: !!python/tuple [master]
21ae1ad6 992 babelversion: !!python/tuple [stable-1.5]
9699c0e7 993 testtype: !!python/tuple [base]
7f5ffb7a
MJ
994 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
995 buildtype: build
996 version: stable-2.11-staging
997 ustversion: stable-2.11
16844a6d 998 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
999 build: !!python/tuple [std, oot, dist]
1000 conf: !!python/tuple [std, no-ust, agents]
1001 urcuversion: !!python/tuple [stable-0.10]
1002 babelversion: !!python/tuple [stable-1.5]
5349d986 1003 testtype: !!python/tuple [base]
b631316e
MJ
1004 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1005 buildtype: build
1006 version: stable-2.10-staging
1007 ustversion: stable-2.10
16844a6d 1008 arch: !!python/tuple [amd64]
b631316e
MJ
1009 build: !!python/tuple [std, oot, dist]
1010 conf: !!python/tuple [std, no-ust, agents]
1011 urcuversion: !!python/tuple [stable-0.9]
1012 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1013 testtype: !!python/tuple [base]
0a9d9a74 1014 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1015 buildtype: build
1016 version: stable-2.9-staging
1017 ustversion: stable-2.9
16844a6d 1018 arch: !!python/tuple [amd64]
0a9d9a74 1019 build: !!python/tuple [std, oot, dist]
67122b96 1020 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1021 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1022 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1023 testtype: !!python/tuple [base]
7671741c 1024 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1025 buildtype: build
1026 version: stable-2.8-staging
aa27566e 1027 ustversion: stable-2.8
16844a6d 1028 arch: !!python/tuple [amd64]
7671741c 1029 build: !!python/tuple [std, oot, dist]
67122b96 1030 conf: !!python/tuple [std, no-ust, agents]
7671741c 1031 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1032 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1033 testtype: !!python/tuple [base]
6e5203a5 1034 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1035 buildtype: portbuild
1036 version: master-staging
1037 ustversion: master
16844a6d 1038 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1039 build: !!python/tuple [std]
67122b96 1040 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 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: portbuild
1046 version: stable-2.11-staging
1047 ustversion: stable-2.11
16844a6d 1048 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1049 build: !!python/tuple [std]
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: portbuild
1056 version: stable-2.10-staging
1057 ustversion: stable-2.10
16844a6d 1058 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1059 build: !!python/tuple [std]
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: portbuild
1066 version: stable-2.9-staging
1067 ustversion: stable-2.9
16844a6d 1068 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1069 build: !!python/tuple [std]
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]
6e5203a5 1074 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1075 buildtype: portbuild
1076 version: stable-2.8-staging
1077 ustversion: stable-2.8
16844a6d 1078 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1079 build: !!python/tuple [std]
67122b96 1080 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1081 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1082 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1083 testtype: !!python/tuple [base]
bae34da3 1084 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
1085 buildtype: macosxbuild
1086 version: master-staging
1087 ustversion: master
1088 arch: !!python/tuple [macosx]
1089 build: !!python/tuple [std]
1090 conf: !!python/tuple [relayd-only]
1091 urcuversion: !!python/tuple [master]
21ae1ad6 1092 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1093 testtype: !!python/tuple [base]
a23306a6 1094 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1095 buildtype: solarisbuild
1096 version: master-staging
1097 ustversion: master
995ac8f2 1098 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1099 build: !!python/tuple [std]
1100 conf: !!python/tuple [relayd-only]
1101 urcuversion: !!python/tuple [master]
21ae1ad6 1102 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1103 testtype: !!python/tuple [base]
09d45745
MJ
1104
1105- project:
1106 name: lttng-tools-views
1107 views:
1108 - LTTng-tools
This page took 0.088868 seconds and 4 git commands to generate.