jjb: lttng-modules: Add gerrit build job
[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
c2a8d05f
MJ
502- job-template:
503 name: dev_gerrit_lttng-tools_{buildtype}
504 defaults: lttng-tools
505 concurrent: true
506
507 scm:
508 - git:
509 url: https://review.lttng.org/lttng-tools
510 refspec: 'refs/changes/*:refs/changes/*'
511 branches:
512 - '$GERRIT_REFSPEC'
513 basedir: src/lttng-tools
514 skip-tag: true
515
516 triggers:
517 - gerrit:
518 trigger-on:
519 - comment-added-event:
520 approval-category: 'CI-Build'
521 approval-value: 1
522 projects:
523 - project-compare-type: 'PLAIN'
524 project-pattern: 'lttng-tools'
525 branches:
526 - branch-compare-type: 'ANT'
527 branch-pattern: '**'
528 trigger-for-unreviewed-patches: true
529
530 <<: *lttng-tools_build_axes_defaults
531 <<: *lttng-tools_build_builders_defaults
532
533 publishers:
534 - postbuildscript:
535 mark-unstable-if-failed: true
536 builders:
537 - role: SLAVE
538 build-on:
539 - SUCCESS
540 - UNSTABLE
541 - NOT_BUILT
542 - ABORTED
543 - FAILURE
544 build-steps:
545 - shell:
546 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
547 - tap:
548 results: 'tap/**/*.*'
549 fail-if-no-results: true
550 failed-tests-mark-build-as-failure: true
551 todo-is-failure: false
552 - warnings:
553 console-log-parsers:
554 - 'GNU Make + GNU C Compiler (gcc)'
555 total-thresholds:
556 unstable:
557 total-all: 0
558 total-high: 0
559 total-normal: 0
560 total-low: 0
561 - archive:
562 artifacts: 'build/**,deps/**,tap/**'
563 allow-empty: false
564 - workspace-cleanup:
565 clean-if:
566 - failure: false
567
b4005bbf
MJ
568- job-template:
569 name: lttng-tools_{version}_cppcheck
570 defaults: lttng-tools
571
572 triggers:
573 - pollscm:
574 cron: "@daily"
575
576 builders:
577 - shell: |
5279b0f2
MJ
578 rm -f cppcheck-result.xml
579 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
b4005bbf
MJ
580
581 publishers:
582 - archive:
5279b0f2 583 artifacts: 'cppcheck-result.xml'
b4005bbf
MJ
584 allow-empty: false
585 - cppcheck:
5279b0f2 586 pattern: 'cppcheck-result.xml'
dd00f858 587 - email-ext:
b4005bbf 588 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
589 reply-to: ci-notification@lists.lttng.org
590 always: false
591 unstable: false
592 first-failure: true
593 first-unstable: true
594 not-built: false
595 aborted: false
596 regression: false
597 failure: false
598 second-failure: false
599 improvement: false
600 still-failing: false
601 success: false
602 fixed: false
603 fixed-unhealthy: true
604 still-unstable: false
605 pre-build: false
606 matrix-trigger: only-parent
607 send-to:
608 - recipients
b4005bbf
MJ
609
610- job-template:
611 name: lttng-tools_{version}_scan-build
612 defaults: lttng-tools
16844a6d 613 node: 'amd64'
b4005bbf
MJ
614
615 triggers:
616 - pollscm:
617 cron: "@daily"
618
619 builders:
620 - copyartifact:
16844a6d 621 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 622 which-build: last-successful
3522265a 623 stable: false
b4005bbf 624 filter: 'build/**'
6544f0ff 625 target: 'deps'
b4005bbf
MJ
626 do-not-fingerprint: true
627 - copyartifact:
16844a6d 628 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 629 which-build: last-successful
3522265a 630 stable: false
b4005bbf 631 filter: 'build/**'
6544f0ff 632 target: 'deps'
b4005bbf
MJ
633 do-not-fingerprint: true
634 - shell:
69f05d59 635 !include-raw-escape: scripts/common/scan-build.sh
b4005bbf
MJ
636
637 publishers:
638 - html-publisher:
639 name: 'HTML Report'
640 dir: 'scan-build-archive/'
641 files: 'index.html'
642
643- job-template:
644 name: lttng-tools_{version}_coverity
645 defaults: lttng-tools
16844a6d 646 node: 'amd64'
b4005bbf
MJ
647
648 triggers:
649 - pollscm:
650 cron: "@daily"
651
652 wrappers:
653 - workspace-cleanup
654 - timestamps
655 - ansicolor:
656 colormap: xterm
657 - credentials-binding:
658 - username-password-separated:
659 credential-id: lttng-tools_coverity_token
660 username: COVERITY_SCAN_PROJECT_NAME
661 password: COVERITY_SCAN_TOKEN
662
663 builders:
664 - copyartifact:
16844a6d 665 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 666 which-build: last-successful
3522265a 667 stable: false
b4005bbf 668 filter: 'build/**'
30c8dfac 669 target: 'deps'
b4005bbf
MJ
670 do-not-fingerprint: true
671 - copyartifact:
16844a6d 672 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 673 which-build: last-successful
3522265a 674 stable: false
b4005bbf 675 filter: 'build/**'
30c8dfac 676 target: 'deps'
b4005bbf
MJ
677 do-not-fingerprint: true
678 - shell:
ef63064f 679 !include-raw-escape: scripts/common/coverity.sh
b4005bbf
MJ
680
681 publishers:
96e8f697
MJ
682 - archive:
683 artifacts: 'analysis-results.tgz,cov-int/**'
684 allow-empty: false
b4005bbf
MJ
685 - workspace-cleanup
686
b4005bbf 687
09d45745
MJ
688## Views
689- view-template:
690 name: 'LTTng-tools'
691 view-type: list
692 regex: 'lttng-tools[-_].*'
b4005bbf 693
b4005bbf 694
09d45745 695## Projects
b4005bbf
MJ
696- project:
697 name: lttng-tools
51ca880a
MJ
698 github_user: lttng
699 github_name: lttng-tools
dd00f858 700 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 701 version:
9beacf91 702 - stable-2.8
0a9d9a74 703 - stable-2.9
b631316e 704 - stable-2.10
7f5ffb7a 705 - stable-2.11
03297c9e 706 - stable-2.12
9beacf91 707 - master
b4005bbf 708 jobs:
81bf613d 709 # Master #
b4005bbf
MJ
710 - 'lttng-tools_{version}_{buildtype}':
711 buildtype: build
712 version: master
aa27566e 713 ustversion: master
16844a6d 714 arch: !!python/tuple [amd64]
b4005bbf 715 build: !!python/tuple [std, oot, dist]
3c81f138 716 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
b4005bbf 717 urcuversion: !!python/tuple [master]
481eadc8 718 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 719 testtype: !!python/tuple [base]
b4005bbf
MJ
720 - 'lttng-tools_{version}_{buildtype}':
721 buildtype: portbuild
722 version: master
aa27566e 723 ustversion: master
16844a6d 724 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b4005bbf 725 build: !!python/tuple [std]
67122b96 726 conf: !!python/tuple [std, no-ust, agents]
b4005bbf 727 urcuversion: !!python/tuple [master]
21ae1ad6 728 babelversion: !!python/tuple [stable-1.5]
9699c0e7 729 testtype: !!python/tuple [base]
b6e62a6a 730 - 'lttng-tools_{version}_{buildtype}':
81bf613d 731 buildtype: slesbuild
b6e62a6a
MJ
732 version: master
733 ustversion: master
81bf613d 734 arch: !!python/tuple [sles12sp2]
b6e62a6a 735 build: !!python/tuple [std]
81bf613d 736 conf: !!python/tuple [std]
b6e62a6a 737 urcuversion: !!python/tuple [master]
21ae1ad6 738 babelversion: !!python/tuple [stable-1.5]
9699c0e7 739 testtype: !!python/tuple [base]
568b5cbd
MJ
740 - 'lttng-tools_{version}_{buildtype}':
741 buildtype: elbuild
742 version: master
743 ustversion: master
744 arch: !!python/tuple [el8]
745 build: !!python/tuple [std]
746 conf: !!python/tuple [std]
747 urcuversion: !!python/tuple [master]
748 babelversion: !!python/tuple [stable-1.5]
749 testtype: !!python/tuple [base]
b631316e
MJ
750 - 'lttng-tools_{version}_{buildtype}':
751 buildtype: macosxbuild
81bf613d
MJ
752 version: master
753 ustversion: master
b631316e
MJ
754 arch: !!python/tuple [macosx]
755 build: !!python/tuple [std]
756 conf: !!python/tuple [relayd-only]
81bf613d 757 urcuversion: !!python/tuple [master]
b631316e 758 babelversion: !!python/tuple [stable-1.5]
9699c0e7 759 testtype: !!python/tuple [base]
0a9d9a74 760 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
761 buildtype: solarisbuild
762 version: master
763 ustversion: master
995ac8f2 764 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
765 build: !!python/tuple [std]
766 conf: !!python/tuple [relayd-only]
81bf613d 767 urcuversion: !!python/tuple [master]
21ae1ad6 768 babelversion: !!python/tuple [stable-1.5]
9699c0e7 769 testtype: !!python/tuple [base]
81bf613d 770 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
771 version: master
772 ustversion: master
81bf613d 773 arch: !!python/tuple [cygwin, cygwin64]
b6e62a6a
MJ
774 build: !!python/tuple [std]
775 conf: !!python/tuple [relayd-only]
776 urcuversion: !!python/tuple [master]
21ae1ad6 777 babelversion: !!python/tuple [stable-1.5]
9699c0e7
JR
778 testtype: !!python/tuple [base]
779 - 'lttng-tools_{version}_long_regression':
780 buildtype: build
6b9f13ac 781 version: master
9699c0e7 782 ustversion: master
16844a6d 783 arch: !!python/tuple [amd64]
9699c0e7
JR
784 build: !!python/tuple [std]
785 conf: !!python/tuple [std]
786 urcuversion: !!python/tuple [master]
787 babelversion: !!python/tuple [stable-1.5]
788 testtype: !!python/tuple [full]
81bf613d 789
03297c9e
MJ
790 # stable-2.12
791 - 'lttng-tools_{version}_{buildtype}':
792 buildtype: build
793 version: stable-2.12
794 ustversion: stable-2.12
795 arch: !!python/tuple [amd64]
796 build: !!python/tuple [std, oot, dist]
797 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
798 urcuversion: !!python/tuple [stable-0.11]
799 babelversion: !!python/tuple [stable-2.0]
800 testtype: !!python/tuple [base]
801 - 'lttng-tools_{version}_{buildtype}':
802 buildtype: portbuild
803 version: stable-2.12
804 ustversion: stable-2.12
805 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
806 build: !!python/tuple [std]
807 conf: !!python/tuple [std, no-ust, agents]
808 urcuversion: !!python/tuple [stable-0.11]
809 babelversion: !!python/tuple [stable-2.0]
810 testtype: !!python/tuple [base]
811 - 'lttng-tools_{version}_{buildtype}':
812 buildtype: slesbuild
813 version: stable-2.12
814 ustversion: stable-2.12
815 arch: !!python/tuple [sles12sp2]
816 build: !!python/tuple [std]
817 conf: !!python/tuple [std]
818 urcuversion: !!python/tuple [stable-0.11]
819 babelversion: !!python/tuple [stable-2.0]
820 testtype: !!python/tuple [base]
821 - 'lttng-tools_{version}_{buildtype}':
822 buildtype: elbuild
823 version: stable-2.12
824 ustversion: stable-2.12
825 arch: !!python/tuple [el8]
826 build: !!python/tuple [std]
827 conf: !!python/tuple [std]
828 urcuversion: !!python/tuple [stable-0.11]
829 babelversion: !!python/tuple [stable-2.0]
830 testtype: !!python/tuple [base]
831 - 'lttng-tools_{version}_{buildtype}':
832 buildtype: solarisbuild
833 version: stable-2.12
834 ustversion: stable-2.12
835 arch: !!python/tuple [sol10-i386, sol11-i386]
836 build: !!python/tuple [std]
837 conf: !!python/tuple [relayd-only]
838 urcuversion: !!python/tuple [stable-0.11]
839 babelversion: !!python/tuple [stable-1.5]
840 testtype: !!python/tuple [base]
841 - 'lttng-tools_{version}_{buildtype}':
842 buildtype: macosxbuild
843 version: stable-2.12
844 ustversion: stable-2.12
845 arch: !!python/tuple [macosx]
846 build: !!python/tuple [std]
847 conf: !!python/tuple [relayd-only]
848 urcuversion: !!python/tuple [stable-0.11]
849 babelversion: !!python/tuple [stable-2.0]
850 testtype: !!python/tuple [base]
851 - 'lttng-tools_{version}_winbuild':
852 version: stable-2.12
853 ustversion: stable-2.12
854 arch: !!python/tuple [cygwin, cygwin64]
855 build: !!python/tuple [std]
856 conf: !!python/tuple [relayd-only]
857 urcuversion: !!python/tuple [stable-0.11]
858 babelversion: !!python/tuple [stable-2.0]
859 testtype: !!python/tuple [base]
860 - 'lttng-tools_{version}_long_regression':
861 buildtype: build
862 version: stable-2.12
863 ustversion: stable-2.12
864 arch: !!python/tuple [amd64]
865 build: !!python/tuple [std]
866 conf: !!python/tuple [std]
867 urcuversion: !!python/tuple [stable-0.11]
868 babelversion: !!python/tuple [stable-2.0]
869 testtype: !!python/tuple [full]
870
7f5ffb7a
MJ
871 # stable-2.11
872 - 'lttng-tools_{version}_{buildtype}':
873 buildtype: build
874 version: stable-2.11
875 ustversion: stable-2.11
16844a6d 876 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
877 build: !!python/tuple [std, oot, dist]
878 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
879 urcuversion: !!python/tuple [stable-0.10]
880 babelversion: !!python/tuple [stable-1.5]
5349d986 881 testtype: !!python/tuple [base]
7f5ffb7a
MJ
882 - 'lttng-tools_{version}_{buildtype}':
883 buildtype: portbuild
884 version: stable-2.11
885 ustversion: stable-2.11
16844a6d 886 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
887 build: !!python/tuple [std]
888 conf: !!python/tuple [std, no-ust, agents]
889 urcuversion: !!python/tuple [stable-0.10]
890 babelversion: !!python/tuple [stable-1.5]
5349d986 891 testtype: !!python/tuple [base]
7f5ffb7a
MJ
892 - 'lttng-tools_{version}_{buildtype}':
893 buildtype: slesbuild
894 version: stable-2.11
895 ustversion: stable-2.11
896 arch: !!python/tuple [sles12sp2]
897 build: !!python/tuple [std]
898 conf: !!python/tuple [std]
899 urcuversion: !!python/tuple [stable-0.10]
900 babelversion: !!python/tuple [stable-1.5]
5349d986 901 testtype: !!python/tuple [base]
568b5cbd
MJ
902 - 'lttng-tools_{version}_{buildtype}':
903 buildtype: elbuild
904 version: stable-2.11
905 ustversion: stable-2.11
906 arch: !!python/tuple [el8]
907 build: !!python/tuple [std]
908 conf: !!python/tuple [std]
909 urcuversion: !!python/tuple [stable-0.10]
910 babelversion: !!python/tuple [stable-1.5]
911 testtype: !!python/tuple [base]
7f5ffb7a
MJ
912 - 'lttng-tools_{version}_{buildtype}':
913 buildtype: solarisbuild
914 version: stable-2.11
915 ustversion: stable-2.11
916 arch: !!python/tuple [sol10-i386, sol11-i386]
917 build: !!python/tuple [std]
918 conf: !!python/tuple [relayd-only]
919 urcuversion: !!python/tuple [stable-0.10]
920 babelversion: !!python/tuple [stable-1.5]
5349d986 921 testtype: !!python/tuple [base]
7f5ffb7a
MJ
922 - 'lttng-tools_{version}_{buildtype}':
923 buildtype: macosxbuild
924 version: stable-2.11
925 ustversion: stable-2.11
926 arch: !!python/tuple [macosx]
927 build: !!python/tuple [std]
928 conf: !!python/tuple [relayd-only]
929 urcuversion: !!python/tuple [stable-0.10]
930 babelversion: !!python/tuple [stable-1.5]
5349d986 931 testtype: !!python/tuple [base]
7f5ffb7a
MJ
932 - 'lttng-tools_{version}_winbuild':
933 version: stable-2.11
934 ustversion: stable-2.11
935 arch: !!python/tuple [cygwin, cygwin64]
936 build: !!python/tuple [std]
937 conf: !!python/tuple [relayd-only]
938 urcuversion: !!python/tuple [stable-0.10]
939 babelversion: !!python/tuple [stable-1.5]
5349d986 940 testtype: !!python/tuple [base]
6b9f13ac
MJ
941 - 'lttng-tools_{version}_long_regression':
942 buildtype: build
943 version: stable-2.11
944 ustversion: stable-2.11
945 arch: !!python/tuple [amd64]
946 build: !!python/tuple [std]
947 conf: !!python/tuple [std]
948 urcuversion: !!python/tuple [stable-0.10]
949 babelversion: !!python/tuple [stable-1.5]
950 testtype: !!python/tuple [full]
7f5ffb7a 951
81bf613d 952 # stable-2.10
b631316e
MJ
953 - 'lttng-tools_{version}_{buildtype}':
954 buildtype: build
955 version: stable-2.10
956 ustversion: stable-2.10
16844a6d 957 arch: !!python/tuple [amd64]
b631316e
MJ
958 build: !!python/tuple [std, oot, dist]
959 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
960 urcuversion: !!python/tuple [stable-0.9]
961 babelversion: !!python/tuple [stable-1.5]
9699c0e7 962 testtype: !!python/tuple [base]
b631316e
MJ
963 - 'lttng-tools_{version}_{buildtype}':
964 buildtype: portbuild
965 version: stable-2.10
966 ustversion: stable-2.10
16844a6d 967 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
968 build: !!python/tuple [std]
969 conf: !!python/tuple [std, no-ust, agents]
970 urcuversion: !!python/tuple [stable-0.9]
971 babelversion: !!python/tuple [stable-1.5]
9699c0e7 972 testtype: !!python/tuple [base]
81bf613d
MJ
973 - 'lttng-tools_{version}_{buildtype}':
974 buildtype: slesbuild
975 version: stable-2.10
976 ustversion: stable-2.10
977 arch: !!python/tuple [sles12sp2]
978 build: !!python/tuple [std]
979 conf: !!python/tuple [std]
980 urcuversion: !!python/tuple [stable-0.9]
981 babelversion: !!python/tuple [stable-1.5]
9699c0e7 982 testtype: !!python/tuple [base]
568b5cbd
MJ
983 - 'lttng-tools_{version}_{buildtype}':
984 buildtype: elbuild
985 version: stable-2.10
986 ustversion: stable-2.10
987 arch: !!python/tuple [el8]
988 build: !!python/tuple [std]
989 conf: !!python/tuple [std]
990 urcuversion: !!python/tuple [stable-0.9]
991 babelversion: !!python/tuple [stable-1.5]
992 testtype: !!python/tuple [base]
b631316e
MJ
993 - 'lttng-tools_{version}_{buildtype}':
994 buildtype: solarisbuild
995 version: stable-2.10
996 ustversion: stable-2.10
995ac8f2 997 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
998 build: !!python/tuple [std]
999 conf: !!python/tuple [relayd-only]
1000 urcuversion: !!python/tuple [stable-0.9]
1001 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1002 testtype: !!python/tuple [base]
81bf613d
MJ
1003 - 'lttng-tools_{version}_{buildtype}':
1004 buildtype: macosxbuild
1005 version: stable-2.10
1006 ustversion: stable-2.10
1007 arch: !!python/tuple [macosx]
1008 build: !!python/tuple [std]
1009 conf: !!python/tuple [relayd-only]
1010 urcuversion: !!python/tuple [stable-0.9]
1011 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1012 testtype: !!python/tuple [base]
81bf613d
MJ
1013 - 'lttng-tools_{version}_winbuild':
1014 version: stable-2.10
1015 ustversion: stable-2.10
1016 arch: !!python/tuple [cygwin, cygwin64]
1017 build: !!python/tuple [std]
1018 conf: !!python/tuple [relayd-only]
1019 urcuversion: !!python/tuple [stable-0.9]
1020 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1021 testtype: !!python/tuple [base]
6b9f13ac
MJ
1022 - 'lttng-tools_{version}_long_regression':
1023 buildtype: build
1024 version: stable-2.10
1025 ustversion: stable-2.10
1026 arch: !!python/tuple [amd64]
1027 build: !!python/tuple [std]
1028 conf: !!python/tuple [std]
1029 urcuversion: !!python/tuple [stable-0.9]
1030 babelversion: !!python/tuple [stable-1.5]
1031 testtype: !!python/tuple [full]
81bf613d
MJ
1032
1033 # stable-2.9 #
0a9d9a74
MJ
1034 - 'lttng-tools_{version}_{buildtype}':
1035 buildtype: build
1036 version: stable-2.9
1037 ustversion: stable-2.9
16844a6d 1038 arch: !!python/tuple [amd64]
0a9d9a74 1039 build: !!python/tuple [std, oot, dist]
a53a056e 1040 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
0a9d9a74 1041 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1042 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1043 testtype: !!python/tuple [base]
0a9d9a74
MJ
1044 - 'lttng-tools_{version}_{buildtype}':
1045 buildtype: portbuild
1046 version: stable-2.9
1047 ustversion: stable-2.9
16844a6d 1048 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1049 build: !!python/tuple [std]
67122b96 1050 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1051 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1052 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1053 testtype: !!python/tuple [base]
81bf613d
MJ
1054 - 'lttng-tools_{version}_{buildtype}':
1055 buildtype: slesbuild
1056 version: stable-2.9
1057 ustversion: stable-2.9
1058 arch: !!python/tuple [sles12sp2]
1059 build: !!python/tuple [std]
1060 conf: !!python/tuple [std]
1061 urcuversion: !!python/tuple [stable-0.9]
1062 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1063 testtype: !!python/tuple [base]
568b5cbd
MJ
1064 - 'lttng-tools_{version}_{buildtype}':
1065 buildtype: elbuild
1066 version: stable-2.9
1067 ustversion: stable-2.9
1068 arch: !!python/tuple [el8]
1069 build: !!python/tuple [std]
1070 conf: !!python/tuple [std]
1071 urcuversion: !!python/tuple [stable-0.9]
1072 babelversion: !!python/tuple [stable-1.5]
1073 testtype: !!python/tuple [base]
0a9d9a74
MJ
1074 - 'lttng-tools_{version}_{buildtype}':
1075 buildtype: solarisbuild
1076 version: stable-2.9
1077 ustversion: stable-2.9
995ac8f2 1078 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
1079 build: !!python/tuple [std]
1080 conf: !!python/tuple [relayd-only]
1081 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1082 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1083 testtype: !!python/tuple [base]
81bf613d
MJ
1084 - 'lttng-tools_{version}_{buildtype}':
1085 buildtype: macosxbuild
1086 version: stable-2.9
1087 ustversion: stable-2.9
1088 arch: !!python/tuple [macosx]
1089 build: !!python/tuple [std]
1090 conf: !!python/tuple [relayd-only]
1091 urcuversion: !!python/tuple [stable-0.9]
1092 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1093 testtype: !!python/tuple [base]
81bf613d
MJ
1094 - 'lttng-tools_{version}_winbuild':
1095 version: stable-2.9
1096 ustversion: stable-2.9
1097 arch: !!python/tuple [cygwin, cygwin64]
1098 build: !!python/tuple [std]
1099 conf: !!python/tuple [relayd-only]
1100 urcuversion: !!python/tuple [stable-0.9]
1101 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1102 testtype: !!python/tuple [base]
6b9f13ac
MJ
1103 - 'lttng-tools_{version}_long_regression':
1104 buildtype: build
1105 version: stable-2.9
1106 ustversion: stable-2.9
1107 arch: !!python/tuple [amd64]
1108 build: !!python/tuple [std]
1109 conf: !!python/tuple [std]
1110 urcuversion: !!python/tuple [stable-0.9]
1111 babelversion: !!python/tuple [stable-1.5]
1112 testtype: !!python/tuple [full]
81bf613d
MJ
1113
1114 # stable-2.8 #
20f81bbb
JR
1115 - 'lttng-tools_{version}_{buildtype}':
1116 buildtype: build
1117 version: stable-2.8
aa27566e 1118 ustversion: stable-2.8
16844a6d 1119 arch: !!python/tuple [amd64]
20f81bbb 1120 build: !!python/tuple [std, oot, dist]
a53a056e 1121 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
20f81bbb 1122 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1123 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1124 testtype: !!python/tuple [base]
20f81bbb
JR
1125 - 'lttng-tools_{version}_{buildtype}':
1126 buildtype: portbuild
1127 version: stable-2.8
aa27566e 1128 ustversion: stable-2.8
16844a6d 1129 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
20f81bbb 1130 build: !!python/tuple [std]
67122b96 1131 conf: !!python/tuple [std, no-ust, agents]
20f81bbb 1132 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1133 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1134 testtype: !!python/tuple [base]
81bf613d
MJ
1135 - 'lttng-tools_{version}_{buildtype}':
1136 buildtype: slesbuild
1137 version: stable-2.8
1138 ustversion: stable-2.8
1139 arch: !!python/tuple [sles12sp2]
1140 build: !!python/tuple [std]
1141 conf: !!python/tuple [std]
1142 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1143 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1144 testtype: !!python/tuple [base]
568b5cbd
MJ
1145 - 'lttng-tools_{version}_{buildtype}':
1146 buildtype: elbuild
1147 version: stable-2.8
1148 ustversion: stable-2.8
1149 arch: !!python/tuple [el8]
1150 build: !!python/tuple [std]
1151 conf: !!python/tuple [std]
1152 urcuversion: !!python/tuple [stable-0.9]
1153 babelversion: !!python/tuple [stable-1.5]
1154 testtype: !!python/tuple [base]
b6e62a6a
MJ
1155 - 'lttng-tools_{version}_{buildtype}':
1156 buildtype: solarisbuild
1157 version: stable-2.8
1158 ustversion: stable-2.8
995ac8f2 1159 arch: !!python/tuple [sol10-i386, sol11-i386]
b6e62a6a
MJ
1160 build: !!python/tuple [std]
1161 conf: !!python/tuple [relayd-only]
1162 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1163 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1164 testtype: !!python/tuple [base]
6b9f13ac
MJ
1165 - 'lttng-tools_{version}_long_regression':
1166 buildtype: build
1167 version: stable-2.8
1168 ustversion: stable-2.8
1169 arch: !!python/tuple [amd64]
1170 build: !!python/tuple [std]
1171 conf: !!python/tuple [std]
1172 urcuversion: !!python/tuple [stable-0.9]
1173 babelversion: !!python/tuple [stable-1.5]
1174 testtype: !!python/tuple [full]
81bf613d
MJ
1175
1176 # stable-2.7 #
81bf613d
MJ
1177 - 'lttng-tools_{version}_{buildtype}':
1178 buildtype: slesbuild
1179 version: stable-2.7
1180 ustversion: stable-2.7
1181 arch: !!python/tuple [sles12sp2]
61afb3c3 1182 build: !!python/tuple [std]
81bf613d 1183 conf: !!python/tuple [std]
61afb3c3 1184 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1185 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1186 testtype: !!python/tuple [base]
81bf613d 1187
61afb3c3
MJ
1188 - 'lttng-tools_{version}_cppcheck'
1189 - 'lttng-tools_{version}_scan-build':
1190 version: master
1191 urcuversion: master
1192 ustversion: master
7f5ffb7a
MJ
1193 - 'lttng-tools_{version}_scan-build':
1194 version: stable-2.11
1195 urcuversion: stable-0.10
1196 ustversion: stable-2.11
b631316e
MJ
1197 - 'lttng-tools_{version}_scan-build':
1198 version: stable-2.10
1199 urcuversion: stable-0.9
1200 ustversion: stable-2.10
61afb3c3
MJ
1201 - 'lttng-tools_{version}_scan-build':
1202 version: stable-2.9
1203 urcuversion: stable-0.9
1204 ustversion: stable-2.9
1205 - 'lttng-tools_{version}_scan-build':
1206 version: stable-2.8
1207 urcuversion: stable-0.9
1208 ustversion: stable-2.8
61afb3c3
MJ
1209 - 'lttng-tools_{version}_coverity':
1210 version: master
1211 urcuversion: master
1212 ustversion: master
1213
1214
1215- project:
1216 name: dev_jgalar_lttng-tools
1217 user: jgalar
1218 github_user: jgalar
1219 github_name: lttng-tools
dd00f858 1220 email_to: 'jgalar@efficios.com'
61afb3c3 1221 jobs:
7671741c 1222 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1223 buildtype: build
1224 version: master-staging
aa27566e 1225 ustversion: master
16844a6d 1226 arch: !!python/tuple [amd64]
7671741c 1227 build: !!python/tuple [std, oot, dist]
67122b96 1228 conf: !!python/tuple [std, no-ust, agents]
7671741c 1229 urcuversion: !!python/tuple [master]
482bbbfb 1230 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 1231 testtype: !!python/tuple [base]
03297c9e
MJ
1232 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1233 buildtype: build
1234 version: stable-2.12-staging
1235 ustversion: stable-2.12
1236 arch: !!python/tuple [amd64]
1237 build: !!python/tuple [std, oot, dist]
1238 conf: !!python/tuple [std, no-ust, agents]
1239 urcuversion: !!python/tuple [stable-0.11]
1240 babelversion: !!python/tuple [stable-2.0, master]
1241 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1242 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1243 buildtype: build
1244 version: stable-2.11-staging
1245 ustversion: stable-2.11
16844a6d 1246 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
1247 build: !!python/tuple [std, oot, dist]
1248 conf: !!python/tuple [std, no-ust, agents]
1249 urcuversion: !!python/tuple [stable-0.10]
482bbbfb 1250 babelversion: !!python/tuple [stable-1.5, master]
5349d986 1251 testtype: !!python/tuple [base]
b631316e
MJ
1252 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1253 buildtype: build
1254 version: stable-2.10-staging
1255 ustversion: stable-2.10
16844a6d 1256 arch: !!python/tuple [amd64]
b631316e
MJ
1257 build: !!python/tuple [std, oot, dist]
1258 conf: !!python/tuple [std, no-ust, agents]
1259 urcuversion: !!python/tuple [stable-0.9]
1260 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1261 testtype: !!python/tuple [base]
0a9d9a74 1262 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1263 buildtype: build
1264 version: stable-2.9-staging
1265 ustversion: stable-2.9
16844a6d 1266 arch: !!python/tuple [amd64]
0a9d9a74 1267 build: !!python/tuple [std, oot, dist]
67122b96 1268 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1269 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1270 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1271 testtype: !!python/tuple [base]
7671741c 1272 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1273 buildtype: build
1274 version: stable-2.8-staging
aa27566e 1275 ustversion: stable-2.8
16844a6d 1276 arch: !!python/tuple [amd64]
7671741c 1277 build: !!python/tuple [std, oot, dist]
67122b96 1278 conf: !!python/tuple [std, no-ust, agents]
7671741c 1279 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1280 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1281 testtype: !!python/tuple [base]
6e5203a5 1282 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1283 buildtype: portbuild
1284 version: master-staging
1285 ustversion: master
16844a6d 1286 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1287 build: !!python/tuple [std]
67122b96 1288 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1289 urcuversion: !!python/tuple [master]
21ae1ad6 1290 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1291 testtype: !!python/tuple [base]
03297c9e
MJ
1292 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1293 buildtype: portbuild
1294 version: stable-2.12-staging
1295 ustversion: stable-2.12
1296 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1297 build: !!python/tuple [std]
1298 conf: !!python/tuple [std, no-ust, agents]
1299 urcuversion: !!python/tuple [stable-0.11]
1300 babelversion: !!python/tuple [stable-2.0]
1301 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1302 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1303 buildtype: portbuild
1304 version: stable-2.11-staging
1305 ustversion: stable-2.11
16844a6d 1306 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1307 build: !!python/tuple [std]
1308 conf: !!python/tuple [std, no-ust, agents]
1309 urcuversion: !!python/tuple [stable-0.10]
1310 babelversion: !!python/tuple [stable-1.5]
5349d986 1311 testtype: !!python/tuple [base]
b631316e
MJ
1312 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1313 buildtype: portbuild
1314 version: stable-2.10-staging
1315 ustversion: stable-2.10
16844a6d 1316 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1317 build: !!python/tuple [std]
1318 conf: !!python/tuple [std, no-ust, agents]
1319 urcuversion: !!python/tuple [stable-0.9]
1320 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1321 testtype: !!python/tuple [base]
0a9d9a74 1322 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1323 buildtype: portbuild
1324 version: stable-2.9-staging
1325 ustversion: stable-2.9
16844a6d 1326 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1327 build: !!python/tuple [std]
67122b96 1328 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1329 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1330 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1331 testtype: !!python/tuple [base]
6e5203a5 1332 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1333 buildtype: portbuild
1334 version: stable-2.8-staging
1335 ustversion: stable-2.8
16844a6d 1336 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1337 build: !!python/tuple [std]
67122b96 1338 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1339 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1340 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1341 testtype: !!python/tuple [base]
bae34da3 1342 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
1343 buildtype: macosxbuild
1344 version: master-staging
1345 ustversion: master
1346 arch: !!python/tuple [macosx]
1347 build: !!python/tuple [std]
1348 conf: !!python/tuple [relayd-only]
1349 urcuversion: !!python/tuple [master]
21ae1ad6 1350 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1351 testtype: !!python/tuple [base]
a23306a6 1352 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1353 buildtype: solarisbuild
1354 version: master-staging
1355 ustversion: master
995ac8f2 1356 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1357 build: !!python/tuple [std]
1358 conf: !!python/tuple [relayd-only]
1359 urcuversion: !!python/tuple [master]
21ae1ad6 1360 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1361 testtype: !!python/tuple [base]
09d45745 1362
c2a8d05f
MJ
1363- project:
1364 name: gerrit-lttng-tools
1365 github_user: lttng
1366 github_name: lttng-tools
1367 jobs:
1368 - 'dev_gerrit_lttng-tools_{buildtype}':
1369 buildtype: build
1370 ustversion: master
1371 arch: !!python/tuple [amd64]
1372 build: !!python/tuple [std, oot, dist, oot-dist]
1373 conf: !!python/tuple [std, no-ust, agents]
1374 urcuversion: !!python/tuple [stable-0.11]
1375 babelversion: !!python/tuple [stable-1.5]
1376 testtype: !!python/tuple [base]
1377
09d45745
MJ
1378- project:
1379 name: lttng-tools-views
1380 views:
1381 - LTTng-tools
This page took 0.093247 seconds and 4 git commands to generate.