jjb: lttng-scope: disable all 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}
a7f915c4 737 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
c95cf818
MJ
738 branches:
739 - '*/tags/{version}.*'
740 basedir: src/lttng-tools
741
742 builders:
743 - copyartifact:
744 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
745 which-build: last-successful
746 stable: false
747 filter: 'build/**'
748 target: 'deps'
749 do-not-fingerprint: true
750 - copyartifact:
751 project: babeltrace_{babelversion}_build/arch=amd64,conf=std,build=std
752 which-build: last-successful
753 stable: false
754 filter: 'build/**'
755 target: 'deps'
756 do-not-fingerprint: true
757 - copyartifact:
758 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=agents,build=std
759 which-build: last-successful
760 stable: false
761 filter: 'build/**'
762 target: 'deps'
763 do-not-fingerprint: true
764 - shell:
765 !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh
766 - shell:
767 !include-raw-escape: scripts/lttng-tools/release.sh
768
769 publishers:
770 - postbuildscript:
771 mark-unstable-if-failed: true
772 builders:
773 - role: SLAVE
774 build-on:
775 - SUCCESS
776 - UNSTABLE
777 - NOT_BUILT
778 - ABORTED
779 - FAILURE
780 build-steps:
781 - shell:
782 !include-raw-escape: scripts/lttng-tools/hang_processes.sh
a7f915c4
MJ
783 - tap:
784 results: 'tap/**/*.*'
785 fail-if-no-results: true
786 failed-tests-mark-build-as-failure: true
787 todo-is-failure: false
c95cf818
MJ
788 - warnings:
789 console-log-parsers:
790 - 'GNU Make + GNU C Compiler (gcc)'
791 total-thresholds:
792 unstable:
793 total-all: 0
794 total-high: 0
795 total-normal: 0
796 total-low: 0
797 - workspace-cleanup:
798 clean-if:
799 - failure: false
800 - archive:
801 artifacts: 'out/**'
802 allow-empty: false
803
b4005bbf
MJ
804- job-template:
805 name: lttng-tools_{version}_cppcheck
806 defaults: lttng-tools
807
808 triggers:
809 - pollscm:
810 cron: "@daily"
811
812 builders:
813 - shell: |
5279b0f2
MJ
814 rm -f cppcheck-result.xml
815 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml
b4005bbf
MJ
816
817 publishers:
818 - archive:
5279b0f2 819 artifacts: 'cppcheck-result.xml'
b4005bbf
MJ
820 allow-empty: false
821 - cppcheck:
5279b0f2 822 pattern: 'cppcheck-result.xml'
dd00f858 823 - email-ext:
b4005bbf 824 recipients: 'ci-notification@lists.lttng.org'
dd00f858
JR
825 reply-to: ci-notification@lists.lttng.org
826 always: false
827 unstable: false
828 first-failure: true
829 first-unstable: true
830 not-built: false
831 aborted: false
832 regression: false
833 failure: false
834 second-failure: false
835 improvement: false
836 still-failing: false
837 success: false
838 fixed: false
839 fixed-unhealthy: true
840 still-unstable: false
841 pre-build: false
842 matrix-trigger: only-parent
843 send-to:
844 - recipients
b4005bbf
MJ
845
846- job-template:
847 name: lttng-tools_{version}_scan-build
848 defaults: lttng-tools
16844a6d 849 node: 'amd64'
b4005bbf
MJ
850
851 triggers:
852 - pollscm:
853 cron: "@daily"
854
855 builders:
856 - copyartifact:
16844a6d 857 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 858 which-build: last-successful
3522265a 859 stable: false
b4005bbf 860 filter: 'build/**'
6544f0ff 861 target: 'deps'
b4005bbf
MJ
862 do-not-fingerprint: true
863 - copyartifact:
16844a6d 864 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 865 which-build: last-successful
3522265a 866 stable: false
b4005bbf 867 filter: 'build/**'
6544f0ff 868 target: 'deps'
b4005bbf
MJ
869 do-not-fingerprint: true
870 - shell:
69f05d59 871 !include-raw-escape: scripts/common/scan-build.sh
b4005bbf
MJ
872
873 publishers:
874 - html-publisher:
875 name: 'HTML Report'
876 dir: 'scan-build-archive/'
877 files: 'index.html'
878
879- job-template:
880 name: lttng-tools_{version}_coverity
881 defaults: lttng-tools
16844a6d 882 node: 'amd64'
b4005bbf
MJ
883
884 triggers:
885 - pollscm:
886 cron: "@daily"
887
888 wrappers:
889 - workspace-cleanup
890 - timestamps
891 - ansicolor:
892 colormap: xterm
893 - credentials-binding:
894 - username-password-separated:
895 credential-id: lttng-tools_coverity_token
896 username: COVERITY_SCAN_PROJECT_NAME
897 password: COVERITY_SCAN_TOKEN
898
899 builders:
900 - copyartifact:
16844a6d 901 project: liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std
b4005bbf 902 which-build: last-successful
3522265a 903 stable: false
b4005bbf 904 filter: 'build/**'
30c8dfac 905 target: 'deps'
b4005bbf
MJ
906 do-not-fingerprint: true
907 - copyartifact:
16844a6d 908 project: lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std
b4005bbf 909 which-build: last-successful
3522265a 910 stable: false
b4005bbf 911 filter: 'build/**'
30c8dfac 912 target: 'deps'
b4005bbf
MJ
913 do-not-fingerprint: true
914 - shell:
ef63064f 915 !include-raw-escape: scripts/common/coverity.sh
b4005bbf
MJ
916
917 publishers:
96e8f697
MJ
918 - archive:
919 artifacts: 'analysis-results.tgz,cov-int/**'
920 allow-empty: false
b4005bbf
MJ
921 - workspace-cleanup
922
b4005bbf 923
09d45745
MJ
924## Views
925- view-template:
926 name: 'LTTng-tools'
927 view-type: list
928 regex: 'lttng-tools[-_].*'
b4005bbf 929
b4005bbf 930
09d45745 931## Projects
b4005bbf
MJ
932- project:
933 name: lttng-tools
51ca880a
MJ
934 github_user: lttng
935 github_name: lttng-tools
dd00f858 936 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 937 version:
b631316e 938 - stable-2.10
7f5ffb7a 939 - stable-2.11
03297c9e 940 - stable-2.12
9beacf91 941 - master
b4005bbf 942 jobs:
81bf613d 943 # Master #
b4005bbf
MJ
944 - 'lttng-tools_{version}_{buildtype}':
945 buildtype: build
946 version: master
aa27566e 947 ustversion: master
16844a6d 948 arch: !!python/tuple [amd64]
b4005bbf 949 build: !!python/tuple [std, oot, dist]
3e93ffa2 950 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
b4005bbf 951 urcuversion: !!python/tuple [master]
481eadc8 952 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 953 testtype: !!python/tuple [base]
3e93ffa2 954 filter: '(build=="std") || ((babeltrace_version=="master" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
b4005bbf
MJ
955 - 'lttng-tools_{version}_{buildtype}':
956 buildtype: portbuild
957 version: master
aa27566e 958 ustversion: master
16844a6d 959 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b4005bbf 960 build: !!python/tuple [std]
67122b96 961 conf: !!python/tuple [std, no-ust, agents]
b4005bbf 962 urcuversion: !!python/tuple [master]
21ae1ad6 963 babelversion: !!python/tuple [stable-1.5]
9699c0e7 964 testtype: !!python/tuple [base]
3e93ffa2 965 filter: ''
b6e62a6a 966 - 'lttng-tools_{version}_{buildtype}':
81bf613d 967 buildtype: slesbuild
b6e62a6a
MJ
968 version: master
969 ustversion: master
81bf613d 970 arch: !!python/tuple [sles12sp2]
b6e62a6a 971 build: !!python/tuple [std]
60bb9bde 972 conf: !!python/tuple [agents]
b6e62a6a 973 urcuversion: !!python/tuple [master]
21ae1ad6 974 babelversion: !!python/tuple [stable-1.5]
9699c0e7 975 testtype: !!python/tuple [base]
3e93ffa2 976 filter: ''
568b5cbd
MJ
977 - 'lttng-tools_{version}_{buildtype}':
978 buildtype: elbuild
979 version: master
980 ustversion: master
981 arch: !!python/tuple [el8]
982 build: !!python/tuple [std]
983 conf: !!python/tuple [std]
984 urcuversion: !!python/tuple [master]
985 babelversion: !!python/tuple [stable-1.5]
986 testtype: !!python/tuple [base]
3e93ffa2 987 filter: ''
b631316e
MJ
988 - 'lttng-tools_{version}_{buildtype}':
989 buildtype: macosxbuild
81bf613d
MJ
990 version: master
991 ustversion: master
b631316e
MJ
992 arch: !!python/tuple [macosx]
993 build: !!python/tuple [std]
994 conf: !!python/tuple [relayd-only]
81bf613d 995 urcuversion: !!python/tuple [master]
b631316e 996 babelversion: !!python/tuple [stable-1.5]
9699c0e7 997 testtype: !!python/tuple [base]
3e93ffa2 998 filter: ''
0a9d9a74 999 - 'lttng-tools_{version}_{buildtype}':
81bf613d
MJ
1000 buildtype: solarisbuild
1001 version: master
1002 ustversion: master
995ac8f2 1003 arch: !!python/tuple [sol10-i386, sol11-i386]
0a9d9a74
MJ
1004 build: !!python/tuple [std]
1005 conf: !!python/tuple [relayd-only]
81bf613d 1006 urcuversion: !!python/tuple [master]
21ae1ad6 1007 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1008 testtype: !!python/tuple [base]
3e93ffa2 1009 filter: ''
81bf613d 1010 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
1011 version: master
1012 ustversion: master
cefcd7f8 1013 arch: !!python/tuple [cygwin64]
b6e62a6a
MJ
1014 build: !!python/tuple [std]
1015 conf: !!python/tuple [relayd-only]
1016 urcuversion: !!python/tuple [master]
21ae1ad6 1017 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1018 testtype: !!python/tuple [base]
3e93ffa2 1019 filter: ''
9699c0e7
JR
1020 - 'lttng-tools_{version}_long_regression':
1021 buildtype: build
6b9f13ac 1022 version: master
9699c0e7 1023 ustversion: master
16844a6d 1024 arch: !!python/tuple [amd64]
9699c0e7
JR
1025 build: !!python/tuple [std]
1026 conf: !!python/tuple [std]
1027 urcuversion: !!python/tuple [master]
1028 babelversion: !!python/tuple [stable-1.5]
1029 testtype: !!python/tuple [full]
3e93ffa2 1030 filter: ''
81bf613d 1031
03297c9e
MJ
1032 # stable-2.12
1033 - 'lttng-tools_{version}_{buildtype}':
1034 buildtype: build
1035 version: stable-2.12
1036 ustversion: stable-2.12
1037 arch: !!python/tuple [amd64]
1038 build: !!python/tuple [std, oot, dist]
3e93ffa2 1039 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
0faaf34a 1040 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1041 babelversion: !!python/tuple [stable-2.0]
1042 testtype: !!python/tuple [base]
3e93ffa2 1043 filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
03297c9e
MJ
1044 - 'lttng-tools_{version}_{buildtype}':
1045 buildtype: portbuild
1046 version: stable-2.12
1047 ustversion: stable-2.12
1048 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1049 build: !!python/tuple [std]
1050 conf: !!python/tuple [std, no-ust, agents]
0faaf34a 1051 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1052 babelversion: !!python/tuple [stable-2.0]
1053 testtype: !!python/tuple [base]
3e93ffa2 1054 filter: ''
03297c9e
MJ
1055 - 'lttng-tools_{version}_{buildtype}':
1056 buildtype: slesbuild
1057 version: stable-2.12
1058 ustversion: stable-2.12
1059 arch: !!python/tuple [sles12sp2]
1060 build: !!python/tuple [std]
60bb9bde 1061 conf: !!python/tuple [agents]
0faaf34a 1062 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1063 babelversion: !!python/tuple [stable-2.0]
1064 testtype: !!python/tuple [base]
3e93ffa2 1065 filter: ''
03297c9e
MJ
1066 - 'lttng-tools_{version}_{buildtype}':
1067 buildtype: elbuild
1068 version: stable-2.12
1069 ustversion: stable-2.12
1070 arch: !!python/tuple [el8]
1071 build: !!python/tuple [std]
1072 conf: !!python/tuple [std]
0faaf34a 1073 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1074 babelversion: !!python/tuple [stable-2.0]
1075 testtype: !!python/tuple [base]
3e93ffa2 1076 filter: ''
03297c9e
MJ
1077 - 'lttng-tools_{version}_{buildtype}':
1078 buildtype: solarisbuild
1079 version: stable-2.12
1080 ustversion: stable-2.12
1081 arch: !!python/tuple [sol10-i386, sol11-i386]
1082 build: !!python/tuple [std]
1083 conf: !!python/tuple [relayd-only]
0faaf34a 1084 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1085 babelversion: !!python/tuple [stable-1.5]
1086 testtype: !!python/tuple [base]
3e93ffa2 1087 filter: ''
03297c9e
MJ
1088 - 'lttng-tools_{version}_{buildtype}':
1089 buildtype: macosxbuild
1090 version: stable-2.12
1091 ustversion: stable-2.12
1092 arch: !!python/tuple [macosx]
1093 build: !!python/tuple [std]
1094 conf: !!python/tuple [relayd-only]
0faaf34a 1095 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1096 babelversion: !!python/tuple [stable-2.0]
1097 testtype: !!python/tuple [base]
3e93ffa2 1098 filter: ''
03297c9e
MJ
1099 - 'lttng-tools_{version}_winbuild':
1100 version: stable-2.12
1101 ustversion: stable-2.12
cefcd7f8 1102 arch: !!python/tuple [cygwin64]
03297c9e
MJ
1103 build: !!python/tuple [std]
1104 conf: !!python/tuple [relayd-only]
0faaf34a 1105 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1106 babelversion: !!python/tuple [stable-2.0]
1107 testtype: !!python/tuple [base]
3e93ffa2 1108 filter: ''
03297c9e
MJ
1109 - 'lttng-tools_{version}_long_regression':
1110 buildtype: build
1111 version: stable-2.12
1112 ustversion: stable-2.12
1113 arch: !!python/tuple [amd64]
1114 build: !!python/tuple [std]
1115 conf: !!python/tuple [std]
0faaf34a 1116 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1117 babelversion: !!python/tuple [stable-2.0]
1118 testtype: !!python/tuple [full]
3e93ffa2 1119 filter: ''
c95cf818
MJ
1120 - 'lttng-tools_{version}_release':
1121 version: v2.12
1122 ustversion: stable-2.12
1123 urcuversion: stable-0.12
1124 babelversion: stable-2.0
03297c9e 1125
7f5ffb7a
MJ
1126 # stable-2.11
1127 - 'lttng-tools_{version}_{buildtype}':
1128 buildtype: build
1129 version: stable-2.11
1130 ustversion: stable-2.11
16844a6d 1131 arch: !!python/tuple [amd64]
7f5ffb7a 1132 build: !!python/tuple [std, oot, dist]
3e93ffa2 1133 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
7f5ffb7a
MJ
1134 urcuversion: !!python/tuple [stable-0.10]
1135 babelversion: !!python/tuple [stable-1.5]
5349d986 1136 testtype: !!python/tuple [base]
3e93ffa2 1137 filter: '(build=="std") || ((babeltrace_version=="stable-1.5" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
7f5ffb7a
MJ
1138 - 'lttng-tools_{version}_{buildtype}':
1139 buildtype: portbuild
1140 version: stable-2.11
1141 ustversion: stable-2.11
16844a6d 1142 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1143 build: !!python/tuple [std]
1144 conf: !!python/tuple [std, no-ust, agents]
1145 urcuversion: !!python/tuple [stable-0.10]
1146 babelversion: !!python/tuple [stable-1.5]
5349d986 1147 testtype: !!python/tuple [base]
3e93ffa2 1148 filter: ''
7f5ffb7a
MJ
1149 - 'lttng-tools_{version}_{buildtype}':
1150 buildtype: slesbuild
1151 version: stable-2.11
1152 ustversion: stable-2.11
1153 arch: !!python/tuple [sles12sp2]
1154 build: !!python/tuple [std]
60bb9bde 1155 conf: !!python/tuple [agents]
7f5ffb7a
MJ
1156 urcuversion: !!python/tuple [stable-0.10]
1157 babelversion: !!python/tuple [stable-1.5]
5349d986 1158 testtype: !!python/tuple [base]
3e93ffa2 1159 filter: ''
568b5cbd
MJ
1160 - 'lttng-tools_{version}_{buildtype}':
1161 buildtype: elbuild
1162 version: stable-2.11
1163 ustversion: stable-2.11
1164 arch: !!python/tuple [el8]
1165 build: !!python/tuple [std]
1166 conf: !!python/tuple [std]
1167 urcuversion: !!python/tuple [stable-0.10]
1168 babelversion: !!python/tuple [stable-1.5]
1169 testtype: !!python/tuple [base]
3e93ffa2 1170 filter: ''
7f5ffb7a
MJ
1171 - 'lttng-tools_{version}_{buildtype}':
1172 buildtype: solarisbuild
1173 version: stable-2.11
1174 ustversion: stable-2.11
1175 arch: !!python/tuple [sol10-i386, sol11-i386]
1176 build: !!python/tuple [std]
1177 conf: !!python/tuple [relayd-only]
1178 urcuversion: !!python/tuple [stable-0.10]
1179 babelversion: !!python/tuple [stable-1.5]
5349d986 1180 testtype: !!python/tuple [base]
3e93ffa2 1181 filter: ''
7f5ffb7a
MJ
1182 - 'lttng-tools_{version}_{buildtype}':
1183 buildtype: macosxbuild
1184 version: stable-2.11
1185 ustversion: stable-2.11
1186 arch: !!python/tuple [macosx]
1187 build: !!python/tuple [std]
1188 conf: !!python/tuple [relayd-only]
1189 urcuversion: !!python/tuple [stable-0.10]
1190 babelversion: !!python/tuple [stable-1.5]
5349d986 1191 testtype: !!python/tuple [base]
3e93ffa2 1192 filter: ''
7f5ffb7a
MJ
1193 - 'lttng-tools_{version}_winbuild':
1194 version: stable-2.11
1195 ustversion: stable-2.11
cefcd7f8 1196 arch: !!python/tuple [cygwin64]
7f5ffb7a
MJ
1197 build: !!python/tuple [std]
1198 conf: !!python/tuple [relayd-only]
1199 urcuversion: !!python/tuple [stable-0.10]
1200 babelversion: !!python/tuple [stable-1.5]
5349d986 1201 testtype: !!python/tuple [base]
3e93ffa2 1202 filter: ''
6b9f13ac
MJ
1203 - 'lttng-tools_{version}_long_regression':
1204 buildtype: build
1205 version: stable-2.11
1206 ustversion: stable-2.11
1207 arch: !!python/tuple [amd64]
1208 build: !!python/tuple [std]
1209 conf: !!python/tuple [std]
1210 urcuversion: !!python/tuple [stable-0.10]
1211 babelversion: !!python/tuple [stable-1.5]
1212 testtype: !!python/tuple [full]
3e93ffa2 1213 filter: ''
c95cf818
MJ
1214 - 'lttng-tools_{version}_release':
1215 version: v2.11
1216 ustversion: stable-2.11
1217 urcuversion: stable-0.10
1218 babelversion: stable-1.5
7f5ffb7a 1219
81bf613d 1220 # stable-2.10
b631316e
MJ
1221 - 'lttng-tools_{version}_{buildtype}':
1222 buildtype: build
1223 version: stable-2.10
1224 ustversion: stable-2.10
16844a6d 1225 arch: !!python/tuple [amd64]
b631316e 1226 build: !!python/tuple [std, oot, dist]
3e93ffa2 1227 conf: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
b631316e
MJ
1228 urcuversion: !!python/tuple [stable-0.9]
1229 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1230 testtype: !!python/tuple [base]
3e93ffa2 1231 filter: '(build=="std") || ((babeltrace_version=="stable-1.5" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
b631316e
MJ
1232 - 'lttng-tools_{version}_{buildtype}':
1233 buildtype: portbuild
1234 version: stable-2.10
1235 ustversion: stable-2.10
16844a6d 1236 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1237 build: !!python/tuple [std]
1238 conf: !!python/tuple [std, no-ust, agents]
1239 urcuversion: !!python/tuple [stable-0.9]
1240 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1241 testtype: !!python/tuple [base]
3e93ffa2 1242 filter: ''
81bf613d
MJ
1243 - 'lttng-tools_{version}_{buildtype}':
1244 buildtype: slesbuild
1245 version: stable-2.10
1246 ustversion: stable-2.10
1247 arch: !!python/tuple [sles12sp2]
1248 build: !!python/tuple [std]
60bb9bde 1249 conf: !!python/tuple [agents]
81bf613d
MJ
1250 urcuversion: !!python/tuple [stable-0.9]
1251 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1252 testtype: !!python/tuple [base]
3e93ffa2 1253 filter: ''
568b5cbd
MJ
1254 - 'lttng-tools_{version}_{buildtype}':
1255 buildtype: elbuild
1256 version: stable-2.10
1257 ustversion: stable-2.10
1258 arch: !!python/tuple [el8]
1259 build: !!python/tuple [std]
1260 conf: !!python/tuple [std]
1261 urcuversion: !!python/tuple [stable-0.9]
1262 babelversion: !!python/tuple [stable-1.5]
1263 testtype: !!python/tuple [base]
3e93ffa2 1264 filter: ''
b631316e
MJ
1265 - 'lttng-tools_{version}_{buildtype}':
1266 buildtype: solarisbuild
1267 version: stable-2.10
1268 ustversion: stable-2.10
995ac8f2 1269 arch: !!python/tuple [sol10-i386, sol11-i386]
b631316e
MJ
1270 build: !!python/tuple [std]
1271 conf: !!python/tuple [relayd-only]
1272 urcuversion: !!python/tuple [stable-0.9]
1273 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1274 testtype: !!python/tuple [base]
3e93ffa2 1275 filter: ''
81bf613d
MJ
1276 - 'lttng-tools_{version}_{buildtype}':
1277 buildtype: macosxbuild
1278 version: stable-2.10
1279 ustversion: stable-2.10
1280 arch: !!python/tuple [macosx]
1281 build: !!python/tuple [std]
1282 conf: !!python/tuple [relayd-only]
1283 urcuversion: !!python/tuple [stable-0.9]
1284 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1285 testtype: !!python/tuple [base]
3e93ffa2 1286 filter: ''
81bf613d
MJ
1287 - 'lttng-tools_{version}_winbuild':
1288 version: stable-2.10
1289 ustversion: stable-2.10
cefcd7f8 1290 arch: !!python/tuple [cygwin64]
81bf613d
MJ
1291 build: !!python/tuple [std]
1292 conf: !!python/tuple [relayd-only]
1293 urcuversion: !!python/tuple [stable-0.9]
1294 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1295 testtype: !!python/tuple [base]
3e93ffa2 1296 filter: ''
6b9f13ac
MJ
1297 - 'lttng-tools_{version}_long_regression':
1298 buildtype: build
1299 version: stable-2.10
1300 ustversion: stable-2.10
1301 arch: !!python/tuple [amd64]
1302 build: !!python/tuple [std]
1303 conf: !!python/tuple [std]
1304 urcuversion: !!python/tuple [stable-0.9]
1305 babelversion: !!python/tuple [stable-1.5]
1306 testtype: !!python/tuple [full]
3e93ffa2 1307 filter: ''
c95cf818
MJ
1308 - 'lttng-tools_{version}_release':
1309 version: v2.10
1310 ustversion: stable-2.10
1311 urcuversion: stable-0.9
1312 babelversion: stable-1.5
81bf613d
MJ
1313
1314 # stable-2.9 #
81bf613d
MJ
1315 - 'lttng-tools_{version}_{buildtype}':
1316 buildtype: slesbuild
1317 version: stable-2.9
1318 ustversion: stable-2.9
1319 arch: !!python/tuple [sles12sp2]
1320 build: !!python/tuple [std]
60bb9bde 1321 conf: !!python/tuple [agents]
81bf613d
MJ
1322 urcuversion: !!python/tuple [stable-0.9]
1323 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1324 testtype: !!python/tuple [base]
3e93ffa2 1325 filter: ''
81bf613d
MJ
1326
1327 # stable-2.8 #
81bf613d
MJ
1328 - 'lttng-tools_{version}_{buildtype}':
1329 buildtype: slesbuild
1330 version: stable-2.8
1331 ustversion: stable-2.8
1332 arch: !!python/tuple [sles12sp2]
1333 build: !!python/tuple [std]
60bb9bde 1334 conf: !!python/tuple [agents]
81bf613d 1335 urcuversion: !!python/tuple [stable-0.9]
485ddac1 1336 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1337 testtype: !!python/tuple [base]
3e93ffa2 1338 filter: ''
81bf613d 1339
61afb3c3
MJ
1340 - 'lttng-tools_{version}_cppcheck'
1341 - 'lttng-tools_{version}_scan-build':
1342 version: master
1343 urcuversion: master
1344 ustversion: master
7f5ffb7a
MJ
1345 - 'lttng-tools_{version}_scan-build':
1346 version: stable-2.11
1347 urcuversion: stable-0.10
1348 ustversion: stable-2.11
b631316e
MJ
1349 - 'lttng-tools_{version}_scan-build':
1350 version: stable-2.10
1351 urcuversion: stable-0.9
1352 ustversion: stable-2.10
61afb3c3
MJ
1353 - 'lttng-tools_{version}_coverity':
1354 version: master
1355 urcuversion: master
1356 ustversion: master
1357
1358
1359- project:
1360 name: dev_jgalar_lttng-tools
1361 user: jgalar
1362 github_user: jgalar
1363 github_name: lttng-tools
dd00f858 1364 email_to: 'jgalar@efficios.com'
61afb3c3 1365 jobs:
7671741c 1366 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
7671741c
MJ
1367 buildtype: build
1368 version: master-staging
aa27566e 1369 ustversion: master
16844a6d 1370 arch: !!python/tuple [amd64]
7671741c 1371 build: !!python/tuple [std, oot, dist]
67122b96 1372 conf: !!python/tuple [std, no-ust, agents]
7671741c 1373 urcuversion: !!python/tuple [master]
482bbbfb 1374 babelversion: !!python/tuple [stable-1.5, master]
9699c0e7 1375 testtype: !!python/tuple [base]
3e93ffa2 1376 filter: ''
03297c9e
MJ
1377 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1378 buildtype: build
1379 version: stable-2.12-staging
1380 ustversion: stable-2.12
1381 arch: !!python/tuple [amd64]
1382 build: !!python/tuple [std, oot, dist]
1383 conf: !!python/tuple [std, no-ust, agents]
0faaf34a 1384 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1385 babelversion: !!python/tuple [stable-2.0, master]
1386 testtype: !!python/tuple [base]
3e93ffa2 1387 filter: ''
7f5ffb7a
MJ
1388 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1389 buildtype: build
1390 version: stable-2.11-staging
1391 ustversion: stable-2.11
16844a6d 1392 arch: !!python/tuple [amd64]
7f5ffb7a
MJ
1393 build: !!python/tuple [std, oot, dist]
1394 conf: !!python/tuple [std, no-ust, agents]
1395 urcuversion: !!python/tuple [stable-0.10]
482bbbfb 1396 babelversion: !!python/tuple [stable-1.5, master]
5349d986 1397 testtype: !!python/tuple [base]
3e93ffa2 1398 filter: ''
b631316e
MJ
1399 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1400 buildtype: build
1401 version: stable-2.10-staging
1402 ustversion: stable-2.10
16844a6d 1403 arch: !!python/tuple [amd64]
b631316e
MJ
1404 build: !!python/tuple [std, oot, dist]
1405 conf: !!python/tuple [std, no-ust, agents]
1406 urcuversion: !!python/tuple [stable-0.9]
1407 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1408 testtype: !!python/tuple [base]
3e93ffa2 1409 filter: ''
6e5203a5 1410 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5
JR
1411 buildtype: portbuild
1412 version: master-staging
1413 ustversion: master
16844a6d 1414 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
6e5203a5 1415 build: !!python/tuple [std]
67122b96 1416 conf: !!python/tuple [std, no-ust, agents]
6e5203a5 1417 urcuversion: !!python/tuple [master]
21ae1ad6 1418 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1419 testtype: !!python/tuple [base]
3e93ffa2 1420 filter: ''
03297c9e
MJ
1421 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1422 buildtype: portbuild
1423 version: stable-2.12-staging
1424 ustversion: stable-2.12
1425 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
1426 build: !!python/tuple [std]
1427 conf: !!python/tuple [std, no-ust, agents]
0faaf34a 1428 urcuversion: !!python/tuple [stable-0.12]
03297c9e
MJ
1429 babelversion: !!python/tuple [stable-2.0]
1430 testtype: !!python/tuple [base]
3e93ffa2 1431 filter: ''
7f5ffb7a
MJ
1432 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1433 buildtype: portbuild
1434 version: stable-2.11-staging
1435 ustversion: stable-2.11
16844a6d 1436 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
7f5ffb7a
MJ
1437 build: !!python/tuple [std]
1438 conf: !!python/tuple [std, no-ust, agents]
1439 urcuversion: !!python/tuple [stable-0.10]
1440 babelversion: !!python/tuple [stable-1.5]
5349d986 1441 testtype: !!python/tuple [base]
3e93ffa2 1442 filter: ''
b631316e
MJ
1443 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1444 buildtype: portbuild
1445 version: stable-2.10-staging
1446 ustversion: stable-2.10
16844a6d 1447 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
b631316e
MJ
1448 build: !!python/tuple [std]
1449 conf: !!python/tuple [std, no-ust, agents]
1450 urcuversion: !!python/tuple [stable-0.9]
1451 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1452 testtype: !!python/tuple [base]
3e93ffa2 1453 filter: ''
bae34da3 1454 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
bae34da3
MJ
1455 buildtype: macosxbuild
1456 version: master-staging
1457 ustversion: master
1458 arch: !!python/tuple [macosx]
1459 build: !!python/tuple [std]
1460 conf: !!python/tuple [relayd-only]
1461 urcuversion: !!python/tuple [master]
21ae1ad6 1462 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1463 testtype: !!python/tuple [base]
3e93ffa2 1464 filter: ''
a23306a6 1465 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
a23306a6
MJ
1466 buildtype: solarisbuild
1467 version: master-staging
1468 ustversion: master
995ac8f2 1469 arch: !!python/tuple [sol10-i386, sol11-i386]
a23306a6
MJ
1470 build: !!python/tuple [std]
1471 conf: !!python/tuple [relayd-only]
1472 urcuversion: !!python/tuple [master]
21ae1ad6 1473 babelversion: !!python/tuple [stable-1.5]
9699c0e7 1474 testtype: !!python/tuple [base]
3e93ffa2 1475 filter: ''
09d45745 1476
c2a8d05f
MJ
1477- project:
1478 name: gerrit-lttng-tools
1479 github_user: lttng
1480 github_name: lttng-tools
1481 jobs:
1482 - 'dev_gerrit_lttng-tools_{buildtype}':
1483 buildtype: build
c2a8d05f
MJ
1484 arch: !!python/tuple [amd64]
1485 build: !!python/tuple [std, oot, dist, oot-dist]
1486 conf: !!python/tuple [std, no-ust, agents]
1a328e93 1487 urcuversion: !!python/tuple [stable-0.12]
c2a8d05f
MJ
1488 babelversion: !!python/tuple [stable-1.5]
1489 testtype: !!python/tuple [base]
3e93ffa2 1490 filter: ''
c2a8d05f 1491
09d45745
MJ
1492- project:
1493 name: lttng-tools-views
1494 views:
1495 - LTTng-tools
This page took 0.156633 seconds and 4 git commands to generate.