jjb: lttng-tools: Add rootbuild gerrit jobs
[lttng-ci.git] / jobs / lttng-tools.yaml
CommitLineData
edb933dd 1---
7361d941 2## SCM Anchors
edb933dd
MJ
3- lttng-tools_default_git:
4 name: 'lttng-tools_default_git'
7361d941 5 scm:
edb933dd 6 - git: &lttng-tools_default_git
7361d941
MJ
7 url: git://github.com/{github_user}/lttng-tools.git
8 browser: githubweb
9 browser-url: https://github.com/{github_user}/lttng-tools
10 branches:
edb933dd 11 - '{version}'
7361d941
MJ
12 basedir: src/lttng-tools
13 skip-tag: true
14
edb933dd
MJ
15- lttng-modules_default_git:
16 name: 'lttng-modules_default_git'
7361d941 17 scm:
edb933dd 18 - git: &lttng-modules_default_git
7361d941
MJ
19 url: git://github.com/{github_user}/lttng-modules.git
20 browser: githubweb
21 browser-url: https://github.com/{github_user}/lttng-modules
22 branches:
edb933dd 23 - '{version}'
7361d941
MJ
24 basedir: src/lttng-modules
25 skip-tag: true
26
edb933dd
MJ
27- lttng-tools_gerrit_git:
28 name: 'lttng-tools_gerrit_git'
29 scm:
30 - git: &lttng-tools_gerrit_git
31 url: https://review.lttng.org/lttng-tools
32 refspec: 'refs/changes/*:refs/changes/*'
33 branches:
34 - '$GERRIT_REFSPEC'
35 basedir: src/lttng-tools
36 skip-tag: true
37
7361d941
MJ
38
39## Defaults
b4005bbf
MJ
40- defaults:
41 name: lttng-tools
42 description: |
43 The lttng-tools project provides a session daemon (lttng-sessiond)
44 that acts as a tracing registry, the "lttng" command line for tracing
45 control, a lttng-ctl library for tracing control and a lttng-relayd
46 for network streaming.
47
48 <p>Job is managed by Jenkins Job Builder.</p>
49
50 project-type: freestyle
51
b4005bbf 52 wrappers:
b4005bbf 53 - ansicolor
67122b96 54 - timeout:
c83b390a 55 timeout: 30
733146f2 56 fail: true
c83b390a 57 type: no-activity
61afb3c3
MJ
58 - timestamps
59 - workspace-cleanup:
60 clean-if:
61 - failure: false
b4005bbf
MJ
62
63 scm:
edb933dd 64 - git: *lttng-tools_default_git
b4005bbf
MJ
65
66 triggers:
67 - pollscm:
68 cron: "@hourly"
69
70 properties:
69f05d59
MJ
71 - inject:
72 properties-content: |
73 PROJECT_NAME=lttng-tools
b4005bbf 74 - github:
7361d941 75 url: https://github.com/{github_user}/lttng-tools
edf72710 76 - build-discarder:
a3636f24
JR
77 num-to-keep: 20
78 artifact-num-to-keep: 2
b4005bbf
MJ
79
80
7361d941 81## Axis Anchors
61afb3c3
MJ
82- lttng-tools_build_axes_defaults: &lttng-tools_build_axes_defaults
83 name: 'lttng-tools_build_axes_defaults'
b4005bbf 84 project-type: matrix
ca8c6144 85 node: 'master' # Applies only to matrix flyweight task
3e93ffa2
MJ
86 execution-strategy:
87 combination-filter: '{filter}'
b4005bbf
MJ
88 axes:
89 - axis:
90 type: slave
91 name: arch
92 values: '{obj:arch}'
93 - axis:
94 type: user-defined
95 name: conf
95654431 96 values: '{obj:conf}'
b4005bbf
MJ
97 - axis:
98 type: user-defined
99 name: liburcu_version
100 values: '{obj:urcuversion}'
101 - axis:
102 type: user-defined
103 name: babeltrace_version
104 values: '{obj:babelversion}'
105 - axis:
106 type: user-defined
107 name: build
108 values: '{obj:build}'
9699c0e7
JR
109 - axis:
110 type: user-defined
111 name: test_type
112 values: '{obj:testtype}'
b4005bbf 113
edb933dd
MJ
114- lttng-tools_build_axes_rootbuild: &lttng-tools_build_axes_rootbuild
115 name: 'lttng-tools_build_axes_rootbuild'
116 project-type: matrix
117 node: 'master' # Applies only to matrix flyweight task
118 execution-strategy:
119 combination-filter: '{filter}'
120 axes:
121 - axis:
122 type: slave
123 name: node
124 values:
125 - 'amd64-rootnode'
126 - axis:
127 type: user-defined
128 name: arch
129 values: '{obj:arch}'
130 - axis:
131 type: user-defined
132 name: conf
133 values: '{obj:conf}'
134 - axis:
135 type: user-defined
136 name: liburcu_version
137 values: '{obj:urcuversion}'
138 - axis:
139 type: user-defined
140 name: babeltrace_version
141 values: '{obj:babelversion}'
142 - axis:
143 type: user-defined
144 name: build
145 values: '{obj:build}'
146 - axis:
147 type: user-defined
148 name: test_type
149 values: '{obj:testtype}'
150
7361d941
MJ
151
152## Builders Anchors
61afb3c3
MJ
153- lttng-tools_build_builders_defaults: &lttng-tools_build_builders_defaults
154 name: 'lttng-tools_build_builders_defaults'
b4005bbf
MJ
155 builders:
156 - conditional-step:
157 condition-kind: regex-match
158 label: '$conf'
159 regex: (std|static)
160 on-evaluation-failure: run
161 steps:
162 - copyartifact:
163 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
164 which-build: last-successful
3522265a 165 stable: false
b4005bbf 166 filter: 'build/**'
09d45745 167 target: 'deps'
b4005bbf
MJ
168 do-not-fingerprint: true
169 - copyartifact:
170 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
171 which-build: last-successful
3522265a 172 stable: false
b4005bbf 173 filter: 'build/**'
09d45745 174 target: 'deps'
b4005bbf
MJ
175 do-not-fingerprint: true
176 - copyartifact:
aa27566e 177 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
b4005bbf 178 which-build: last-successful
3522265a 179 stable: false
b4005bbf 180 filter: 'build/**'
09d45745 181 target: 'deps'
b4005bbf
MJ
182 do-not-fingerprint: true
183 - conditional-step:
184 condition-kind: regex-match
185 label: '$conf'
67122b96 186 regex: no-ust
b4005bbf
MJ
187 on-evaluation-failure: run
188 steps:
189 - copyartifact:
190 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
191 which-build: last-successful
3522265a 192 stable: false
b4005bbf 193 filter: 'build/**'
09d45745 194 target: 'deps'
b4005bbf
MJ
195 do-not-fingerprint: true
196 - copyartifact:
197 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
198 which-build: last-successful
3522265a 199 stable: false
b4005bbf 200 filter: 'build/**'
09d45745 201 target: 'deps'
b4005bbf 202 do-not-fingerprint: true
b4005bbf
MJ
203 - conditional-step:
204 condition-kind: regex-match
205 label: '$conf'
67122b96 206 regex: agents
b4005bbf
MJ
207 on-evaluation-failure: run
208 steps:
209 - copyartifact:
210 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
211 which-build: last-successful
3522265a 212 stable: false
b4005bbf 213 filter: 'build/**'
09d45745 214 target: 'deps'
b4005bbf
MJ
215 do-not-fingerprint: true
216 - copyartifact:
217 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
218 which-build: last-successful
3522265a 219 stable: false
b4005bbf 220 filter: 'build/**'
09d45745 221 target: 'deps'
b4005bbf
MJ
222 do-not-fingerprint: true
223 - copyartifact:
aa27566e 224 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
b4005bbf 225 which-build: last-successful
3522265a 226 stable: false
b4005bbf 227 filter: 'build/**'
09d45745 228 target: 'deps'
b4005bbf 229 do-not-fingerprint: true
b6e62a6a
MJ
230 - conditional-step:
231 condition-kind: regex-match
232 label: '$conf'
233 regex: (relayd-only)
234 on-evaluation-failure: run
235 steps:
236 - copyartifact:
237 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
238 which-build: last-successful
3522265a 239 stable: false
b6e62a6a 240 filter: 'build/**'
09d45745 241 target: 'deps'
b6e62a6a
MJ
242 do-not-fingerprint: true
243 - copyartifact:
244 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
245 which-build: last-successful
3522265a 246 stable: false
b6e62a6a 247 filter: 'build/**'
09d45745 248 target: 'deps'
b6e62a6a 249 do-not-fingerprint: true
3c81f138
JR
250 - conditional-step:
251 condition-kind: regex-match
252 label: '$conf'
253 regex: debug-rcu
254 on-evaluation-failure: run
255 steps:
256 - copyartifact:
257 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=debug-rcu,build=std
258 which-build: last-successful
259 stable: false
260 filter: 'build/**'
09d45745 261 target: 'deps'
3c81f138
JR
262 do-not-fingerprint: true
263 - copyartifact:
264 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
265 which-build: last-successful
266 stable: false
267 filter: 'build/**'
09d45745 268 target: 'deps'
3c81f138
JR
269 do-not-fingerprint: true
270 - copyartifact:
271 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=debug-rcu,build=std
272 which-build: last-successful
273 stable: false
274 filter: 'build/**'
09d45745 275 target: 'deps'
3c81f138 276 do-not-fingerprint: true
3e93ffa2
MJ
277 - conditional-step:
278 condition-kind: regex-match
279 label: '$conf'
280 regex: tls_fallback
281 on-evaluation-failure: run
282 steps:
283 - copyartifact:
284 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=tls_fallback,build=std
285 which-build: last-successful
286 stable: false
287 filter: 'build/**'
288 target: 'deps'
289 do-not-fingerprint: true
290 - copyartifact:
291 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
292 which-build: last-successful
293 stable: false
294 filter: 'build/**'
295 target: 'deps'
296 do-not-fingerprint: true
297 - copyartifact:
298 project: lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=tls_fallback,build=std
299 which-build: last-successful
300 stable: false
301 filter: 'build/**'
302 target: 'deps'
303 do-not-fingerprint: true
aae4e179
JR
304 - shell:
305 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
b4005bbf 306 - shell:
ef63064f 307 !include-raw-escape: scripts/lttng-tools/build.sh
b4005bbf 308
3f7ea864
JR
309- lttng-tools_build_builders_gerrit: &lttng-tools_build_builders_gerrit
310 name: 'lttng-tools_build_builders_gerrit'
311 builders:
312 - shell:
313 !include-raw-escape: scripts/lttng-tools/gerrit-depends-on.sh
314 - inject:
315 properties-file: gerrit_custom_dependencies.properties
316 - conditional-step:
317 condition-kind: and
318 on-evaluation-failure: run
319 condition-operands:
320 - condition-kind: shell
321 condition-command: 'test -z "$GERRIT_DEP_LTTNG_UST"'
322 - condition-kind: regex-match
323 label: '$conf'
324 regex: (std|static|agents|debug-rcu)
325 steps:
326 - copyartifact:
64ed2e03 327 project: lttng-ust_${{GERRIT_BRANCH}}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std
3f7ea864
JR
328 which-build: last-successful
329 stable: false
330 filter: 'build/**'
331 target: 'deps'
332 do-not-fingerprint: true
333 - conditional-step:
334 condition-kind: regex-match
335 label: '$conf'
336 regex: (std|static)
337 on-evaluation-failure: run
338 steps:
339 - copyartifact:
340 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
341 which-build: last-successful
342 stable: false
343 filter: 'build/**'
344 target: 'deps'
345 do-not-fingerprint: true
346 - copyartifact:
347 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
348 which-build: last-successful
349 stable: false
350 filter: 'build/**'
351 target: 'deps'
352 do-not-fingerprint: true
353 - conditional-step:
354 condition-kind: regex-match
355 label: '$conf'
356 regex: no-ust
357 on-evaluation-failure: run
358 steps:
359 - copyartifact:
360 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
361 which-build: last-successful
362 stable: false
363 filter: 'build/**'
364 target: 'deps'
365 do-not-fingerprint: true
366 - copyartifact:
367 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
368 which-build: last-successful
369 stable: false
370 filter: 'build/**'
371 target: 'deps'
372 do-not-fingerprint: true
3f7ea864
JR
373 - conditional-step:
374 condition-kind: regex-match
375 label: '$conf'
376 regex: (agents|relayd-only)
377 on-evaluation-failure: run
378 steps:
379 - copyartifact:
380 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
381 which-build: last-successful
382 stable: false
383 filter: 'build/**'
384 target: 'deps'
385 do-not-fingerprint: true
386 - copyartifact:
387 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
388 which-build: last-successful
389 stable: false
390 filter: 'build/**'
391 target: 'deps'
392 do-not-fingerprint: true
393 - conditional-step:
394 condition-kind: regex-match
395 label: '$conf'
396 regex: debug-rcu
397 on-evaluation-failure: run
398 steps:
399 - copyartifact:
400 project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{conf}},build=std
401 which-build: last-successful
402 stable: false
403 filter: 'build/**'
404 target: 'deps'
405 do-not-fingerprint: true
406 - copyartifact:
407 project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std
408 which-build: last-successful
409 stable: false
410 filter: 'build/**'
411 target: 'deps'
412 do-not-fingerprint: true
413 - shell:
414 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
415 - conditional-step:
416 condition-kind: shell
417 condition-command: 'test ! -z "$GERRIT_DEP_LTTNG_UST"'
418 steps:
419 - shell:
420 !include-raw-escape:
edb933dd 421 - scripts/common/override-build-std.sh
3f7ea864
JR
422 - scripts/lttng-ust/build.sh
423 - shell:
424 !include-raw-escape: scripts/lttng-tools/gerrit-install-deps.sh
425 - shell:
426 !include-raw-escape: scripts/lttng-tools/build.sh
427
61afb3c3
MJ
428- lttng-tools_build_builders_win: &lttng-tools_build_builders_win
429 name: 'lttng-tools_build_builders_win'
430 builders:
431 - copyartifact:
432 project: liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std
61afb3c3
MJ
433 which-build: last-successful
434 stable: false
435 filter: 'build/**'
09d45745 436 target: 'deps'
61afb3c3 437 do-not-fingerprint: true
61afb3c3
MJ
438 - conditional-step:
439 condition-kind: strings-match
440 on-evaluation-failure: run
441 condition-string1: '${{arch}}'
442 condition-string2: 'cygwin64'
443 steps:
444 - shell:
445 !include-raw-escape:
446 - scripts/common/cygwin64-shebang
cefcd7f8 447 - scripts/common/cygpath-prefix
61afb3c3
MJ
448 - scripts/lttng-tools/build.sh
449 - conditional-step:
450 condition-kind: strings-match
451 on-evaluation-failure: run
452 condition-string1: '${{arch}}'
8f541678 453 condition-string2: 'msys2-mingw32'
61afb3c3
MJ
454 steps:
455 - inject:
456 properties-content: 'MSYSTEM=MINGW32'
457 - shell:
458 !include-raw-escape:
8f541678 459 - scripts/common/msys2-shebang
cefcd7f8 460 - scripts/common/cygpath-prefix
61afb3c3
MJ
461 - scripts/lttng-tools/build.sh
462 - conditional-step:
463 condition-kind: strings-match
464 on-evaluation-failure: run
465 condition-string1: '${{arch}}'
8f541678 466 condition-string2: 'msys2-mingw64'
61afb3c3
MJ
467 steps:
468 - inject:
469 properties-content: 'MSYSTEM=MINGW64'
470 - shell:
471 !include-raw-escape:
8f541678 472 - scripts/common/msys2-shebang
cefcd7f8 473 - scripts/common/cygpath-prefix
61afb3c3
MJ
474 - scripts/lttng-tools/build.sh
475
dd00f858
JR
476- lttng-tools_build_publishers_dev: &lttng-tools_build_publishers_dev
477 name: 'lttng-tools_build_publishers_dev'
b4005bbf 478 publishers:
0a028cf6
JR
479 - postbuildscript:
480 mark-unstable-if-failed: true
481 builders:
482 - role: SLAVE
483 build-on:
484 - SUCCESS
485 - UNSTABLE
486 - NOT_BUILT
487 - ABORTED
488 - FAILURE
489 build-steps:
490 - shell:
491 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
b4005bbf 492 - tap:
09d45745
MJ
493 results: 'tap/**/*.*'
494 fail-if-no-results: true
b4005bbf 495 failed-tests-mark-build-as-failure: true
95654431 496 todo-is-failure: false
b4005bbf
MJ
497 - warnings:
498 console-log-parsers:
499 - 'GNU Make + GNU C Compiler (gcc)'
51ca880a
MJ
500 total-thresholds:
501 unstable:
d2c76ee5
MJ
502 total-all: 0
503 total-high: 0
504 total-normal: 0
505 total-low: 0
3a45a6a5 506 - archive:
09d45745 507 artifacts: 'build/**,deps/**,tap/**'
3a45a6a5 508 allow-empty: false
2cc29ca7
JR
509 - workspace-cleanup:
510 clean-if:
511 - failure: false
dd00f858
JR
512 - email-ext:
513 recipients: '{obj:email_to}'
514 always: false
515 unstable: false
516 first-failure: true
517 first-unstable: true
518 not-built: false
519 aborted: false
520 regression: false
521 failure: false
522 second-failure: false
523 improvement: false
524 still-failing: false
525 success: false
526 fixed: false
527 fixed-unhealthy: true
528 still-unstable: false
529 pre-build: false
530 matrix-trigger: only-parent
531 send-to:
532 - recipients
61afb3c3
MJ
533
534- lttng-tools_build_publishers_prod: &lttng-tools_build_publishers_prod
535 name: 'lttng-tools_build_publishers_prod'
536 publishers:
0a028cf6
JR
537 - postbuildscript:
538 mark-unstable-if-failed: true
539 builders:
540 - role: SLAVE
541 build-on:
542 - SUCCESS
543 - UNSTABLE
544 - NOT_BUILT
545 - ABORTED
546 - FAILURE
547 build-steps:
548 - shell:
549 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
0efb2471 550 - tap:
09d45745
MJ
551 results: 'tap/**/*.*'
552 fail-if-no-results: true
0efb2471
JR
553 failed-tests-mark-build-as-failure: true
554 todo-is-failure: false
555 - warnings:
556 console-log-parsers:
557 - 'GNU Make + GNU C Compiler (gcc)'
558 total-thresholds:
559 unstable:
560 total-all: 0
561 total-high: 0
562 total-normal: 0
563 total-low: 0
564 - workspace-cleanup:
565 clean-if:
566 - failure: false
61afb3c3 567 - archive:
09d45745 568 artifacts: 'build/**,deps/**,tap/**'
61afb3c3 569 allow-empty: false
dd00f858
JR
570 - email-ext:
571 recipients: '{obj:email_to}'
572 reply-to: ci-notification@lists.lttng.org
573 always: false
574 unstable: false
575 first-failure: true
576 first-unstable: true
577 not-built: false
578 aborted: false
579 regression: false
580 failure: false
581 second-failure: false
582 improvement: false
583 still-failing: false
584 success: false
585 fixed: false
586 fixed-unhealthy: true
587 still-unstable: false
588 pre-build: false
589 matrix-trigger: only-parent
590 send-to:
591 - recipients
b4005bbf 592
c4952db9
MJ
593- lttng-tools_build_publishers_win: &lttng-tools_build_publishers_win
594 name: 'lttng-tools_build_publishers_win'
595 publishers:
596 - tap:
09d45745
MJ
597 results: 'tap/**/*.*'
598 fail-if-no-results: true
c4952db9
MJ
599 failed-tests-mark-build-as-failure: true
600 todo-is-failure: false
601 - warnings:
602 console-log-parsers:
603 - 'GNU Make + GNU C Compiler (gcc)'
604 total-thresholds:
605 unstable:
606 total-all: 0
607 total-high: 0
608 total-normal: 0
609 total-low: 0
610 - workspace-cleanup:
611 clean-if:
612 - failure: false
613 - archive:
09d45745 614 artifacts: 'build/**,deps/**,tap/**'
c4952db9
MJ
615 allow-empty: false
616 - email-ext:
617 recipients: '{obj:email_to}'
618 reply-to: ci-notification@lists.lttng.org
619 always: false
620 unstable: false
621 first-failure: true
622 first-unstable: true
623 not-built: false
624 aborted: false
625 regression: false
626 failure: false
627 second-failure: false
628 improvement: false
629 still-failing: false
630 success: false
631 fixed: false
632 fixed-unhealthy: true
633 still-unstable: false
634 pre-build: false
635 matrix-trigger: only-parent
636 send-to:
637 - recipients
638
61afb3c3 639## Templates
7671741c 640- job-template:
61afb3c3
MJ
641 name: lttng-tools_{version}_{buildtype}
642 defaults: lttng-tools
7671741c 643
61afb3c3
MJ
644 <<: *lttng-tools_build_axes_defaults
645 <<: *lttng-tools_build_builders_defaults
61afb3c3
MJ
646 <<: *lttng-tools_build_publishers_prod
647
648 triggers:
649 - pollscm:
650 cron: "@hourly"
651 - reverse:
652 jobs: 'lttng-ust_{version}_{buildtype}'
653 result: 'success'
654
9699c0e7
JR
655- job-template:
656 name: lttng-tools_{version}_long_regression
657 defaults: lttng-tools
658 wrappers:
659 - ansicolor
660 - timeout:
16844a6d 661 timeout: 10
9699c0e7 662 fail: true
7361d941 663 type: no-activity
9699c0e7
JR
664 - timestamps
665 - workspace-cleanup:
666 clean-if:
667 - failure: false
668
669 <<: *lttng-tools_build_axes_defaults
670 <<: *lttng-tools_build_builders_defaults
671 <<: *lttng-tools_build_publishers_prod
672
673 triggers:
674 - pollscm:
675 cron: "@hourly"
676 - reverse:
677 jobs: 'lttng-ust_{version}_{buildtype}'
678 result: 'success'
679
7361d941
MJ
680- job-template:
681 name: lttng-tools_{version}_rootbuild
682 defaults: lttng-tools
7361d941
MJ
683
684 scm:
edb933dd
MJ
685 - git: *lttng-tools_default_git
686 - git: *lttng-modules_default_git
7361d941
MJ
687
688 wrappers:
689 - ansicolor
690 - timeout:
691 timeout: 10
692 fail: true
693 type: no-activity
694 - timestamps
695
edb933dd 696 <<: *lttng-tools_build_axes_rootbuild
7361d941
MJ
697 <<: *lttng-tools_build_builders_defaults
698 <<: *lttng-tools_build_publishers_prod
699
700 triggers:
701 - pollscm:
702 cron: "@hourly"
703 - reverse:
704 jobs: 'lttng-ust_{version}_build'
705 result: 'success'
706
61afb3c3
MJ
707- job-template:
708 name: lttng-tools_{version}_winbuild
709 defaults: lttng-tools
710
711 <<: *lttng-tools_build_axes_defaults
712 <<: *lttng-tools_build_builders_win
c4952db9 713 <<: *lttng-tools_build_publishers_win
61afb3c3
MJ
714
715- job-template:
716 name: dev_{user}_lttng-tools_{version}_{buildtype}
717 defaults: lttng-tools
7671741c 718
61afb3c3
MJ
719 <<: *lttng-tools_build_axes_defaults
720 <<: *lttng-tools_build_builders_defaults
dd00f858 721 <<: *lttng-tools_build_publishers_dev
7671741c 722
c2a8d05f
MJ
723- job-template:
724 name: dev_gerrit_lttng-tools_{buildtype}
725 defaults: lttng-tools
726 concurrent: true
727
728 scm:
edb933dd 729 - git: *lttng-tools_gerrit_git
c2a8d05f
MJ
730
731 triggers:
732 - gerrit:
733 trigger-on:
734 - comment-added-event:
735 approval-category: 'CI-Build'
736 approval-value: 1
737 projects:
738 - project-compare-type: 'PLAIN'
739 project-pattern: 'lttng-tools'
740 branches:
741 - branch-compare-type: 'ANT'
742 branch-pattern: '**'
743 trigger-for-unreviewed-patches: true
744
a1f0d20d
MJ
745 properties:
746 - inject:
747 properties-content: |
748 PROJECT_NAME=lttng-tools
749 - build-discarder:
750 days-to-keep: 1
751 - throttle:
752 option: 'category'
753 categories:
754 - 'gerrit-{buildtype}'
755
c2a8d05f 756 <<: *lttng-tools_build_axes_defaults
3f7ea864 757 <<: *lttng-tools_build_builders_gerrit
c2a8d05f
MJ
758
759 publishers:
760 - postbuildscript:
761 mark-unstable-if-failed: true
762 builders:
763 - role: SLAVE
764 build-on:
765 - SUCCESS
766 - UNSTABLE
767 - NOT_BUILT
768 - ABORTED
769 - FAILURE
770 build-steps:
771 - shell:
772 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
773 - tap:
774 results: 'tap/**/*.*'
775 fail-if-no-results: true
776 failed-tests-mark-build-as-failure: true
777 todo-is-failure: false
778 - warnings:
779 console-log-parsers:
780 - 'GNU Make + GNU C Compiler (gcc)'
781 total-thresholds:
782 unstable:
783 total-all: 0
784 total-high: 0
785 total-normal: 0
786 total-low: 0
787 - archive:
788 artifacts: 'build/**,deps/**,tap/**'
789 allow-empty: false
790 - workspace-cleanup:
791 clean-if:
792 - failure: false
793
edb933dd
MJ
794- job-template:
795 name: dev_gerrit_lttng-tools_rootbuild
796 defaults: lttng-tools
797 concurrent: true
798
799 scm:
800 - git: *lttng-tools_gerrit_git
801 - git:
802 <<: *lttng-modules_default_git
803 branches:
804 - '$GERRIT_BRANCH'
805
806 triggers:
807 - gerrit:
808 trigger-on:
809 - comment-added-event:
810 approval-category: 'CI-Build'
811 approval-value: 1
812 projects:
813 - project-compare-type: 'PLAIN'
814 project-pattern: 'lttng-tools'
815 branches:
816 - branch-compare-type: 'ANT'
817 branch-pattern: '**'
818 trigger-for-unreviewed-patches: true
819
820 properties:
821 - inject:
822 properties-content: |
823 PROJECT_NAME=lttng-tools
824 - build-discarder:
825 days-to-keep: 1
826 - throttle:
827 option: 'category'
828 categories:
829 - 'gerrit-{buildtype}'
830
831 <<: *lttng-tools_build_axes_rootbuild
832 <<: *lttng-tools_build_builders_gerrit
833
834 publishers:
835 - tap:
836 results: 'tap/**/*.*'
837 fail-if-no-results: true
838 failed-tests-mark-build-as-failure: true
839 todo-is-failure: false
840 - warnings:
841 console-log-parsers:
842 - 'GNU Make + GNU C Compiler (gcc)'
843 total-thresholds:
844 unstable:
845 total-all: 0
846 total-high: 0
847 total-normal: 0
848 total-low: 0
849 - archive:
850 artifacts: 'build/**,deps/**,tap/**'
851 allow-empty: false
852 - workspace-cleanup:
853 clean-if:
854 - failure: false
855
c95cf818
MJ
856- job-template:
857 name: lttng-tools_{version}_release
858 defaults: lttng-tools
859 node: 'amd64'
860
861 triggers:
862 - pollscm:
863 cron: "@daily"
864
865 scm:
866 - git:
7361d941 867 url: git://github.com/{github_user}/lttng-tools.git
c95cf818 868 browser: githubweb
7361d941 869 browser-url: https://github.com/{github_user}/lttng-tools
a7f915c4 870 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
c95cf818
MJ
871 branches:
872 - '*/tags/{version}.*'
873 basedir: src/lttng-tools
874
875 builders:
876 - copyartifact:
877 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
878 which-build: last-successful
879 stable: false
880 filter: 'build/**'
881 target: 'deps'
882 do-not-fingerprint: true
883 - copyartifact:
884 project: babeltrace_{babelversion}_build/arch=amd64,conf=std,build=std
885 which-build: last-successful
886 stable: false
887 filter: 'build/**'
888 target: 'deps'
889 do-not-fingerprint: true
890 - copyartifact:
891 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=agents,build=std
892 which-build: last-successful
893 stable: false
894 filter: 'build/**'
895 target: 'deps'
896 do-not-fingerprint: true
897 - shell:
898 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
899 - shell:
900 !include-raw-escape: scripts/lttng-tools/release.sh
901
902 publishers:
903 - postbuildscript:
904 mark-unstable-if-failed: true
905 builders:
906 - role: SLAVE
907 build-on:
908 - SUCCESS
909 - UNSTABLE
910 - NOT_BUILT
911 - ABORTED
912 - FAILURE
913 build-steps:
914 - shell:
915 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
a7f915c4
MJ
916 - tap:
917 results: 'tap/**/*.*'
918 fail-if-no-results: true
919 failed-tests-mark-build-as-failure: true
920 todo-is-failure: false
c95cf818
MJ
921 - warnings:
922 console-log-parsers:
923 - 'GNU Make + GNU C Compiler (gcc)'
924 total-thresholds:
925 unstable:
926 total-all: 0
927 total-high: 0
928 total-normal: 0
929 total-low: 0
930 - workspace-cleanup:
931 clean-if:
932 - failure: false
933 - archive:
934 artifacts: 'out/**'
935 allow-empty: false
936
b4005bbf
MJ
937- job-template:
938 name: lttng-tools_{version}_cppcheck
939 defaults: lttng-tools
940
941 triggers:
942 - pollscm:
943 cron: "@daily"
944
945 builders:
946 - shell: |
5279b0f2
MJ
947 rm -f cppcheck-result.xml
948 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
b4005bbf
MJ
949
950 publishers:
951 - archive:
5279b0f2 952 artifacts: 'cppcheck-result.xml'
b4005bbf
MJ
953 allow-empty: false
954 - cppcheck:
5279b0f2 955 pattern: 'cppcheck-result.xml'
dd00f858 956 - email-ext:
b4005bbf 957 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
958 reply-to: ci-notification@lists.lttng.org
959 always: false
960 unstable: false
961 first-failure: true
962 first-unstable: true
963 not-built: false
964 aborted: false
965 regression: false
966 failure: false
967 second-failure: false
968 improvement: false
969 still-failing: false
970 success: false
971 fixed: false
972 fixed-unhealthy: true
973 still-unstable: false
974 pre-build: false
975 matrix-trigger: only-parent
976 send-to:
977 - recipients
b4005bbf
MJ
978
979- job-template:
980 name: lttng-tools_{version}_scan-build
981 defaults: lttng-tools
16844a6d 982 node: 'amd64'
b4005bbf
MJ
983
984 triggers:
985 - pollscm:
986 cron: "@daily"
987
988 builders:
989 - copyartifact:
16844a6d 990 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 991 which-build: last-successful
3522265a 992 stable: false
b4005bbf 993 filter: 'build/**'
6544f0ff 994 target: 'deps'
b4005bbf
MJ
995 do-not-fingerprint: true
996 - copyartifact:
16844a6d 997 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 998 which-build: last-successful
3522265a 999 stable: false
b4005bbf 1000 filter: 'build/**'
6544f0ff 1001 target: 'deps'
b4005bbf
MJ
1002 do-not-fingerprint: true
1003 - shell:
69f05d59 1004 !include-raw-escape: scripts/common/scan-build.sh
b4005bbf
MJ
1005
1006 publishers:
1007 - html-publisher:
1008 name: 'HTML Report'
1009 dir: 'scan-build-archive/'
1010 files: 'index.html'
1011
1012- job-template:
1013 name: lttng-tools_{version}_coverity
1014 defaults: lttng-tools
16844a6d 1015 node: 'amd64'
b4005bbf
MJ
1016
1017 triggers:
1018 - pollscm:
1019 cron: "@daily"
1020
1021 wrappers:
1022 - workspace-cleanup
1023 - timestamps
1024 - ansicolor:
1025 colormap: xterm
1026 - credentials-binding:
1027 - username-password-separated:
1028 credential-id: lttng-tools_coverity_token
1029 username: COVERITY_SCAN_PROJECT_NAME
1030 password: COVERITY_SCAN_TOKEN
1031
1032 builders:
1033 - copyartifact:
16844a6d 1034 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 1035 which-build: last-successful
3522265a 1036 stable: false
b4005bbf 1037 filter: 'build/**'
30c8dfac 1038 target: 'deps'
b4005bbf
MJ
1039 do-not-fingerprint: true
1040 - copyartifact:
16844a6d 1041 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 1042 which-build: last-successful
3522265a 1043 stable: false
b4005bbf 1044 filter: 'build/**'
30c8dfac 1045 target: 'deps'
b4005bbf
MJ
1046 do-not-fingerprint: true
1047 - shell:
ef63064f 1048 !include-raw-escape: scripts/common/coverity.sh
b4005bbf
MJ
1049
1050 publishers:
96e8f697
MJ
1051 - archive:
1052 artifacts: 'analysis-results.tgz,cov-int/**'
1053 allow-empty: false
b4005bbf
MJ
1054 - workspace-cleanup
1055
b4005bbf 1056
09d45745
MJ
1057## Views
1058- view-template:
1059 name: 'LTTng-tools'
1060 view-type: list
1061 regex: 'lttng-tools[-_].*'
b4005bbf 1062
b4005bbf 1063
09d45745 1064## Projects
b4005bbf
MJ
1065- project:
1066 name: lttng-tools
51ca880a 1067 github_user: lttng
dd00f858 1068 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 1069 version:
b631316e 1070 - stable-2.10
7f5ffb7a 1071 - stable-2.11
03297c9e 1072 - stable-2.12
9beacf91 1073 - master
b4005bbf 1074 jobs:
81bf613d 1075 # Master #
b4005bbf
MJ
1076 - 'lttng-tools_{version}_{buildtype}':
1077 buildtype: build
1078 version: master
aa27566e 1079 ustversion: master
16844a6d 1080 arch: !!python/tuple [amd64]
b4005bbf 1081 build: !!python/tuple [std, oot, dist]
3e93ffa2 1082 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
b4005bbf 1083 urcuversion: !!python/tuple [master]
481eadc8 1084 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 1085 testtype: !!python/tuple [base]
3e93ffa2 1086 filter: '(build=="std") || ((babeltrace_version=="master" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
b4005bbf
MJ
1087 - 'lttng-tools_{version}_{buildtype}':
1088 buildtype: portbuild
1089 version: master
aa27566e 1090 ustversion: master
16844a6d 1091 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b4005bbf 1092 build: !!python/tuple [std]
67122b96 1093 conf: !!python/tuple [std, no-ust, agents]
b4005bbf 1094 urcuversion: !!python/tuple [master]
21ae1ad6 1095 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1096 testtype: !!python/tuple [base]
3e93ffa2 1097 filter: ''
b6e62a6a 1098 - 'lttng-tools_{version}_{buildtype}':
81bf613d 1099 buildtype: slesbuild
b6e62a6a
MJ
1100 version: master
1101 ustversion: master
81bf613d 1102 arch: !!python/tuple [sles12sp2]
b6e62a6a 1103 build: !!python/tuple [std]
60bb9bde 1104 conf: !!python/tuple [agents]
b6e62a6a 1105 urcuversion: !!python/tuple [master]
21ae1ad6 1106 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1107 testtype: !!python/tuple [base]
3e93ffa2 1108 filter: ''
568b5cbd
MJ
1109 - 'lttng-tools_{version}_{buildtype}':
1110 buildtype: elbuild
1111 version: master
1112 ustversion: master
1113 arch: !!python/tuple [el8]
1114 build: !!python/tuple [std]
1115 conf: !!python/tuple [std]
1116 urcuversion: !!python/tuple [master]
1117 babelversion: !!python/tuple [stable-1.5]
1118 testtype: !!python/tuple [base]
3e93ffa2 1119 filter: ''
b631316e
MJ
1120 - 'lttng-tools_{version}_{buildtype}':
1121 buildtype: macosxbuild
81bf613d
MJ
1122 version: master
1123 ustversion: master
b631316e
MJ
1124 arch: !!python/tuple [macosx]
1125 build: !!python/tuple [std]
1126 conf: !!python/tuple [relayd-only]
81bf613d 1127 urcuversion: !!python/tuple [master]
b631316e 1128 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1129 testtype: !!python/tuple [base]
3e93ffa2 1130 filter: ''
0a9d9a74 1131 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
1132 buildtype: solarisbuild
1133 version: master
1134 ustversion: master
995ac8f2 1135 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
1136 build: !!python/tuple [std]
1137 conf: !!python/tuple [relayd-only]
81bf613d 1138 urcuversion: !!python/tuple [master]
21ae1ad6 1139 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1140 testtype: !!python/tuple [base]
3e93ffa2 1141 filter: ''
81bf613d 1142 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
1143 version: master
1144 ustversion: master
cefcd7f8 1145 arch: !!python/tuple [cygwin64]
b6e62a6a
MJ
1146 build: !!python/tuple [std]
1147 conf: !!python/tuple [relayd-only]
1148 urcuversion: !!python/tuple [master]
21ae1ad6 1149 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1150 testtype: !!python/tuple [base]
3e93ffa2 1151 filter: ''
9699c0e7
JR
1152 - 'lttng-tools_{version}_long_regression':
1153 buildtype: build
6b9f13ac 1154 version: master
9699c0e7 1155 ustversion: master
16844a6d 1156 arch: !!python/tuple [amd64]
9699c0e7
JR
1157 build: !!python/tuple [std]
1158 conf: !!python/tuple [std]
1159 urcuversion: !!python/tuple [master]
1160 babelversion: !!python/tuple [stable-1.5]
1161 testtype: !!python/tuple [full]
3e93ffa2 1162 filter: ''
7361d941
MJ
1163 - 'lttng-tools_{version}_rootbuild':
1164 buildtype: build
1165 version: master
1166 ustversion: master
1167 arch: !!python/tuple [amd64]
1168 build: !!python/tuple [std]
1169 conf: !!python/tuple [agents]
1170 urcuversion: !!python/tuple [master]
1171 babelversion: !!python/tuple [stable-2.0]
1172 testtype: !!python/tuple [base]
1173 filter: ''
81bf613d 1174
03297c9e
MJ
1175 # stable-2.12
1176 - 'lttng-tools_{version}_{buildtype}':
1177 buildtype: build
1178 version: stable-2.12
1179 ustversion: stable-2.12
1180 arch: !!python/tuple [amd64]
1181 build: !!python/tuple [std, oot, dist]
3e93ffa2 1182 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
0faaf34a 1183 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1184 babelversion: !!python/tuple [stable-2.0]
1185 testtype: !!python/tuple [base]
3e93ffa2 1186 filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
03297c9e
MJ
1187 - 'lttng-tools_{version}_{buildtype}':
1188 buildtype: portbuild
1189 version: stable-2.12
1190 ustversion: stable-2.12
1191 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1192 build: !!python/tuple [std]
1193 conf: !!python/tuple [std, no-ust, agents]
0faaf34a 1194 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1195 babelversion: !!python/tuple [stable-2.0]
1196 testtype: !!python/tuple [base]
3e93ffa2 1197 filter: ''
03297c9e
MJ
1198 - 'lttng-tools_{version}_{buildtype}':
1199 buildtype: slesbuild
1200 version: stable-2.12
1201 ustversion: stable-2.12
1202 arch: !!python/tuple [sles12sp2]
1203 build: !!python/tuple [std]
60bb9bde 1204 conf: !!python/tuple [agents]
0faaf34a 1205 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1206 babelversion: !!python/tuple [stable-2.0]
1207 testtype: !!python/tuple [base]
3e93ffa2 1208 filter: ''
03297c9e
MJ
1209 - 'lttng-tools_{version}_{buildtype}':
1210 buildtype: elbuild
1211 version: stable-2.12
1212 ustversion: stable-2.12
1213 arch: !!python/tuple [el8]
1214 build: !!python/tuple [std]
1215 conf: !!python/tuple [std]
0faaf34a 1216 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1217 babelversion: !!python/tuple [stable-2.0]
1218 testtype: !!python/tuple [base]
3e93ffa2 1219 filter: ''
03297c9e
MJ
1220 - 'lttng-tools_{version}_{buildtype}':
1221 buildtype: solarisbuild
1222 version: stable-2.12
1223 ustversion: stable-2.12
1224 arch: !!python/tuple [sol10-i386, sol11-i386]
1225 build: !!python/tuple [std]
1226 conf: !!python/tuple [relayd-only]
0faaf34a 1227 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1228 babelversion: !!python/tuple [stable-1.5]
1229 testtype: !!python/tuple [base]
3e93ffa2 1230 filter: ''
03297c9e
MJ
1231 - 'lttng-tools_{version}_{buildtype}':
1232 buildtype: macosxbuild
1233 version: stable-2.12
1234 ustversion: stable-2.12
1235 arch: !!python/tuple [macosx]
1236 build: !!python/tuple [std]
1237 conf: !!python/tuple [relayd-only]
0faaf34a 1238 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1239 babelversion: !!python/tuple [stable-2.0]
1240 testtype: !!python/tuple [base]
3e93ffa2 1241 filter: ''
03297c9e
MJ
1242 - 'lttng-tools_{version}_winbuild':
1243 version: stable-2.12
1244 ustversion: stable-2.12
cefcd7f8 1245 arch: !!python/tuple [cygwin64]
03297c9e
MJ
1246 build: !!python/tuple [std]
1247 conf: !!python/tuple [relayd-only]
0faaf34a 1248 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1249 babelversion: !!python/tuple [stable-2.0]
1250 testtype: !!python/tuple [base]
3e93ffa2 1251 filter: ''
03297c9e
MJ
1252 - 'lttng-tools_{version}_long_regression':
1253 buildtype: build
1254 version: stable-2.12
1255 ustversion: stable-2.12
1256 arch: !!python/tuple [amd64]
1257 build: !!python/tuple [std]
1258 conf: !!python/tuple [std]
0faaf34a 1259 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1260 babelversion: !!python/tuple [stable-2.0]
1261 testtype: !!python/tuple [full]
3e93ffa2 1262 filter: ''
7361d941
MJ
1263 - 'lttng-tools_{version}_rootbuild':
1264 buildtype: build
1265 version: stable-2.12
1266 ustversion: stable-2.12
1267 arch: !!python/tuple [amd64]
1268 build: !!python/tuple [std]
1269 conf: !!python/tuple [agents]
1270 urcuversion: !!python/tuple [stable-0.12]
1271 babelversion: !!python/tuple [stable-2.0]
1272 testtype: !!python/tuple [base]
1273 filter: ''
c95cf818
MJ
1274 - 'lttng-tools_{version}_release':
1275 version: v2.12
1276 ustversion: stable-2.12
1277 urcuversion: stable-0.12
1278 babelversion: stable-2.0
03297c9e 1279
7f5ffb7a
MJ
1280 # stable-2.11
1281 - 'lttng-tools_{version}_{buildtype}':
1282 buildtype: build
1283 version: stable-2.11
1284 ustversion: stable-2.11
16844a6d 1285 arch: !!python/tuple [amd64]
7f5ffb7a 1286 build: !!python/tuple [std, oot, dist]
3e93ffa2 1287 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
7f5ffb7a
MJ
1288 urcuversion: !!python/tuple [stable-0.10]
1289 babelversion: !!python/tuple [stable-1.5]
5349d986 1290 testtype: !!python/tuple [base]
3e93ffa2 1291 filter: '(build=="std") || ((babeltrace_version=="stable-1.5" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
7f5ffb7a
MJ
1292 - 'lttng-tools_{version}_{buildtype}':
1293 buildtype: portbuild
1294 version: stable-2.11
1295 ustversion: stable-2.11
16844a6d 1296 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1297 build: !!python/tuple [std]
1298 conf: !!python/tuple [std, no-ust, agents]
1299 urcuversion: !!python/tuple [stable-0.10]
1300 babelversion: !!python/tuple [stable-1.5]
5349d986 1301 testtype: !!python/tuple [base]
3e93ffa2 1302 filter: ''
7f5ffb7a
MJ
1303 - 'lttng-tools_{version}_{buildtype}':
1304 buildtype: slesbuild
1305 version: stable-2.11
1306 ustversion: stable-2.11
1307 arch: !!python/tuple [sles12sp2]
1308 build: !!python/tuple [std]
60bb9bde 1309 conf: !!python/tuple [agents]
7f5ffb7a
MJ
1310 urcuversion: !!python/tuple [stable-0.10]
1311 babelversion: !!python/tuple [stable-1.5]
5349d986 1312 testtype: !!python/tuple [base]
3e93ffa2 1313 filter: ''
568b5cbd
MJ
1314 - 'lttng-tools_{version}_{buildtype}':
1315 buildtype: elbuild
1316 version: stable-2.11
1317 ustversion: stable-2.11
1318 arch: !!python/tuple [el8]
1319 build: !!python/tuple [std]
1320 conf: !!python/tuple [std]
1321 urcuversion: !!python/tuple [stable-0.10]
1322 babelversion: !!python/tuple [stable-1.5]
1323 testtype: !!python/tuple [base]
3e93ffa2 1324 filter: ''
7f5ffb7a
MJ
1325 - 'lttng-tools_{version}_{buildtype}':
1326 buildtype: solarisbuild
1327 version: stable-2.11
1328 ustversion: stable-2.11
1329 arch: !!python/tuple [sol10-i386, sol11-i386]
1330 build: !!python/tuple [std]
1331 conf: !!python/tuple [relayd-only]
1332 urcuversion: !!python/tuple [stable-0.10]
1333 babelversion: !!python/tuple [stable-1.5]
5349d986 1334 testtype: !!python/tuple [base]
3e93ffa2 1335 filter: ''
7f5ffb7a
MJ
1336 - 'lttng-tools_{version}_{buildtype}':
1337 buildtype: macosxbuild
1338 version: stable-2.11
1339 ustversion: stable-2.11
1340 arch: !!python/tuple [macosx]
1341 build: !!python/tuple [std]
1342 conf: !!python/tuple [relayd-only]
1343 urcuversion: !!python/tuple [stable-0.10]
1344 babelversion: !!python/tuple [stable-1.5]
5349d986 1345 testtype: !!python/tuple [base]
3e93ffa2 1346 filter: ''
7f5ffb7a
MJ
1347 - 'lttng-tools_{version}_winbuild':
1348 version: stable-2.11
1349 ustversion: stable-2.11
cefcd7f8 1350 arch: !!python/tuple [cygwin64]
7f5ffb7a
MJ
1351 build: !!python/tuple [std]
1352 conf: !!python/tuple [relayd-only]
1353 urcuversion: !!python/tuple [stable-0.10]
1354 babelversion: !!python/tuple [stable-1.5]
5349d986 1355 testtype: !!python/tuple [base]
3e93ffa2 1356 filter: ''
6b9f13ac
MJ
1357 - 'lttng-tools_{version}_long_regression':
1358 buildtype: build
1359 version: stable-2.11
1360 ustversion: stable-2.11
1361 arch: !!python/tuple [amd64]
1362 build: !!python/tuple [std]
1363 conf: !!python/tuple [std]
1364 urcuversion: !!python/tuple [stable-0.10]
1365 babelversion: !!python/tuple [stable-1.5]
1366 testtype: !!python/tuple [full]
3e93ffa2 1367 filter: ''
7361d941
MJ
1368 - 'lttng-tools_{version}_rootbuild':
1369 buildtype: build
1370 version: stable-2.11
1371 ustversion: stable-2.11
1372 arch: !!python/tuple [amd64]
1373 build: !!python/tuple [std]
1374 conf: !!python/tuple [agents]
1375 urcuversion: !!python/tuple [stable-0.10]
1376 babelversion: !!python/tuple [stable-1.5]
1377 testtype: !!python/tuple [base]
1378 filter: ''
c95cf818
MJ
1379 - 'lttng-tools_{version}_release':
1380 version: v2.11
1381 ustversion: stable-2.11
1382 urcuversion: stable-0.10
1383 babelversion: stable-1.5
7f5ffb7a 1384
81bf613d 1385 # stable-2.10
b631316e
MJ
1386 - 'lttng-tools_{version}_{buildtype}':
1387 buildtype: build
1388 version: stable-2.10
1389 ustversion: stable-2.10
16844a6d 1390 arch: !!python/tuple [amd64]
b631316e 1391 build: !!python/tuple [std, oot, dist]
3e93ffa2 1392 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
b631316e
MJ
1393 urcuversion: !!python/tuple [stable-0.9]
1394 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1395 testtype: !!python/tuple [base]
3e93ffa2 1396 filter: '(build=="std") || ((babeltrace_version=="stable-1.5" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
b631316e
MJ
1397 - 'lttng-tools_{version}_{buildtype}':
1398 buildtype: portbuild
1399 version: stable-2.10
1400 ustversion: stable-2.10
16844a6d 1401 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1402 build: !!python/tuple [std]
1403 conf: !!python/tuple [std, no-ust, agents]
1404 urcuversion: !!python/tuple [stable-0.9]
1405 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1406 testtype: !!python/tuple [base]
3e93ffa2 1407 filter: ''
81bf613d
MJ
1408 - 'lttng-tools_{version}_{buildtype}':
1409 buildtype: slesbuild
1410 version: stable-2.10
1411 ustversion: stable-2.10
1412 arch: !!python/tuple [sles12sp2]
1413 build: !!python/tuple [std]
60bb9bde 1414 conf: !!python/tuple [agents]
81bf613d
MJ
1415 urcuversion: !!python/tuple [stable-0.9]
1416 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1417 testtype: !!python/tuple [base]
3e93ffa2 1418 filter: ''
568b5cbd
MJ
1419 - 'lttng-tools_{version}_{buildtype}':
1420 buildtype: elbuild
1421 version: stable-2.10
1422 ustversion: stable-2.10
1423 arch: !!python/tuple [el8]
1424 build: !!python/tuple [std]
1425 conf: !!python/tuple [std]
1426 urcuversion: !!python/tuple [stable-0.9]
1427 babelversion: !!python/tuple [stable-1.5]
1428 testtype: !!python/tuple [base]
3e93ffa2 1429 filter: ''
b631316e
MJ
1430 - 'lttng-tools_{version}_{buildtype}':
1431 buildtype: solarisbuild
1432 version: stable-2.10
1433 ustversion: stable-2.10
995ac8f2 1434 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
1435 build: !!python/tuple [std]
1436 conf: !!python/tuple [relayd-only]
1437 urcuversion: !!python/tuple [stable-0.9]
1438 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1439 testtype: !!python/tuple [base]
3e93ffa2 1440 filter: ''
81bf613d
MJ
1441 - 'lttng-tools_{version}_{buildtype}':
1442 buildtype: macosxbuild
1443 version: stable-2.10
1444 ustversion: stable-2.10
1445 arch: !!python/tuple [macosx]
1446 build: !!python/tuple [std]
1447 conf: !!python/tuple [relayd-only]
1448 urcuversion: !!python/tuple [stable-0.9]
1449 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1450 testtype: !!python/tuple [base]
3e93ffa2 1451 filter: ''
81bf613d
MJ
1452 - 'lttng-tools_{version}_winbuild':
1453 version: stable-2.10
1454 ustversion: stable-2.10
cefcd7f8 1455 arch: !!python/tuple [cygwin64]
81bf613d
MJ
1456 build: !!python/tuple [std]
1457 conf: !!python/tuple [relayd-only]
1458 urcuversion: !!python/tuple [stable-0.9]
1459 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1460 testtype: !!python/tuple [base]
3e93ffa2 1461 filter: ''
6b9f13ac
MJ
1462 - 'lttng-tools_{version}_long_regression':
1463 buildtype: build
1464 version: stable-2.10
1465 ustversion: stable-2.10
1466 arch: !!python/tuple [amd64]
1467 build: !!python/tuple [std]
1468 conf: !!python/tuple [std]
1469 urcuversion: !!python/tuple [stable-0.9]
1470 babelversion: !!python/tuple [stable-1.5]
1471 testtype: !!python/tuple [full]
3e93ffa2 1472 filter: ''
c95cf818
MJ
1473 - 'lttng-tools_{version}_release':
1474 version: v2.10
1475 ustversion: stable-2.10
1476 urcuversion: stable-0.9
1477 babelversion: stable-1.5
81bf613d
MJ
1478
1479 # stable-2.9 #
81bf613d
MJ
1480 - 'lttng-tools_{version}_{buildtype}':
1481 buildtype: slesbuild
1482 version: stable-2.9
1483 ustversion: stable-2.9
1484 arch: !!python/tuple [sles12sp2]
1485 build: !!python/tuple [std]
60bb9bde 1486 conf: !!python/tuple [agents]
81bf613d
MJ
1487 urcuversion: !!python/tuple [stable-0.9]
1488 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1489 testtype: !!python/tuple [base]
3e93ffa2 1490 filter: ''
81bf613d
MJ
1491
1492 # stable-2.8 #
81bf613d
MJ
1493 - 'lttng-tools_{version}_{buildtype}':
1494 buildtype: slesbuild
1495 version: stable-2.8
1496 ustversion: stable-2.8
1497 arch: !!python/tuple [sles12sp2]
1498 build: !!python/tuple [std]
60bb9bde 1499 conf: !!python/tuple [agents]
81bf613d 1500 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1501 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1502 testtype: !!python/tuple [base]
3e93ffa2 1503 filter: ''
81bf613d 1504
61afb3c3
MJ
1505 - 'lttng-tools_{version}_cppcheck'
1506 - 'lttng-tools_{version}_scan-build':
1507 version: master
1508 urcuversion: master
1509 ustversion: master
7f5ffb7a
MJ
1510 - 'lttng-tools_{version}_scan-build':
1511 version: stable-2.11
1512 urcuversion: stable-0.10
1513 ustversion: stable-2.11
b631316e
MJ
1514 - 'lttng-tools_{version}_scan-build':
1515 version: stable-2.10
1516 urcuversion: stable-0.9
1517 ustversion: stable-2.10
61afb3c3
MJ
1518 - 'lttng-tools_{version}_coverity':
1519 version: master
1520 urcuversion: master
1521 ustversion: master
1522
1523
1524- project:
1525 name: dev_jgalar_lttng-tools
1526 user: jgalar
1527 github_user: jgalar
dd00f858 1528 email_to: 'jgalar@efficios.com'
61afb3c3 1529 jobs:
7671741c 1530 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1531 buildtype: build
1532 version: master-staging
aa27566e 1533 ustversion: master
16844a6d 1534 arch: !!python/tuple [amd64]
7671741c 1535 build: !!python/tuple [std, oot, dist]
67122b96 1536 conf: !!python/tuple [std, no-ust, agents]
7671741c 1537 urcuversion: !!python/tuple [master]
482bbbfb 1538 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 1539 testtype: !!python/tuple [base]
3e93ffa2 1540 filter: ''
03297c9e
MJ
1541 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1542 buildtype: build
1543 version: stable-2.12-staging
1544 ustversion: stable-2.12
1545 arch: !!python/tuple [amd64]
1546 build: !!python/tuple [std, oot, dist]
1547 conf: !!python/tuple [std, no-ust, agents]
0faaf34a 1548 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1549 babelversion: !!python/tuple [stable-2.0, master]
1550 testtype: !!python/tuple [base]
3e93ffa2 1551 filter: ''
7f5ffb7a
MJ
1552 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1553 buildtype: build
1554 version: stable-2.11-staging
1555 ustversion: stable-2.11
16844a6d 1556 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
1557 build: !!python/tuple [std, oot, dist]
1558 conf: !!python/tuple [std, no-ust, agents]
1559 urcuversion: !!python/tuple [stable-0.10]
482bbbfb 1560 babelversion: !!python/tuple [stable-1.5, master]
5349d986 1561 testtype: !!python/tuple [base]
3e93ffa2 1562 filter: ''
b631316e
MJ
1563 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1564 buildtype: build
1565 version: stable-2.10-staging
1566 ustversion: stable-2.10
16844a6d 1567 arch: !!python/tuple [amd64]
b631316e
MJ
1568 build: !!python/tuple [std, oot, dist]
1569 conf: !!python/tuple [std, no-ust, agents]
1570 urcuversion: !!python/tuple [stable-0.9]
1571 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1572 testtype: !!python/tuple [base]
3e93ffa2 1573 filter: ''
6e5203a5 1574 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1575 buildtype: portbuild
1576 version: master-staging
1577 ustversion: master
16844a6d 1578 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1579 build: !!python/tuple [std]
67122b96 1580 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1581 urcuversion: !!python/tuple [master]
cc8a3823 1582 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 1583 testtype: !!python/tuple [base]
3e93ffa2 1584 filter: ''
03297c9e
MJ
1585 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1586 buildtype: portbuild
1587 version: stable-2.12-staging
1588 ustversion: stable-2.12
1589 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1590 build: !!python/tuple [std]
1591 conf: !!python/tuple [std, no-ust, agents]
0faaf34a 1592 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1593 babelversion: !!python/tuple [stable-2.0]
1594 testtype: !!python/tuple [base]
3e93ffa2 1595 filter: ''
7f5ffb7a
MJ
1596 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1597 buildtype: portbuild
1598 version: stable-2.11-staging
1599 ustversion: stable-2.11
16844a6d 1600 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1601 build: !!python/tuple [std]
1602 conf: !!python/tuple [std, no-ust, agents]
1603 urcuversion: !!python/tuple [stable-0.10]
1604 babelversion: !!python/tuple [stable-1.5]
5349d986 1605 testtype: !!python/tuple [base]
3e93ffa2 1606 filter: ''
b631316e
MJ
1607 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1608 buildtype: portbuild
1609 version: stable-2.10-staging
1610 ustversion: stable-2.10
16844a6d 1611 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1612 build: !!python/tuple [std]
1613 conf: !!python/tuple [std, no-ust, agents]
1614 urcuversion: !!python/tuple [stable-0.9]
1615 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1616 testtype: !!python/tuple [base]
3e93ffa2 1617 filter: ''
bae34da3 1618 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
1619 buildtype: macosxbuild
1620 version: master-staging
1621 ustversion: master
1622 arch: !!python/tuple [macosx]
1623 build: !!python/tuple [std]
1624 conf: !!python/tuple [relayd-only]
1625 urcuversion: !!python/tuple [master]
21ae1ad6 1626 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1627 testtype: !!python/tuple [base]
3e93ffa2 1628 filter: ''
a23306a6 1629 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1630 buildtype: solarisbuild
1631 version: master-staging
1632 ustversion: master
995ac8f2 1633 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1634 build: !!python/tuple [std]
1635 conf: !!python/tuple [relayd-only]
1636 urcuversion: !!python/tuple [master]
21ae1ad6 1637 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1638 testtype: !!python/tuple [base]
3e93ffa2 1639 filter: ''
09d45745 1640
c2a8d05f
MJ
1641- project:
1642 name: gerrit-lttng-tools
1643 github_user: lttng
c2a8d05f
MJ
1644 jobs:
1645 - 'dev_gerrit_lttng-tools_{buildtype}':
1646 buildtype: build
c2a8d05f
MJ
1647 arch: !!python/tuple [amd64]
1648 build: !!python/tuple [std, oot, dist, oot-dist]
1649 conf: !!python/tuple [std, no-ust, agents]
1a328e93 1650 urcuversion: !!python/tuple [stable-0.12]
c2a8d05f
MJ
1651 babelversion: !!python/tuple [stable-1.5]
1652 testtype: !!python/tuple [base]
3e93ffa2 1653 filter: ''
edb933dd
MJ
1654 - 'dev_gerrit_lttng-tools_rootbuild':
1655 buildtype: build
1656 arch: !!python/tuple [amd64]
1657 build: !!python/tuple [std]
1658 conf: !!python/tuple [agents]
1659 urcuversion: !!python/tuple [stable-0.12]
1660 babelversion: !!python/tuple [stable-2.0]
1661 testtype: !!python/tuple [base]
1662 filter: ''
c2a8d05f 1663
09d45745
MJ
1664- project:
1665 name: lttng-tools-views
1666 views:
1667 - LTTng-tools
This page took 0.113441 seconds and 4 git commands to generate.