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