jjb: lttng-modules: Update discard strategy of the gerrit 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
3f7ea864
JR
216- lttng-tools_build_builders_gerrit: &lttng-tools_build_builders_gerrit
217 name: 'lttng-tools_build_builders_gerrit'
218 builders:
219 - shell:
220 !include-raw-escape: scripts/lttng-tools/gerrit-depends-on.sh
221 - inject:
222 properties-file: gerrit_custom_dependencies.properties
223 - conditional-step:
224 condition-kind: and
225 on-evaluation-failure: run
226 condition-operands:
227 - condition-kind: shell
228 condition-command: 'test -z "$GERRIT_DEP_LTTNG_UST"'
229 - condition-kind: regex-match
230 label: '$conf'
231 regex: (std|static|agents|debug-rcu)
232 steps:
233 - copyartifact:
234 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
235 which-build: last-successful
236 stable: false
237 filter: 'build/**'
238 target: 'deps'
239 do-not-fingerprint: true
240 - conditional-step:
241 condition-kind: regex-match
242 label: '$conf'
243 regex: (std|static)
244 on-evaluation-failure: run
245 steps:
246 - copyartifact:
247 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
248 which-build: last-successful
249 stable: false
250 filter: 'build/**'
251 target: 'deps'
252 do-not-fingerprint: true
253 - copyartifact:
254 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
255 which-build: last-successful
256 stable: false
257 filter: 'build/**'
258 target: 'deps'
259 do-not-fingerprint: true
260 - conditional-step:
261 condition-kind: regex-match
262 label: '$conf'
263 regex: no-ust
264 on-evaluation-failure: run
265 steps:
266 - copyartifact:
267 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
268 which-build: last-successful
269 stable: false
270 filter: 'build/**'
271 target: 'deps'
272 do-not-fingerprint: true
273 - copyartifact:
274 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
275 which-build: last-successful
276 stable: false
277 filter: 'build/**'
278 target: 'deps'
279 do-not-fingerprint: true
280 - copyartifact:
281 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=std,build=std
282 which-build: last-successful
283 stable: false
284 filter: 'build/**'
285 target: 'deps'
286 do-not-fingerprint: true
287 - conditional-step:
288 condition-kind: regex-match
289 label: '$conf'
290 regex: (agents|relayd-only)
291 on-evaluation-failure: run
292 steps:
293 - copyartifact:
294 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
295 which-build: last-successful
296 stable: false
297 filter: 'build/**'
298 target: 'deps'
299 do-not-fingerprint: true
300 - copyartifact:
301 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
302 which-build: last-successful
303 stable: false
304 filter: 'build/**'
305 target: 'deps'
306 do-not-fingerprint: true
307 - conditional-step:
308 condition-kind: regex-match
309 label: '$conf'
310 regex: debug-rcu
311 on-evaluation-failure: run
312 steps:
313 - copyartifact:
314 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
315 which-build: last-successful
316 stable: false
317 filter: 'build/**'
318 target: 'deps'
319 do-not-fingerprint: true
320 - copyartifact:
321 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
322 which-build: last-successful
323 stable: false
324 filter: 'build/**'
325 target: 'deps'
326 do-not-fingerprint: true
327 - shell:
328 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
329 - conditional-step:
330 condition-kind: shell
331 condition-command: 'test ! -z "$GERRIT_DEP_LTTNG_UST"'
332 steps:
333 - shell:
334 !include-raw-escape:
335 - scripts/lttng-tools/gerrit-build-override.sh
336 - scripts/lttng-ust/build.sh
337 - shell:
338 !include-raw-escape: scripts/lttng-tools/gerrit-install-deps.sh
339 - shell:
340 !include-raw-escape: scripts/lttng-tools/build.sh
341
61afb3c3
MJ
342- lttng-tools_build_builders_win: &lttng-tools_build_builders_win
343 name: 'lttng-tools_build_builders_win'
344 builders:
345 - copyartifact:
346 project: liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std
347 which-build: last-successful
348 stable: false
349 filter: 'build/**'
09d45745 350 target: 'deps'
61afb3c3
MJ
351 do-not-fingerprint: true
352 - copyartifact:
353 project: babeltrace_${{babeltrace_version}}_winbuild/arch=${{arch}},conf=std,build=std
354 which-build: last-successful
355 stable: false
356 filter: 'build/**'
09d45745 357 target: 'deps'
61afb3c3
MJ
358 do-not-fingerprint: true
359 - conditional-step:
360 condition-kind: strings-match
361 on-evaluation-failure: run
362 condition-string1: '${{arch}}'
363 condition-string2: 'cygwin'
364 steps:
365 - shell:
366 !include-raw-escape:
367 - scripts/common/cygwin-shebang
368 - scripts/common/cygwin-prefix
369 - scripts/lttng-tools/build.sh
370 - conditional-step:
371 condition-kind: strings-match
372 on-evaluation-failure: run
373 condition-string1: '${{arch}}'
374 condition-string2: 'cygwin64'
375 steps:
376 - shell:
377 !include-raw-escape:
378 - scripts/common/cygwin64-shebang
379 - scripts/common/cygwin-prefix
380 - scripts/lttng-tools/build.sh
381 - conditional-step:
382 condition-kind: strings-match
383 on-evaluation-failure: run
384 condition-string1: '${{arch}}'
8f541678 385 condition-string2: 'msys2-mingw32'
61afb3c3
MJ
386 steps:
387 - inject:
388 properties-content: 'MSYSTEM=MINGW32'
389 - shell:
390 !include-raw-escape:
8f541678 391 - scripts/common/msys2-shebang
61afb3c3
MJ
392 - scripts/common/cygwin-prefix
393 - scripts/lttng-tools/build.sh
394 - conditional-step:
395 condition-kind: strings-match
396 on-evaluation-failure: run
397 condition-string1: '${{arch}}'
8f541678 398 condition-string2: 'msys2-mingw64'
61afb3c3
MJ
399 steps:
400 - inject:
401 properties-content: 'MSYSTEM=MINGW64'
402 - shell:
403 !include-raw-escape:
8f541678 404 - scripts/common/msys2-shebang
61afb3c3
MJ
405 - scripts/common/cygwin-prefix
406 - scripts/lttng-tools/build.sh
407
dd00f858
JR
408- lttng-tools_build_publishers_dev: &lttng-tools_build_publishers_dev
409 name: 'lttng-tools_build_publishers_dev'
b4005bbf 410 publishers:
0a028cf6
JR
411 - postbuildscript:
412 mark-unstable-if-failed: true
413 builders:
414 - role: SLAVE
415 build-on:
416 - SUCCESS
417 - UNSTABLE
418 - NOT_BUILT
419 - ABORTED
420 - FAILURE
421 build-steps:
422 - shell:
423 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
b4005bbf 424 - tap:
09d45745
MJ
425 results: 'tap/**/*.*'
426 fail-if-no-results: true
b4005bbf 427 failed-tests-mark-build-as-failure: true
95654431 428 todo-is-failure: false
b4005bbf
MJ
429 - warnings:
430 console-log-parsers:
431 - 'GNU Make + GNU C Compiler (gcc)'
51ca880a
MJ
432 total-thresholds:
433 unstable:
d2c76ee5
MJ
434 total-all: 0
435 total-high: 0
436 total-normal: 0
437 total-low: 0
3a45a6a5 438 - archive:
09d45745 439 artifacts: 'build/**,deps/**,tap/**'
3a45a6a5 440 allow-empty: false
2cc29ca7
JR
441 - workspace-cleanup:
442 clean-if:
443 - failure: false
dd00f858
JR
444 - email-ext:
445 recipients: '{obj:email_to}'
446 always: false
447 unstable: false
448 first-failure: true
449 first-unstable: true
450 not-built: false
451 aborted: false
452 regression: false
453 failure: false
454 second-failure: false
455 improvement: false
456 still-failing: false
457 success: false
458 fixed: false
459 fixed-unhealthy: true
460 still-unstable: false
461 pre-build: false
462 matrix-trigger: only-parent
463 send-to:
464 - recipients
61afb3c3
MJ
465
466- lttng-tools_build_publishers_prod: &lttng-tools_build_publishers_prod
467 name: 'lttng-tools_build_publishers_prod'
468 publishers:
0a028cf6
JR
469 - postbuildscript:
470 mark-unstable-if-failed: true
471 builders:
472 - role: SLAVE
473 build-on:
474 - SUCCESS
475 - UNSTABLE
476 - NOT_BUILT
477 - ABORTED
478 - FAILURE
479 build-steps:
480 - shell:
481 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
0efb2471 482 - tap:
09d45745
MJ
483 results: 'tap/**/*.*'
484 fail-if-no-results: true
0efb2471
JR
485 failed-tests-mark-build-as-failure: true
486 todo-is-failure: false
487 - warnings:
488 console-log-parsers:
489 - 'GNU Make + GNU C Compiler (gcc)'
490 total-thresholds:
491 unstable:
492 total-all: 0
493 total-high: 0
494 total-normal: 0
495 total-low: 0
496 - workspace-cleanup:
497 clean-if:
498 - failure: false
61afb3c3 499 - archive:
09d45745 500 artifacts: 'build/**,deps/**,tap/**'
61afb3c3 501 allow-empty: false
dd00f858
JR
502 - email-ext:
503 recipients: '{obj:email_to}'
504 reply-to: ci-notification@lists.lttng.org
505 always: false
506 unstable: false
507 first-failure: true
508 first-unstable: true
509 not-built: false
510 aborted: false
511 regression: false
512 failure: false
513 second-failure: false
514 improvement: false
515 still-failing: false
516 success: false
517 fixed: false
518 fixed-unhealthy: true
519 still-unstable: false
520 pre-build: false
521 matrix-trigger: only-parent
522 send-to:
523 - recipients
b4005bbf 524
c4952db9
MJ
525- lttng-tools_build_publishers_win: &lttng-tools_build_publishers_win
526 name: 'lttng-tools_build_publishers_win'
527 publishers:
528 - tap:
09d45745
MJ
529 results: 'tap/**/*.*'
530 fail-if-no-results: true
c4952db9
MJ
531 failed-tests-mark-build-as-failure: true
532 todo-is-failure: false
533 - warnings:
534 console-log-parsers:
535 - 'GNU Make + GNU C Compiler (gcc)'
536 total-thresholds:
537 unstable:
538 total-all: 0
539 total-high: 0
540 total-normal: 0
541 total-low: 0
542 - workspace-cleanup:
543 clean-if:
544 - failure: false
545 - archive:
09d45745 546 artifacts: 'build/**,deps/**,tap/**'
c4952db9
MJ
547 allow-empty: false
548 - email-ext:
549 recipients: '{obj:email_to}'
550 reply-to: ci-notification@lists.lttng.org
551 always: false
552 unstable: false
553 first-failure: true
554 first-unstable: true
555 not-built: false
556 aborted: false
557 regression: false
558 failure: false
559 second-failure: false
560 improvement: false
561 still-failing: false
562 success: false
563 fixed: false
564 fixed-unhealthy: true
565 still-unstable: false
566 pre-build: false
567 matrix-trigger: only-parent
568 send-to:
569 - recipients
570
61afb3c3 571## Templates
7671741c 572- job-template:
61afb3c3
MJ
573 name: lttng-tools_{version}_{buildtype}
574 defaults: lttng-tools
7671741c 575
61afb3c3
MJ
576 <<: *lttng-tools_build_axes_defaults
577 <<: *lttng-tools_build_builders_defaults
61afb3c3
MJ
578 <<: *lttng-tools_build_publishers_prod
579
580 triggers:
581 - pollscm:
582 cron: "@hourly"
583 - reverse:
584 jobs: 'lttng-ust_{version}_{buildtype}'
585 result: 'success'
586
9699c0e7
JR
587- job-template:
588 name: lttng-tools_{version}_long_regression
589 defaults: lttng-tools
590 wrappers:
591 - ansicolor
592 - timeout:
16844a6d 593 timeout: 10
9699c0e7
JR
594 fail: true
595 type: likely-stuck
596 - timestamps
597 - workspace-cleanup:
598 clean-if:
599 - failure: false
600
601 <<: *lttng-tools_build_axes_defaults
602 <<: *lttng-tools_build_builders_defaults
603 <<: *lttng-tools_build_publishers_prod
604
605 triggers:
606 - pollscm:
607 cron: "@hourly"
608 - reverse:
609 jobs: 'lttng-ust_{version}_{buildtype}'
610 result: 'success'
611
61afb3c3
MJ
612- job-template:
613 name: lttng-tools_{version}_winbuild
614 defaults: lttng-tools
615
616 <<: *lttng-tools_build_axes_defaults
617 <<: *lttng-tools_build_builders_win
c4952db9 618 <<: *lttng-tools_build_publishers_win
61afb3c3
MJ
619
620- job-template:
621 name: dev_{user}_lttng-tools_{version}_{buildtype}
622 defaults: lttng-tools
7671741c 623
61afb3c3
MJ
624 <<: *lttng-tools_build_axes_defaults
625 <<: *lttng-tools_build_builders_defaults
dd00f858 626 <<: *lttng-tools_build_publishers_dev
7671741c 627
c2a8d05f
MJ
628- job-template:
629 name: dev_gerrit_lttng-tools_{buildtype}
630 defaults: lttng-tools
631 concurrent: true
632
633 scm:
634 - git:
635 url: https://review.lttng.org/lttng-tools
636 refspec: 'refs/changes/*:refs/changes/*'
637 branches:
638 - '$GERRIT_REFSPEC'
639 basedir: src/lttng-tools
640 skip-tag: true
641
642 triggers:
643 - gerrit:
644 trigger-on:
645 - comment-added-event:
646 approval-category: 'CI-Build'
647 approval-value: 1
648 projects:
649 - project-compare-type: 'PLAIN'
650 project-pattern: 'lttng-tools'
651 branches:
652 - branch-compare-type: 'ANT'
653 branch-pattern: '**'
654 trigger-for-unreviewed-patches: true
655
656 <<: *lttng-tools_build_axes_defaults
3f7ea864 657 <<: *lttng-tools_build_builders_gerrit
c2a8d05f
MJ
658
659 publishers:
660 - postbuildscript:
661 mark-unstable-if-failed: true
662 builders:
663 - role: SLAVE
664 build-on:
665 - SUCCESS
666 - UNSTABLE
667 - NOT_BUILT
668 - ABORTED
669 - FAILURE
670 build-steps:
671 - shell:
672 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
673 - tap:
674 results: 'tap/**/*.*'
675 fail-if-no-results: true
676 failed-tests-mark-build-as-failure: true
677 todo-is-failure: false
678 - warnings:
679 console-log-parsers:
680 - 'GNU Make + GNU C Compiler (gcc)'
681 total-thresholds:
682 unstable:
683 total-all: 0
684 total-high: 0
685 total-normal: 0
686 total-low: 0
687 - archive:
688 artifacts: 'build/**,deps/**,tap/**'
689 allow-empty: false
690 - workspace-cleanup:
691 clean-if:
692 - failure: false
693
b4005bbf
MJ
694- job-template:
695 name: lttng-tools_{version}_cppcheck
696 defaults: lttng-tools
697
698 triggers:
699 - pollscm:
700 cron: "@daily"
701
702 builders:
703 - shell: |
5279b0f2
MJ
704 rm -f cppcheck-result.xml
705 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
b4005bbf
MJ
706
707 publishers:
708 - archive:
5279b0f2 709 artifacts: 'cppcheck-result.xml'
b4005bbf
MJ
710 allow-empty: false
711 - cppcheck:
5279b0f2 712 pattern: 'cppcheck-result.xml'
dd00f858 713 - email-ext:
b4005bbf 714 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
715 reply-to: ci-notification@lists.lttng.org
716 always: false
717 unstable: false
718 first-failure: true
719 first-unstable: true
720 not-built: false
721 aborted: false
722 regression: false
723 failure: false
724 second-failure: false
725 improvement: false
726 still-failing: false
727 success: false
728 fixed: false
729 fixed-unhealthy: true
730 still-unstable: false
731 pre-build: false
732 matrix-trigger: only-parent
733 send-to:
734 - recipients
b4005bbf
MJ
735
736- job-template:
737 name: lttng-tools_{version}_scan-build
738 defaults: lttng-tools
16844a6d 739 node: 'amd64'
b4005bbf
MJ
740
741 triggers:
742 - pollscm:
743 cron: "@daily"
744
745 builders:
746 - copyartifact:
16844a6d 747 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 748 which-build: last-successful
3522265a 749 stable: false
b4005bbf 750 filter: 'build/**'
6544f0ff 751 target: 'deps'
b4005bbf
MJ
752 do-not-fingerprint: true
753 - copyartifact:
16844a6d 754 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 755 which-build: last-successful
3522265a 756 stable: false
b4005bbf 757 filter: 'build/**'
6544f0ff 758 target: 'deps'
b4005bbf
MJ
759 do-not-fingerprint: true
760 - shell:
69f05d59 761 !include-raw-escape: scripts/common/scan-build.sh
b4005bbf
MJ
762
763 publishers:
764 - html-publisher:
765 name: 'HTML Report'
766 dir: 'scan-build-archive/'
767 files: 'index.html'
768
769- job-template:
770 name: lttng-tools_{version}_coverity
771 defaults: lttng-tools
16844a6d 772 node: 'amd64'
b4005bbf
MJ
773
774 triggers:
775 - pollscm:
776 cron: "@daily"
777
778 wrappers:
779 - workspace-cleanup
780 - timestamps
781 - ansicolor:
782 colormap: xterm
783 - credentials-binding:
784 - username-password-separated:
785 credential-id: lttng-tools_coverity_token
786 username: COVERITY_SCAN_PROJECT_NAME
787 password: COVERITY_SCAN_TOKEN
788
789 builders:
790 - copyartifact:
16844a6d 791 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 792 which-build: last-successful
3522265a 793 stable: false
b4005bbf 794 filter: 'build/**'
30c8dfac 795 target: 'deps'
b4005bbf
MJ
796 do-not-fingerprint: true
797 - copyartifact:
16844a6d 798 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 799 which-build: last-successful
3522265a 800 stable: false
b4005bbf 801 filter: 'build/**'
30c8dfac 802 target: 'deps'
b4005bbf
MJ
803 do-not-fingerprint: true
804 - shell:
ef63064f 805 !include-raw-escape: scripts/common/coverity.sh
b4005bbf
MJ
806
807 publishers:
96e8f697
MJ
808 - archive:
809 artifacts: 'analysis-results.tgz,cov-int/**'
810 allow-empty: false
b4005bbf
MJ
811 - workspace-cleanup
812
b4005bbf 813
09d45745
MJ
814## Views
815- view-template:
816 name: 'LTTng-tools'
817 view-type: list
818 regex: 'lttng-tools[-_].*'
b4005bbf 819
b4005bbf 820
09d45745 821## Projects
b4005bbf
MJ
822- project:
823 name: lttng-tools
51ca880a
MJ
824 github_user: lttng
825 github_name: lttng-tools
dd00f858 826 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 827 version:
9beacf91 828 - stable-2.8
0a9d9a74 829 - stable-2.9
b631316e 830 - stable-2.10
7f5ffb7a 831 - stable-2.11
03297c9e 832 - stable-2.12
9beacf91 833 - master
b4005bbf 834 jobs:
81bf613d 835 # Master #
b4005bbf
MJ
836 - 'lttng-tools_{version}_{buildtype}':
837 buildtype: build
838 version: master
aa27566e 839 ustversion: master
16844a6d 840 arch: !!python/tuple [amd64]
b4005bbf 841 build: !!python/tuple [std, oot, dist]
3c81f138 842 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
b4005bbf 843 urcuversion: !!python/tuple [master]
481eadc8 844 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 845 testtype: !!python/tuple [base]
b4005bbf
MJ
846 - 'lttng-tools_{version}_{buildtype}':
847 buildtype: portbuild
848 version: master
aa27566e 849 ustversion: master
16844a6d 850 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b4005bbf 851 build: !!python/tuple [std]
67122b96 852 conf: !!python/tuple [std, no-ust, agents]
b4005bbf 853 urcuversion: !!python/tuple [master]
21ae1ad6 854 babelversion: !!python/tuple [stable-1.5]
9699c0e7 855 testtype: !!python/tuple [base]
b6e62a6a 856 - 'lttng-tools_{version}_{buildtype}':
81bf613d 857 buildtype: slesbuild
b6e62a6a
MJ
858 version: master
859 ustversion: master
81bf613d 860 arch: !!python/tuple [sles12sp2]
b6e62a6a 861 build: !!python/tuple [std]
81bf613d 862 conf: !!python/tuple [std]
b6e62a6a 863 urcuversion: !!python/tuple [master]
21ae1ad6 864 babelversion: !!python/tuple [stable-1.5]
9699c0e7 865 testtype: !!python/tuple [base]
568b5cbd
MJ
866 - 'lttng-tools_{version}_{buildtype}':
867 buildtype: elbuild
868 version: master
869 ustversion: master
870 arch: !!python/tuple [el8]
871 build: !!python/tuple [std]
872 conf: !!python/tuple [std]
873 urcuversion: !!python/tuple [master]
874 babelversion: !!python/tuple [stable-1.5]
875 testtype: !!python/tuple [base]
b631316e
MJ
876 - 'lttng-tools_{version}_{buildtype}':
877 buildtype: macosxbuild
81bf613d
MJ
878 version: master
879 ustversion: master
b631316e
MJ
880 arch: !!python/tuple [macosx]
881 build: !!python/tuple [std]
882 conf: !!python/tuple [relayd-only]
81bf613d 883 urcuversion: !!python/tuple [master]
b631316e 884 babelversion: !!python/tuple [stable-1.5]
9699c0e7 885 testtype: !!python/tuple [base]
0a9d9a74 886 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
887 buildtype: solarisbuild
888 version: master
889 ustversion: master
995ac8f2 890 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
891 build: !!python/tuple [std]
892 conf: !!python/tuple [relayd-only]
81bf613d 893 urcuversion: !!python/tuple [master]
21ae1ad6 894 babelversion: !!python/tuple [stable-1.5]
9699c0e7 895 testtype: !!python/tuple [base]
81bf613d 896 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
897 version: master
898 ustversion: master
81bf613d 899 arch: !!python/tuple [cygwin, cygwin64]
b6e62a6a
MJ
900 build: !!python/tuple [std]
901 conf: !!python/tuple [relayd-only]
902 urcuversion: !!python/tuple [master]
21ae1ad6 903 babelversion: !!python/tuple [stable-1.5]
9699c0e7
JR
904 testtype: !!python/tuple [base]
905 - 'lttng-tools_{version}_long_regression':
906 buildtype: build
6b9f13ac 907 version: master
9699c0e7 908 ustversion: master
16844a6d 909 arch: !!python/tuple [amd64]
9699c0e7
JR
910 build: !!python/tuple [std]
911 conf: !!python/tuple [std]
912 urcuversion: !!python/tuple [master]
913 babelversion: !!python/tuple [stable-1.5]
914 testtype: !!python/tuple [full]
81bf613d 915
03297c9e
MJ
916 # stable-2.12
917 - 'lttng-tools_{version}_{buildtype}':
918 buildtype: build
919 version: stable-2.12
920 ustversion: stable-2.12
921 arch: !!python/tuple [amd64]
922 build: !!python/tuple [std, oot, dist]
923 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
924 urcuversion: !!python/tuple [stable-0.11]
925 babelversion: !!python/tuple [stable-2.0]
926 testtype: !!python/tuple [base]
927 - 'lttng-tools_{version}_{buildtype}':
928 buildtype: portbuild
929 version: stable-2.12
930 ustversion: stable-2.12
931 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
932 build: !!python/tuple [std]
933 conf: !!python/tuple [std, no-ust, agents]
934 urcuversion: !!python/tuple [stable-0.11]
935 babelversion: !!python/tuple [stable-2.0]
936 testtype: !!python/tuple [base]
937 - 'lttng-tools_{version}_{buildtype}':
938 buildtype: slesbuild
939 version: stable-2.12
940 ustversion: stable-2.12
941 arch: !!python/tuple [sles12sp2]
942 build: !!python/tuple [std]
943 conf: !!python/tuple [std]
944 urcuversion: !!python/tuple [stable-0.11]
945 babelversion: !!python/tuple [stable-2.0]
946 testtype: !!python/tuple [base]
947 - 'lttng-tools_{version}_{buildtype}':
948 buildtype: elbuild
949 version: stable-2.12
950 ustversion: stable-2.12
951 arch: !!python/tuple [el8]
952 build: !!python/tuple [std]
953 conf: !!python/tuple [std]
954 urcuversion: !!python/tuple [stable-0.11]
955 babelversion: !!python/tuple [stable-2.0]
956 testtype: !!python/tuple [base]
957 - 'lttng-tools_{version}_{buildtype}':
958 buildtype: solarisbuild
959 version: stable-2.12
960 ustversion: stable-2.12
961 arch: !!python/tuple [sol10-i386, sol11-i386]
962 build: !!python/tuple [std]
963 conf: !!python/tuple [relayd-only]
964 urcuversion: !!python/tuple [stable-0.11]
965 babelversion: !!python/tuple [stable-1.5]
966 testtype: !!python/tuple [base]
967 - 'lttng-tools_{version}_{buildtype}':
968 buildtype: macosxbuild
969 version: stable-2.12
970 ustversion: stable-2.12
971 arch: !!python/tuple [macosx]
972 build: !!python/tuple [std]
973 conf: !!python/tuple [relayd-only]
974 urcuversion: !!python/tuple [stable-0.11]
975 babelversion: !!python/tuple [stable-2.0]
976 testtype: !!python/tuple [base]
977 - 'lttng-tools_{version}_winbuild':
978 version: stable-2.12
979 ustversion: stable-2.12
980 arch: !!python/tuple [cygwin, cygwin64]
981 build: !!python/tuple [std]
982 conf: !!python/tuple [relayd-only]
983 urcuversion: !!python/tuple [stable-0.11]
984 babelversion: !!python/tuple [stable-2.0]
985 testtype: !!python/tuple [base]
986 - 'lttng-tools_{version}_long_regression':
987 buildtype: build
988 version: stable-2.12
989 ustversion: stable-2.12
990 arch: !!python/tuple [amd64]
991 build: !!python/tuple [std]
992 conf: !!python/tuple [std]
993 urcuversion: !!python/tuple [stable-0.11]
994 babelversion: !!python/tuple [stable-2.0]
995 testtype: !!python/tuple [full]
996
7f5ffb7a
MJ
997 # stable-2.11
998 - 'lttng-tools_{version}_{buildtype}':
999 buildtype: build
1000 version: stable-2.11
1001 ustversion: stable-2.11
16844a6d 1002 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
1003 build: !!python/tuple [std, oot, dist]
1004 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
1005 urcuversion: !!python/tuple [stable-0.10]
1006 babelversion: !!python/tuple [stable-1.5]
5349d986 1007 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1008 - 'lttng-tools_{version}_{buildtype}':
1009 buildtype: portbuild
1010 version: stable-2.11
1011 ustversion: stable-2.11
16844a6d 1012 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1013 build: !!python/tuple [std]
1014 conf: !!python/tuple [std, no-ust, agents]
1015 urcuversion: !!python/tuple [stable-0.10]
1016 babelversion: !!python/tuple [stable-1.5]
5349d986 1017 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1018 - 'lttng-tools_{version}_{buildtype}':
1019 buildtype: slesbuild
1020 version: stable-2.11
1021 ustversion: stable-2.11
1022 arch: !!python/tuple [sles12sp2]
1023 build: !!python/tuple [std]
1024 conf: !!python/tuple [std]
1025 urcuversion: !!python/tuple [stable-0.10]
1026 babelversion: !!python/tuple [stable-1.5]
5349d986 1027 testtype: !!python/tuple [base]
568b5cbd
MJ
1028 - 'lttng-tools_{version}_{buildtype}':
1029 buildtype: elbuild
1030 version: stable-2.11
1031 ustversion: stable-2.11
1032 arch: !!python/tuple [el8]
1033 build: !!python/tuple [std]
1034 conf: !!python/tuple [std]
1035 urcuversion: !!python/tuple [stable-0.10]
1036 babelversion: !!python/tuple [stable-1.5]
1037 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1038 - 'lttng-tools_{version}_{buildtype}':
1039 buildtype: solarisbuild
1040 version: stable-2.11
1041 ustversion: stable-2.11
1042 arch: !!python/tuple [sol10-i386, sol11-i386]
1043 build: !!python/tuple [std]
1044 conf: !!python/tuple [relayd-only]
1045 urcuversion: !!python/tuple [stable-0.10]
1046 babelversion: !!python/tuple [stable-1.5]
5349d986 1047 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1048 - 'lttng-tools_{version}_{buildtype}':
1049 buildtype: macosxbuild
1050 version: stable-2.11
1051 ustversion: stable-2.11
1052 arch: !!python/tuple [macosx]
1053 build: !!python/tuple [std]
1054 conf: !!python/tuple [relayd-only]
1055 urcuversion: !!python/tuple [stable-0.10]
1056 babelversion: !!python/tuple [stable-1.5]
5349d986 1057 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1058 - 'lttng-tools_{version}_winbuild':
1059 version: stable-2.11
1060 ustversion: stable-2.11
1061 arch: !!python/tuple [cygwin, cygwin64]
1062 build: !!python/tuple [std]
1063 conf: !!python/tuple [relayd-only]
1064 urcuversion: !!python/tuple [stable-0.10]
1065 babelversion: !!python/tuple [stable-1.5]
5349d986 1066 testtype: !!python/tuple [base]
6b9f13ac
MJ
1067 - 'lttng-tools_{version}_long_regression':
1068 buildtype: build
1069 version: stable-2.11
1070 ustversion: stable-2.11
1071 arch: !!python/tuple [amd64]
1072 build: !!python/tuple [std]
1073 conf: !!python/tuple [std]
1074 urcuversion: !!python/tuple [stable-0.10]
1075 babelversion: !!python/tuple [stable-1.5]
1076 testtype: !!python/tuple [full]
7f5ffb7a 1077
81bf613d 1078 # stable-2.10
b631316e
MJ
1079 - 'lttng-tools_{version}_{buildtype}':
1080 buildtype: build
1081 version: stable-2.10
1082 ustversion: stable-2.10
16844a6d 1083 arch: !!python/tuple [amd64]
b631316e
MJ
1084 build: !!python/tuple [std, oot, dist]
1085 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
1086 urcuversion: !!python/tuple [stable-0.9]
1087 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1088 testtype: !!python/tuple [base]
b631316e
MJ
1089 - 'lttng-tools_{version}_{buildtype}':
1090 buildtype: portbuild
1091 version: stable-2.10
1092 ustversion: stable-2.10
16844a6d 1093 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1094 build: !!python/tuple [std]
1095 conf: !!python/tuple [std, no-ust, agents]
1096 urcuversion: !!python/tuple [stable-0.9]
1097 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1098 testtype: !!python/tuple [base]
81bf613d
MJ
1099 - 'lttng-tools_{version}_{buildtype}':
1100 buildtype: slesbuild
1101 version: stable-2.10
1102 ustversion: stable-2.10
1103 arch: !!python/tuple [sles12sp2]
1104 build: !!python/tuple [std]
1105 conf: !!python/tuple [std]
1106 urcuversion: !!python/tuple [stable-0.9]
1107 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1108 testtype: !!python/tuple [base]
568b5cbd
MJ
1109 - 'lttng-tools_{version}_{buildtype}':
1110 buildtype: elbuild
1111 version: stable-2.10
1112 ustversion: stable-2.10
1113 arch: !!python/tuple [el8]
1114 build: !!python/tuple [std]
1115 conf: !!python/tuple [std]
1116 urcuversion: !!python/tuple [stable-0.9]
1117 babelversion: !!python/tuple [stable-1.5]
1118 testtype: !!python/tuple [base]
b631316e
MJ
1119 - 'lttng-tools_{version}_{buildtype}':
1120 buildtype: solarisbuild
1121 version: stable-2.10
1122 ustversion: stable-2.10
995ac8f2 1123 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
1124 build: !!python/tuple [std]
1125 conf: !!python/tuple [relayd-only]
1126 urcuversion: !!python/tuple [stable-0.9]
1127 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1128 testtype: !!python/tuple [base]
81bf613d
MJ
1129 - 'lttng-tools_{version}_{buildtype}':
1130 buildtype: macosxbuild
1131 version: stable-2.10
1132 ustversion: stable-2.10
1133 arch: !!python/tuple [macosx]
1134 build: !!python/tuple [std]
1135 conf: !!python/tuple [relayd-only]
1136 urcuversion: !!python/tuple [stable-0.9]
1137 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1138 testtype: !!python/tuple [base]
81bf613d
MJ
1139 - 'lttng-tools_{version}_winbuild':
1140 version: stable-2.10
1141 ustversion: stable-2.10
1142 arch: !!python/tuple [cygwin, cygwin64]
1143 build: !!python/tuple [std]
1144 conf: !!python/tuple [relayd-only]
1145 urcuversion: !!python/tuple [stable-0.9]
1146 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1147 testtype: !!python/tuple [base]
6b9f13ac
MJ
1148 - 'lttng-tools_{version}_long_regression':
1149 buildtype: build
1150 version: stable-2.10
1151 ustversion: stable-2.10
1152 arch: !!python/tuple [amd64]
1153 build: !!python/tuple [std]
1154 conf: !!python/tuple [std]
1155 urcuversion: !!python/tuple [stable-0.9]
1156 babelversion: !!python/tuple [stable-1.5]
1157 testtype: !!python/tuple [full]
81bf613d
MJ
1158
1159 # stable-2.9 #
0a9d9a74
MJ
1160 - 'lttng-tools_{version}_{buildtype}':
1161 buildtype: build
1162 version: stable-2.9
1163 ustversion: stable-2.9
16844a6d 1164 arch: !!python/tuple [amd64]
0a9d9a74 1165 build: !!python/tuple [std, oot, dist]
a53a056e 1166 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
0a9d9a74 1167 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1168 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1169 testtype: !!python/tuple [base]
0a9d9a74
MJ
1170 - 'lttng-tools_{version}_{buildtype}':
1171 buildtype: portbuild
1172 version: stable-2.9
1173 ustversion: stable-2.9
16844a6d 1174 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1175 build: !!python/tuple [std]
67122b96 1176 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1177 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1178 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1179 testtype: !!python/tuple [base]
81bf613d
MJ
1180 - 'lttng-tools_{version}_{buildtype}':
1181 buildtype: slesbuild
1182 version: stable-2.9
1183 ustversion: stable-2.9
1184 arch: !!python/tuple [sles12sp2]
1185 build: !!python/tuple [std]
1186 conf: !!python/tuple [std]
1187 urcuversion: !!python/tuple [stable-0.9]
1188 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1189 testtype: !!python/tuple [base]
568b5cbd
MJ
1190 - 'lttng-tools_{version}_{buildtype}':
1191 buildtype: elbuild
1192 version: stable-2.9
1193 ustversion: stable-2.9
1194 arch: !!python/tuple [el8]
1195 build: !!python/tuple [std]
1196 conf: !!python/tuple [std]
1197 urcuversion: !!python/tuple [stable-0.9]
1198 babelversion: !!python/tuple [stable-1.5]
1199 testtype: !!python/tuple [base]
0a9d9a74
MJ
1200 - 'lttng-tools_{version}_{buildtype}':
1201 buildtype: solarisbuild
1202 version: stable-2.9
1203 ustversion: stable-2.9
995ac8f2 1204 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
1205 build: !!python/tuple [std]
1206 conf: !!python/tuple [relayd-only]
1207 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1208 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1209 testtype: !!python/tuple [base]
81bf613d
MJ
1210 - 'lttng-tools_{version}_{buildtype}':
1211 buildtype: macosxbuild
1212 version: stable-2.9
1213 ustversion: stable-2.9
1214 arch: !!python/tuple [macosx]
1215 build: !!python/tuple [std]
1216 conf: !!python/tuple [relayd-only]
1217 urcuversion: !!python/tuple [stable-0.9]
1218 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1219 testtype: !!python/tuple [base]
81bf613d
MJ
1220 - 'lttng-tools_{version}_winbuild':
1221 version: stable-2.9
1222 ustversion: stable-2.9
1223 arch: !!python/tuple [cygwin, cygwin64]
1224 build: !!python/tuple [std]
1225 conf: !!python/tuple [relayd-only]
1226 urcuversion: !!python/tuple [stable-0.9]
1227 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1228 testtype: !!python/tuple [base]
6b9f13ac
MJ
1229 - 'lttng-tools_{version}_long_regression':
1230 buildtype: build
1231 version: stable-2.9
1232 ustversion: stable-2.9
1233 arch: !!python/tuple [amd64]
1234 build: !!python/tuple [std]
1235 conf: !!python/tuple [std]
1236 urcuversion: !!python/tuple [stable-0.9]
1237 babelversion: !!python/tuple [stable-1.5]
1238 testtype: !!python/tuple [full]
81bf613d
MJ
1239
1240 # stable-2.8 #
20f81bbb
JR
1241 - 'lttng-tools_{version}_{buildtype}':
1242 buildtype: build
1243 version: stable-2.8
aa27566e 1244 ustversion: stable-2.8
16844a6d 1245 arch: !!python/tuple [amd64]
20f81bbb 1246 build: !!python/tuple [std, oot, dist]
a53a056e 1247 conf: !!python/tuple [std, no-ust, agents, debug-rcu]
20f81bbb 1248 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1249 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1250 testtype: !!python/tuple [base]
20f81bbb
JR
1251 - 'lttng-tools_{version}_{buildtype}':
1252 buildtype: portbuild
1253 version: stable-2.8
aa27566e 1254 ustversion: stable-2.8
16844a6d 1255 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
20f81bbb 1256 build: !!python/tuple [std]
67122b96 1257 conf: !!python/tuple [std, no-ust, agents]
20f81bbb 1258 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1259 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1260 testtype: !!python/tuple [base]
81bf613d
MJ
1261 - 'lttng-tools_{version}_{buildtype}':
1262 buildtype: slesbuild
1263 version: stable-2.8
1264 ustversion: stable-2.8
1265 arch: !!python/tuple [sles12sp2]
1266 build: !!python/tuple [std]
1267 conf: !!python/tuple [std]
1268 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1269 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1270 testtype: !!python/tuple [base]
568b5cbd
MJ
1271 - 'lttng-tools_{version}_{buildtype}':
1272 buildtype: elbuild
1273 version: stable-2.8
1274 ustversion: stable-2.8
1275 arch: !!python/tuple [el8]
1276 build: !!python/tuple [std]
1277 conf: !!python/tuple [std]
1278 urcuversion: !!python/tuple [stable-0.9]
1279 babelversion: !!python/tuple [stable-1.5]
1280 testtype: !!python/tuple [base]
b6e62a6a
MJ
1281 - 'lttng-tools_{version}_{buildtype}':
1282 buildtype: solarisbuild
1283 version: stable-2.8
1284 ustversion: stable-2.8
995ac8f2 1285 arch: !!python/tuple [sol10-i386, sol11-i386]
b6e62a6a
MJ
1286 build: !!python/tuple [std]
1287 conf: !!python/tuple [relayd-only]
1288 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1289 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1290 testtype: !!python/tuple [base]
6b9f13ac
MJ
1291 - 'lttng-tools_{version}_long_regression':
1292 buildtype: build
1293 version: stable-2.8
1294 ustversion: stable-2.8
1295 arch: !!python/tuple [amd64]
1296 build: !!python/tuple [std]
1297 conf: !!python/tuple [std]
1298 urcuversion: !!python/tuple [stable-0.9]
1299 babelversion: !!python/tuple [stable-1.5]
1300 testtype: !!python/tuple [full]
81bf613d
MJ
1301
1302 # stable-2.7 #
81bf613d
MJ
1303 - 'lttng-tools_{version}_{buildtype}':
1304 buildtype: slesbuild
1305 version: stable-2.7
1306 ustversion: stable-2.7
1307 arch: !!python/tuple [sles12sp2]
61afb3c3 1308 build: !!python/tuple [std]
81bf613d 1309 conf: !!python/tuple [std]
61afb3c3 1310 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1311 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1312 testtype: !!python/tuple [base]
81bf613d 1313
61afb3c3
MJ
1314 - 'lttng-tools_{version}_cppcheck'
1315 - 'lttng-tools_{version}_scan-build':
1316 version: master
1317 urcuversion: master
1318 ustversion: master
7f5ffb7a
MJ
1319 - 'lttng-tools_{version}_scan-build':
1320 version: stable-2.11
1321 urcuversion: stable-0.10
1322 ustversion: stable-2.11
b631316e
MJ
1323 - 'lttng-tools_{version}_scan-build':
1324 version: stable-2.10
1325 urcuversion: stable-0.9
1326 ustversion: stable-2.10
61afb3c3
MJ
1327 - 'lttng-tools_{version}_scan-build':
1328 version: stable-2.9
1329 urcuversion: stable-0.9
1330 ustversion: stable-2.9
1331 - 'lttng-tools_{version}_scan-build':
1332 version: stable-2.8
1333 urcuversion: stable-0.9
1334 ustversion: stable-2.8
61afb3c3
MJ
1335 - 'lttng-tools_{version}_coverity':
1336 version: master
1337 urcuversion: master
1338 ustversion: master
1339
1340
1341- project:
1342 name: dev_jgalar_lttng-tools
1343 user: jgalar
1344 github_user: jgalar
1345 github_name: lttng-tools
dd00f858 1346 email_to: 'jgalar@efficios.com'
61afb3c3 1347 jobs:
7671741c 1348 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1349 buildtype: build
1350 version: master-staging
aa27566e 1351 ustversion: master
16844a6d 1352 arch: !!python/tuple [amd64]
7671741c 1353 build: !!python/tuple [std, oot, dist]
67122b96 1354 conf: !!python/tuple [std, no-ust, agents]
7671741c 1355 urcuversion: !!python/tuple [master]
482bbbfb 1356 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 1357 testtype: !!python/tuple [base]
03297c9e
MJ
1358 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1359 buildtype: build
1360 version: stable-2.12-staging
1361 ustversion: stable-2.12
1362 arch: !!python/tuple [amd64]
1363 build: !!python/tuple [std, oot, dist]
1364 conf: !!python/tuple [std, no-ust, agents]
1365 urcuversion: !!python/tuple [stable-0.11]
1366 babelversion: !!python/tuple [stable-2.0, master]
1367 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1368 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1369 buildtype: build
1370 version: stable-2.11-staging
1371 ustversion: stable-2.11
16844a6d 1372 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
1373 build: !!python/tuple [std, oot, dist]
1374 conf: !!python/tuple [std, no-ust, agents]
1375 urcuversion: !!python/tuple [stable-0.10]
482bbbfb 1376 babelversion: !!python/tuple [stable-1.5, master]
5349d986 1377 testtype: !!python/tuple [base]
b631316e
MJ
1378 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1379 buildtype: build
1380 version: stable-2.10-staging
1381 ustversion: stable-2.10
16844a6d 1382 arch: !!python/tuple [amd64]
b631316e
MJ
1383 build: !!python/tuple [std, oot, dist]
1384 conf: !!python/tuple [std, no-ust, agents]
1385 urcuversion: !!python/tuple [stable-0.9]
1386 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1387 testtype: !!python/tuple [base]
0a9d9a74 1388 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1389 buildtype: build
1390 version: stable-2.9-staging
1391 ustversion: stable-2.9
16844a6d 1392 arch: !!python/tuple [amd64]
0a9d9a74 1393 build: !!python/tuple [std, oot, dist]
67122b96 1394 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1395 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1396 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1397 testtype: !!python/tuple [base]
7671741c 1398 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1399 buildtype: build
1400 version: stable-2.8-staging
aa27566e 1401 ustversion: stable-2.8
16844a6d 1402 arch: !!python/tuple [amd64]
7671741c 1403 build: !!python/tuple [std, oot, dist]
67122b96 1404 conf: !!python/tuple [std, no-ust, agents]
7671741c 1405 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1406 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1407 testtype: !!python/tuple [base]
6e5203a5 1408 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1409 buildtype: portbuild
1410 version: master-staging
1411 ustversion: master
16844a6d 1412 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1413 build: !!python/tuple [std]
67122b96 1414 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1415 urcuversion: !!python/tuple [master]
21ae1ad6 1416 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1417 testtype: !!python/tuple [base]
03297c9e
MJ
1418 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1419 buildtype: portbuild
1420 version: stable-2.12-staging
1421 ustversion: stable-2.12
1422 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1423 build: !!python/tuple [std]
1424 conf: !!python/tuple [std, no-ust, agents]
1425 urcuversion: !!python/tuple [stable-0.11]
1426 babelversion: !!python/tuple [stable-2.0]
1427 testtype: !!python/tuple [base]
7f5ffb7a
MJ
1428 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1429 buildtype: portbuild
1430 version: stable-2.11-staging
1431 ustversion: stable-2.11
16844a6d 1432 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1433 build: !!python/tuple [std]
1434 conf: !!python/tuple [std, no-ust, agents]
1435 urcuversion: !!python/tuple [stable-0.10]
1436 babelversion: !!python/tuple [stable-1.5]
5349d986 1437 testtype: !!python/tuple [base]
b631316e
MJ
1438 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1439 buildtype: portbuild
1440 version: stable-2.10-staging
1441 ustversion: stable-2.10
16844a6d 1442 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1443 build: !!python/tuple [std]
1444 conf: !!python/tuple [std, no-ust, agents]
1445 urcuversion: !!python/tuple [stable-0.9]
1446 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1447 testtype: !!python/tuple [base]
0a9d9a74 1448 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
0a9d9a74
MJ
1449 buildtype: portbuild
1450 version: stable-2.9-staging
1451 ustversion: stable-2.9
16844a6d 1452 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
0a9d9a74 1453 build: !!python/tuple [std]
67122b96 1454 conf: !!python/tuple [std, no-ust, agents]
0a9d9a74 1455 urcuversion: !!python/tuple [stable-0.9]
21ae1ad6 1456 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1457 testtype: !!python/tuple [base]
6e5203a5 1458 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1459 buildtype: portbuild
1460 version: stable-2.8-staging
1461 ustversion: stable-2.8
16844a6d 1462 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1463 build: !!python/tuple [std]
67122b96 1464 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1465 urcuversion: !!python/tuple [stable-0.9]
04e97f85 1466 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1467 testtype: !!python/tuple [base]
bae34da3 1468 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
1469 buildtype: macosxbuild
1470 version: master-staging
1471 ustversion: master
1472 arch: !!python/tuple [macosx]
1473 build: !!python/tuple [std]
1474 conf: !!python/tuple [relayd-only]
1475 urcuversion: !!python/tuple [master]
21ae1ad6 1476 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1477 testtype: !!python/tuple [base]
a23306a6 1478 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1479 buildtype: solarisbuild
1480 version: master-staging
1481 ustversion: master
995ac8f2 1482 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1483 build: !!python/tuple [std]
1484 conf: !!python/tuple [relayd-only]
1485 urcuversion: !!python/tuple [master]
21ae1ad6 1486 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1487 testtype: !!python/tuple [base]
09d45745 1488
c2a8d05f
MJ
1489- project:
1490 name: gerrit-lttng-tools
1491 github_user: lttng
1492 github_name: lttng-tools
1493 jobs:
1494 - 'dev_gerrit_lttng-tools_{buildtype}':
1495 buildtype: build
1496 ustversion: master
1497 arch: !!python/tuple [amd64]
1498 build: !!python/tuple [std, oot, dist, oot-dist]
1499 conf: !!python/tuple [std, no-ust, agents]
1500 urcuversion: !!python/tuple [stable-0.11]
1501 babelversion: !!python/tuple [stable-1.5]
1502 testtype: !!python/tuple [base]
1503
09d45745
MJ
1504- project:
1505 name: lttng-tools-views
1506 views:
1507 - LTTng-tools
This page took 0.109947 seconds and 4 git commands to generate.