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