jjb: lttng-tools: add babeltrace dep to scan-build jobs
[lttng-ci.git] / jobs / lttng-tools.yaml
CommitLineData
edb933dd 1---
7361d941 2## Defaults
b4005bbf
MJ
3- defaults:
4 name: lttng-tools
5 description: |
6 The lttng-tools project provides a session daemon (lttng-sessiond)
7 that acts as a tracing registry, the "lttng" command line for tracing
8 control, a lttng-ctl library for tracing control and a lttng-relayd
9 for network streaming.
10
11 <p>Job is managed by Jenkins Job Builder.</p>
12
13 project-type: freestyle
14
b4005bbf 15 wrappers:
eba6297c
MJ
16 - ansicolor: &lttng-tools_wrapper_ansicolor_defaults
17 colormap: xterm
18 - timeout: &lttng-tools_wrapper_timeout_defaults
c83b390a 19 timeout: 30
70076186 20 abort: true
c83b390a 21 type: no-activity
dfdc2d04 22 write-description: "<h1 style=\"color:red\">This build failed due to timeout.</h1>"
61afb3c3 23 - timestamps
eba6297c 24 - workspace-cleanup
ef0d0ec1
MJ
25 - raw: &lttng-tools_wrapper_proc-cleaner_defaults
26 xml: |
27 <org.jenkinsci.plugins.proccleaner.PreBuildCleanup plugin="proc-cleaner-plugin">
28 <cleaner class="org.jenkinsci.plugins.proccleaner.PsCleaner">
29 <killerType>org.jenkinsci.plugins.proccleaner.PsAllKiller</killerType>
30 <killer class="org.jenkinsci.plugins.proccleaner.PsAllKiller"/>
31 <switchedOff>false</switchedOff>
32 <systemProcessesFilterOff>false</systemProcessesFilterOff>
33 </cleaner>
34 </org.jenkinsci.plugins.proccleaner.PreBuildCleanup>
b4005bbf
MJ
35
36 scm:
eba6297c
MJ
37 - git: &lttng-tools_scm_git_default
38 url: https://github.com/{github_user}/lttng-tools.git
39 browser: githubweb
40 browser-url: https://github.com/{github_user}/lttng-tools
41 branches:
42 - '{version}'
43 basedir: src/lttng-tools
44 skip-tag: true
b4005bbf
MJ
45
46 triggers:
eba6297c 47 - pollscm: &lttng-tools_trigger_pollscm_default
b4005bbf
MJ
48 cron: "@hourly"
49
50 properties:
1ad4c3d0 51 - inject: &lttng-tools_property_inject_defaults
69f05d59
MJ
52 properties-content: |
53 PROJECT_NAME=lttng-tools
1ad4c3d0 54 - build-discarder: &lttng-tools_property_build-discarder_defaults
a3636f24
JR
55 num-to-keep: 20
56 artifact-num-to-keep: 2
1ad4c3d0 57 - github: &lttng-tools_property_github_defaults
eba6297c
MJ
58 url: https://github.com/{github_user}/lttng-tools
59
60## Anchors
da9f0feb 61- _lttng-tools_steps_copyartifact_defaults:
eba6297c
MJ
62 name: 'lttng-tools_steps_copyartifact_defaults'
63 steps:
64 - copyartifact: &lttng-tools_steps_copyartifact_defaults
65 project: ''
66 which-build: last-successful
67 stable: false
68 filter: 'build/**'
69 target: 'deps'
70 do-not-fingerprint: true
b4005bbf
MJ
71
72
7361d941 73## Axis Anchors
da9f0feb 74- _lttng-tools_matrix_axes_defaults: &lttng-tools_matrix_axes_defaults
eba6297c 75 name: 'lttng-tools_matrix_axes_defaults'
b4005bbf 76 project-type: matrix
ca8c6144 77 node: 'master' # Applies only to matrix flyweight task
eba6297c 78 execution-strategy: &lttng-tools_matrix_execution-strategy_defaults
3e93ffa2 79 combination-filter: '{filter}'
eba6297c
MJ
80 touchstone:
81 expr: '{touchstone}'
82 result: unstable
b4005bbf 83 axes:
5fcae288 84 - axis: &lttng-tools_matrix_axis_platform
b4005bbf 85 type: slave
5fcae288
MJ
86 name: platform
87 values: '{obj:platforms}'
eba6297c 88 - axis: &lttng-tools_matrix_axis_conf
b4005bbf
MJ
89 type: user-defined
90 name: conf
eba6297c
MJ
91 values: '{obj:confs}'
92 - axis: &lttng-tools_matrix_axis_build
93 type: user-defined
94 name: build
95 values: '{obj:builds}'
96 - axis: &lttng-tools_matrix_axis_liburcu_version
b4005bbf
MJ
97 type: user-defined
98 name: liburcu_version
eba6297c
MJ
99 values: '{obj:urcuversions}'
100 - axis: &lttng-tools_matrix_axis_babeltrace_version
b4005bbf
MJ
101 type: user-defined
102 name: babeltrace_version
eba6297c 103 values: '{obj:babelversions}'
b4005bbf 104
da9f0feb 105- _lttng-tools_matrix_axes_rootbuild: &lttng-tools_matrix_axes_rootbuild
eba6297c 106 name: 'lttng-tools_matrix_axes_rootbuild'
edb933dd
MJ
107 project-type: matrix
108 node: 'master' # Applies only to matrix flyweight task
eba6297c 109 execution-strategy: *lttng-tools_matrix_execution-strategy_defaults
edb933dd
MJ
110 axes:
111 - axis:
112 type: slave
113 name: node
114 values:
115 - 'amd64-rootnode'
fbeb28ab 116 - 'el8-amd64-rootnode'
4a94ee0f 117 - 'i386-rootnode'
fbeb28ab 118 - 'sles15sp4-amd64-rootnode'
edb933dd 119 - axis:
5fcae288 120 <<: *lttng-tools_matrix_axis_platform
eba6297c
MJ
121 type: user-defined
122 - axis: *lttng-tools_matrix_axis_conf
123 - axis: *lttng-tools_matrix_axis_build
124 - axis: *lttng-tools_matrix_axis_liburcu_version
125 - axis: *lttng-tools_matrix_axis_babeltrace_version
edb933dd 126
7361d941 127## Builders Anchors
da9f0feb 128- _lttng-tools_builders_defaults: &lttng-tools_builders_defaults
eba6297c 129 name: 'lttng-tools_builders_defaults'
b4005bbf 130 builders:
eba6297c
MJ
131 # Generate a properties file to add additionnal env
132 - shell: |
133 #!/bin/bash
134 set -exu
135 # Select the deps conf based on the current conf
136 case "$conf" in
137 std|static)
138 liburcu_conf=$conf
139 babeltrace_conf=$conf
140 ust_conf=$conf
141 ;;
142 agents)
143 liburcu_conf=std
144 babeltrace_conf=std
145 ust_conf=$conf
146 ;;
147 debug-rcu|tls_fallback)
148 liburcu_conf=$conf
149 babeltrace_conf=std
150 ust_conf=$conf
151 ;;
152 *)
153 liburcu_conf=std
154 babeltrace_conf=std
155 ust_conf=std
156 ;;
157 esac
60d7f186 158 # Run java tests only on 'linuxbuild' and 'slesbuild' jobs
4a9fa8ba 159 if [ "{buildtype}" = "linuxbuild" ] || [ "{buildtype}" = "slesbuild" ]; then
1b7b4b35 160 echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties
6f29c2dc
KS
161 else
162 echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=no" >> env.properties
1b7b4b35 163 fi
60d7f186
KS
164 if [ "{buildtype}" = "slesbuild" ] ; then
165 echo "TAP_AUTOTIME=0" >> env.properties
b71aec56 166 echo "LTTNG_TESTS_TAP_AUTOTIME=0" >> env.properties
9a269c66
KS
167 # On SLES, force log4j to 2.17.1
168 echo "LTTNG_TOOLS_UST_JAVA_TESTS_LOG4J_API_VERSION=2.17.1" >> env.properties
60d7f186 169 fi
eba6297c
MJ
170 echo "liburcu_conf=$liburcu_conf" >> env.properties
171 echo "babeltrace_conf=$babeltrace_conf" >> env.properties
172 echo "ust_conf=$ust_conf" >> env.properties
173
174 # Inject the additionnal env early to use them in the copyartifact step
175 - inject:
176 properties-file: env.properties
177
178 # Always copy liburcu artifacts
179 - copyartifact:
180 <<: *lttng-tools_steps_copyartifact_defaults
5fcae288 181 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/platform=${{platform}},conf=${{liburcu_conf}},build=std'
eba6297c
MJ
182
183 # Always copy babeltrace artifacts
184 - copyartifact:
185 <<: *lttng-tools_steps_copyartifact_defaults
5fcae288 186 project: '{bt_job_prefix}babeltrace_${{babeltrace_version}}_{buildtype}/platform=${{platform}},conf=${{babeltrace_conf}},build=std'
eba6297c
MJ
187
188 # Some conf do not require lttng-ust artifacts
b4005bbf 189 - conditional-step:
eba6297c
MJ
190 condition-kind: not
191 condition-operand:
192 condition-kind: regex-match
193 label: '$conf'
194 regex: '(no-ust|relayd-only)'
3c81f138
JR
195 steps:
196 - copyartifact:
eba6297c 197 <<: *lttng-tools_steps_copyartifact_defaults
5fcae288 198 project: '{ust_job_prefix}lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},platform=${{platform}},conf=${{ust_conf}},build=std'
eba6297c
MJ
199
200 # rootbuild requires a checkout of modules
3e93ffa2
MJ
201 - conditional-step:
202 condition-kind: regex-match
eba6297c 203 label: '$JOB_NAME'
186f7f5a 204 regex: '.*_root(?:_[a-z]+)?build.*'
3e93ffa2 205 steps:
eba6297c
MJ
206 - shell: |
207 #!/bin/bash
208 set -exu
209 git clone -b "{version}" https://github.com/{github_user}/lttng-modules.git src/lttng-modules
210
aae4e179 211 - shell:
70076186 212 !include-raw-escape: scripts/lttng-tools/prebuild_clean_processes_coredumps.sh
eba6297c 213
b4005bbf 214 - shell:
51c9c62d
MJ
215 !include-raw-escape:
216 - scripts/common/print.sh
217 - scripts/lttng-tools/build.sh
b4005bbf 218
da9f0feb
MJ
219- _lttng-tools_builders_review: &lttng-tools_builders_review
220 name: 'lttng-tools_builders_review'
3f7ea864 221 builders:
70ee484e
KS
222 - shell: |
223 #!/bin/bash
224 set -exu
225 # Run java tests only on 'linuxbuild' and 'slesbuild' jobs
226 if [ "{buildtype}" = "linuxbuild" ] || [ "{buildtype}" = "slesbuild" ]; then
227 echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties
228 else
229 echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=no" >> env.properties
230 fi
231 if [ "{buildtype}" = "slesbuild" ] ; then
232 echo "TAP_AUTOTIME=0" >> env.properties
b71aec56 233 echo "LTTNG_TESTS_TAP_AUTOTIME=0" >> env.properties
70ee484e
KS
234 fi
235 - inject:
236 properties-file: env.properties
3f7ea864
JR
237 - shell:
238 !include-raw-escape: scripts/lttng-tools/gerrit-depends-on.sh
eba6297c 239
3f7ea864
JR
240 - inject:
241 properties-file: gerrit_custom_dependencies.properties
eba6297c
MJ
242
243 # rootbuild requires a checkout of modules
244 - conditional-step:
245 condition-kind: regex-match
246 label: '$JOB_NAME'
247 regex: '.*_rootbuild.*'
248 steps:
249 - shell: |
250 #!/bin/bash
251 set -exu
1722d4cb 252 git clone -b "$GERRIT_BRANCH" https://github.com/{github_user}/lttng-modules.git src/lttng-modules
eba6297c
MJ
253
254 # Copy lttng-ust artifacts if the conf is 'std' or 'agents'
255 # and we don't depend on a specific lttng-ust change
3f7ea864
JR
256 - conditional-step:
257 condition-kind: and
258 on-evaluation-failure: run
259 condition-operands:
260 - condition-kind: shell
eba6297c 261 condition-command: 'test "$GERRIT_DEP_LTTNG_UST" = ""'
3f7ea864
JR
262 - condition-kind: regex-match
263 label: '$conf'
60428fd0 264 regex: (std|agents)
3f7ea864
JR
265 steps:
266 - copyartifact:
eba6297c 267 <<: *lttng-tools_steps_copyartifact_defaults
5fcae288 268 project: '{ust_job_prefix}lttng-ust_${{GERRIT_BRANCH}}_{buildtype}/liburcu_version=${{liburcu_version}},platform=${{platform}},conf=${{conf}},build=std'
eba6297c
MJ
269
270 # Copy liburcu artifacts if we don't depend on a specific liburcu change
3f7ea864 271 - conditional-step:
60428fd0 272 condition-kind: shell
3f7ea864 273 on-evaluation-failure: run
eba6297c 274 condition-command: 'test "$GERRIT_DEP_USERSPACE_RCU" = ""'
3f7ea864
JR
275 steps:
276 - copyartifact:
eba6297c 277 <<: *lttng-tools_steps_copyartifact_defaults
5fcae288 278 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/platform=${{platform}},conf=std,build=std'
eba6297c
MJ
279
280 # Copy babeltrace artifacts if we don't depend on a specific babeltrace change
e3c32202
JR
281 - conditional-step:
282 condition-kind: shell
283 on-evaluation-failure: run
eba6297c 284 condition-command: 'test "$GERRIT_DEP_BABELTRACE" = ""'
e3c32202
JR
285 steps:
286 - copyartifact:
eba6297c 287 <<: *lttng-tools_steps_copyartifact_defaults
5fcae288 288 project: '{bt_job_prefix}babeltrace_${{babeltrace_version}}_{buildtype}/platform=${{platform}},conf=std,build=std'
eba6297c 289
60428fd0 290 - shell:
70076186 291 !include-raw-escape: scripts/lttng-tools/prebuild_clean_processes_coredumps.sh
eba6297c
MJ
292
293 # Build liburcu if we depend on a specific liburcu change
3f7ea864 294 - conditional-step:
60428fd0 295 condition-kind: shell
eba6297c 296 condition-command: 'test "$GERRIT_DEP_USERSPACE_RCU" != ""'
3f7ea864 297 steps:
60428fd0
JR
298 - shell:
299 !include-raw-escape:
300 - scripts/common/override-build-std.sh
301 - scripts/common/print.sh
302 - scripts/liburcu/build.sh
eba6297c
MJ
303 - shell:
304 !include-raw-escape: scripts/lttng-tools/gerrit-install-deps.sh
305
306 # Build babeltrace if we depend on a specific babeltrace change
e3c32202
JR
307 - conditional-step:
308 condition-kind: shell
eba6297c 309 condition-command: 'test "$GERRIT_DEP_BABELTRACE" != ""'
e3c32202
JR
310 steps:
311 - shell:
312 !include-raw-escape:
313 - scripts/common/override-build-std.sh
314 - scripts/common/print.sh
315 - scripts/babeltrace/build.sh
eba6297c
MJ
316 - shell:
317 !include-raw-escape: scripts/lttng-tools/gerrit-install-deps.sh
318
da9f0feb 319 # Build lttng-ust if we depend on a specific lttng-ust change
3f7ea864
JR
320 - conditional-step:
321 condition-kind: shell
eba6297c 322 condition-command: 'test "$GERRIT_DEP_LTTNG_UST" != ""'
3f7ea864
JR
323 steps:
324 - shell:
325 !include-raw-escape:
edb933dd 326 - scripts/common/override-build-std.sh
51c9c62d 327 - scripts/common/print.sh
3f7ea864 328 - scripts/lttng-ust/build.sh
eba6297c
MJ
329 - shell:
330 !include-raw-escape: scripts/lttng-tools/gerrit-install-deps.sh
331
332 # Finaly build lttng-tools
3f7ea864 333 - shell:
51c9c62d
MJ
334 !include-raw-escape:
335 - scripts/common/print.sh
336 - scripts/lttng-tools/build.sh
3f7ea864 337
da9f0feb 338- _lttng-tools_builders_win: &lttng-tools_builders_win
eba6297c 339 name: 'lttng-tools_builders_win'
61afb3c3 340 builders:
eba6297c 341 # Always copy liburcu artifacts
61afb3c3 342 - copyartifact:
eba6297c 343 <<: *lttng-tools_steps_copyartifact_defaults
5fcae288 344 project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_winbuild/platform=${{platform}},conf=std,build=std'
eba6297c 345
61afb3c3
MJ
346 - conditional-step:
347 condition-kind: strings-match
348 on-evaluation-failure: run
5fcae288 349 condition-string1: '${{platform}}'
61afb3c3
MJ
350 condition-string2: 'cygwin64'
351 steps:
352 - shell:
353 !include-raw-escape:
354 - scripts/common/cygwin64-shebang
cefcd7f8 355 - scripts/common/cygpath-prefix
51c9c62d 356 - scripts/common/print.sh
61afb3c3 357 - scripts/lttng-tools/build.sh
eba6297c 358
61afb3c3
MJ
359 - conditional-step:
360 condition-kind: strings-match
361 on-evaluation-failure: run
5fcae288 362 condition-string1: '${{platform}}'
de4b8cd9 363 condition-string2: 'msys2-ucrt64'
61afb3c3
MJ
364 steps:
365 - inject:
de4b8cd9 366 properties-content: 'MSYSTEM=UCRT64'
61afb3c3
MJ
367 - shell:
368 !include-raw-escape:
8f541678 369 - scripts/common/msys2-shebang
cefcd7f8 370 - scripts/common/cygpath-prefix
51c9c62d 371 - scripts/common/print.sh
61afb3c3
MJ
372 - scripts/lttng-tools/build.sh
373
da9f0feb 374- _lttng-tools_publishers_defaults: &lttng-tools_publishers_defaults
eba6297c 375 name: 'lttng-tools_publishers_defaults'
61afb3c3 376 publishers:
70076186
MJ
377 # On build abort (timeout), wait 10 seconds before running the other post
378 # build scripts, this will allow the processes to terminate and make the
379 # build log more legible.
380 - postbuildscript: &lttng-tools_publisher_postbuildscript_wait_10_seconds_on_abort
381 mark-unstable-if-failed: false
382 builders:
383 - role: SLAVE
384 build-on:
385 - ABORTED
386 build-steps:
387 - shell:
388 !include-raw-escape: scripts/lttng-tools/postbuild_wait_10_seconds.sh
389
eba6297c 390 # On build failure, try to get partial tap results if any exists
70076186 391 - postbuildscript: &lttng-tools_publisher_postbuildscript_collect_tap_on_failure
f6baccc6
JR
392 mark-unstable-if-failed: false
393 builders:
394 - role: SLAVE
395 build-on:
70076186 396 - ABORTED
40430e73 397 - FAILURE
f6baccc6
JR
398 build-steps:
399 - shell:
70076186 400 !include-raw-escape: scripts/lttng-tools/postbuild_collect_tap_results.sh
eba6297c 401
70076186
MJ
402 # If there are leftover lttng processes or core files present, kill the
403 # processes, collect the core files, delete them and mark the build
404 # unstable.
405 - postbuildscript: &lttng-tools_publisher_postbuildscript_clean_processes_coredumps
0a028cf6
JR
406 mark-unstable-if-failed: true
407 builders:
408 - role: SLAVE
409 build-on:
410 - SUCCESS
411 - UNSTABLE
412 - NOT_BUILT
413 - ABORTED
414 - FAILURE
415 build-steps:
416 - shell:
70076186 417 !include-raw-escape: scripts/lttng-tools/postbuild_clean_processes_coredumps.sh
eba6297c
MJ
418
419 - tap: &lttng-tools_publisher_tap_defaults
09d45745
MJ
420 results: 'tap/**/*.*'
421 fail-if-no-results: true
0efb2471 422 failed-tests-mark-build-as-failure: true
4f04deeb
MJ
423 include-comment-diagnostics: true
424 output-tap-to-console: false
0efb2471 425 todo-is-failure: false
ddd3182c 426 remove-yaml-if-corrupted: true
eba6297c
MJ
427
428 - raw: &lttng-tools_publisher_warnings-ng_defaults
429 xml: |
430 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
431 <analysisTools>
432 <io.jenkins.plugins.analysis.warnings.Gcc4>
433 <id/>
434 <name/>
435 <jenkins plugin="plugin-util-api"/>
436 <pattern/>
437 <reportEncoding/>
438 <skipSymbolicLinks>false</skipSymbolicLinks>
439 </io.jenkins.plugins.analysis.warnings.Gcc4>
eba6297c
MJ
440 </analysisTools>
441 <sourceCodeEncoding/>
442 <sourceDirectory/>
443 <sourceDirectories/>
444 <ignoreQualityGate>false</ignoreQualityGate>
445 <ignoreFailedBuilds>true</ignoreFailedBuilds>
446 <failOnError>false</failOnError>
447 <healthy>0</healthy>
448 <unhealthy>0</unhealthy>
449 <minimumSeverity plugin="analysis-model-api">
450 <name>LOW</name>
451 </minimumSeverity>
452 <filters/>
453 <isEnabledForFailure>true</isEnabledForFailure>
454 <isAggregatingResults>true</isAggregatingResults>
455 <isBlameDisabled>false</isBlameDisabled>
456 <skipPublishingChecks>true</skipPublishingChecks>
457 <publishAllIssues>false</publishAllIssues>
458 <qualityGates>
459 <io.jenkins.plugins.analysis.core.util.QualityGate>
460 <threshold>1</threshold>
461 <type>TOTAL</type>
462 <status>WARNING</status>
463 </io.jenkins.plugins.analysis.core.util.QualityGate>
464 </qualityGates>
465 <trendChartType>AGGREGATION_TOOLS</trendChartType>
466 <scm/>
467 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
468
68d45ec8
KS
469 - junit: &lttng-tools_publisher_junit_defaults
470 results: 'src/lttng-ust-java-tests/**/target/failsafe-reports/*.xml'
471 allow-empty-results: true
472
eba6297c 473 - archive: &lttng-tools_publisher_archive_defaults
4174b905 474 artifacts: 'build/**,deps/**,tap/**,log/**'
23f01bc3 475 follow-symlinks: true
61afb3c3 476 allow-empty: false
b4005bbf 477
eba6297c 478 - workspace-cleanup: &lttng-tools_publisher_workspace-cleanup_defaults
c4952db9
MJ
479 clean-if:
480 - failure: false
eba6297c 481
ef0d0ec1
MJ
482 - raw: &lttng-tools_publisher_proc-cleaner_defaults
483 xml: |
484 <org.jenkinsci.plugins.proccleaner.PostBuildCleanup plugin="proc-cleaner-plugin">
485 <cleaner class="org.jenkinsci.plugins.proccleaner.PsCleaner">
486 <killerType>org.jenkinsci.plugins.proccleaner.PsAllKiller</killerType>
487 <killer class="org.jenkinsci.plugins.proccleaner.PsAllKiller"/>
488 <switchedOff>false</switchedOff>
489 <systemProcessesFilterOff>false</systemProcessesFilterOff>
490 </cleaner>
491 </org.jenkinsci.plugins.proccleaner.PostBuildCleanup>
492
ee4b760a
MJ
493 - ircbot: &lttng-tools_publisher_ircbot_defaults
494 strategy: statechange-only
2abd3a64
MJ
495 message-type: summary
496 matrix-notifier: only-parent
ee4b760a 497
eba6297c 498 - email-ext: &lttng-tools_publisher_email-ext_defaults
c4952db9
MJ
499 recipients: '{obj:email_to}'
500 reply-to: ci-notification@lists.lttng.org
501 always: false
502 unstable: false
503 first-failure: true
504 first-unstable: true
505 not-built: false
506 aborted: false
507 regression: false
508 failure: false
509 second-failure: false
510 improvement: false
511 still-failing: false
512 success: false
513 fixed: false
514 fixed-unhealthy: true
515 still-unstable: false
516 pre-build: false
517 matrix-trigger: only-parent
518 send-to:
519 - recipients
520
f7512e60
MJ
521- _lttng-tools_publishers_rootbuild: &lttng-tools_publishers_rootbuild
522 name: 'lttng-tools_publishers_rootbuild'
523 publishers:
524 - postbuildscript: *lttng-tools_publisher_postbuildscript_wait_10_seconds_on_abort
525 - postbuildscript: *lttng-tools_publisher_postbuildscript_collect_tap_on_failure
526 - postbuildscript: *lttng-tools_publisher_postbuildscript_clean_processes_coredumps
527 - tap: *lttng-tools_publisher_tap_defaults
528 - raw: *lttng-tools_publisher_warnings-ng_defaults
529 - archive: *lttng-tools_publisher_archive_defaults
530 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
531 - ircbot: *lttng-tools_publisher_ircbot_defaults
532 - email-ext: *lttng-tools_publisher_email-ext_defaults
533
da9f0feb 534- _lttng-tools_publishers_win: &lttng-tools_publishers_win
eba6297c
MJ
535 name: 'lttng-tools_publishers_win'
536 publishers:
537 - tap: *lttng-tools_publisher_tap_defaults
538 - raw: *lttng-tools_publisher_warnings-ng_defaults
eba6297c 539 - archive: *lttng-tools_publisher_archive_defaults
ef0d0ec1
MJ
540 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
541 - raw: *lttng-tools_publisher_proc-cleaner_defaults
ee4b760a 542 - ircbot: *lttng-tools_publisher_ircbot_defaults
eba6297c 543 - email-ext: *lttng-tools_publisher_email-ext_defaults
61afb3c3 544
da9f0feb 545
eba6297c 546## Templates
f4460dd5
MJ
547- job-template:
548 name: '{job_prefix}lttng-tools_{version}_{buildtype}'
549 defaults: lttng-tools
550
eba6297c
MJ
551 <<: *lttng-tools_matrix_axes_defaults
552 <<: *lttng-tools_builders_defaults
553 <<: *lttng-tools_publishers_defaults
f4460dd5
MJ
554
555 triggers:
eba6297c 556 - pollscm: *lttng-tools_trigger_pollscm_default
f4460dd5 557 - reverse:
8e088f79 558 jobs: '{ust_job_prefix}lttng-ust_{version}_{buildtype}'
f4460dd5
MJ
559 result: 'success'
560
8e088f79
MJ
561- job-template:
562 name: 'dev_{user}_lttng-tools_{version}_{buildtype}'
563 defaults: lttng-tools
564
eba6297c
MJ
565 <<: *lttng-tools_matrix_axes_defaults
566 <<: *lttng-tools_builders_defaults
567 <<: *lttng-tools_publishers_defaults
9699c0e7 568
6f5a3a3f
MJ
569- job-template:
570 name: 'dev_{user}_lttng-tools_{version}_macosbuild'
571 defaults: lttng-tools
572
573 wrappers:
574 - ansicolor: *lttng-tools_wrapper_ansicolor_defaults
575 - timeout: *lttng-tools_wrapper_timeout_defaults
576 - timestamps
577 - workspace-cleanup
578
579 <<: *lttng-tools_matrix_axes_defaults
580 <<: *lttng-tools_builders_defaults
581 <<: *lttng-tools_publishers_defaults
582
f4460dd5
MJ
583- job-template:
584 name: '{job_prefix}lttng-tools_{version}_long_regression'
585 defaults: lttng-tools
eba6297c 586
1ad4c3d0
MJ
587 properties:
588 - inject:
589 properties-content: |
590 PROJECT_NAME=lttng-tools
591 LTTNG_TOOLS_RUN_TESTS_LONG_REGRESSION=yes
592 - build-discarder: *lttng-tools_property_build-discarder_defaults
593 - github: *lttng-tools_property_github_defaults
594
f4460dd5 595 wrappers:
eba6297c 596 - ansicolor: *lttng-tools_wrapper_ansicolor_defaults
f4460dd5 597 - timeout:
eba6297c 598 <<: *lttng-tools_wrapper_timeout_defaults
f4460dd5 599 timeout: 45
f4460dd5 600 - timestamps
eba6297c 601 - workspace-cleanup
ef0d0ec1 602 - raw: *lttng-tools_wrapper_proc-cleaner_defaults
f4460dd5 603
eba6297c
MJ
604 <<: *lttng-tools_matrix_axes_defaults
605 <<: *lttng-tools_builders_defaults
606 <<: *lttng-tools_publishers_defaults
f4460dd5
MJ
607
608 triggers:
eba6297c 609 - pollscm: *lttng-tools_trigger_pollscm_default
f4460dd5 610 - reverse:
8e088f79 611 jobs: '{ust_job_prefix}lttng-ust_{version}_{buildtype}'
f4460dd5
MJ
612 result: 'success'
613
f4460dd5
MJ
614- job-template:
615 name: '{job_prefix}lttng-tools_{version}_rootbuild'
616 defaults: lttng-tools
617
618 scm:
eba6297c 619 - git: *lttng-tools_scm_git_default
f4460dd5
MJ
620
621 wrappers:
eba6297c 622 - ansicolor: *lttng-tools_wrapper_ansicolor_defaults
f4460dd5 623 - timeout:
eba6297c 624 <<: *lttng-tools_wrapper_timeout_defaults
f4460dd5 625 timeout: 10
f4460dd5
MJ
626 - timestamps
627
eba6297c
MJ
628 <<: *lttng-tools_matrix_axes_rootbuild
629 <<: *lttng-tools_builders_defaults
f7512e60 630 <<: *lttng-tools_publishers_rootbuild
f4460dd5
MJ
631
632 triggers:
eba6297c 633 - pollscm: *lttng-tools_trigger_pollscm_default
f4460dd5 634 - reverse:
2fc14cc3 635 jobs: '{ust_job_prefix}lttng-ust_{version}_{buildtype}'
f4460dd5
MJ
636 result: 'success'
637
4a94ee0f
MJ
638- job-template:
639 name: '{job_prefix}lttng-tools_{version}_rootbuild_i386'
640 defaults: lttng-tools
641
642 scm:
643 - git: *lttng-tools_scm_git_default
644
645 wrappers:
646 - ansicolor: *lttng-tools_wrapper_ansicolor_defaults
647 - timeout:
648 <<: *lttng-tools_wrapper_timeout_defaults
649 timeout: 10
650 - timestamps
651
652 <<: *lttng-tools_matrix_axes_rootbuild
653 <<: *lttng-tools_builders_defaults
f7512e60 654 <<: *lttng-tools_publishers_rootbuild
4a94ee0f
MJ
655
656 triggers:
657 - pollscm: *lttng-tools_trigger_pollscm_default
658 - reverse:
2fc14cc3 659 jobs: '{ust_job_prefix}lttng-ust_{version}_{buildtype}'
4a94ee0f
MJ
660 result: 'success'
661
186f7f5a
KS
662- job-template:
663 name: '{job_prefix}lttng-tools_{version}_root_{buildtype}'
664 defaults: lttng-tools
665
666 scm:
667 - git: *lttng-tools_scm_git_default
668
669 wrappers:
670 - ansicolor: *lttng-tools_wrapper_ansicolor_defaults
671 - timeout:
672 <<: *lttng-tools_wrapper_timeout_defaults
673 timeout: 10
674 - timestamps
675
676 <<: *lttng-tools_matrix_axes_rootbuild
677 <<: *lttng-tools_builders_defaults
678 <<: *lttng-tools_publishers_rootbuild
679
680 triggers:
681 - pollscm: *lttng-tools_trigger_pollscm_default
682 - reverse:
683 jobs: '{ust_job_prefix}lttng-ust_{version}_{buildtype}'
684 result: 'success'
685
6f5a3a3f
MJ
686- job-template:
687 name: '{job_prefix}lttng-tools_{version}_macosbuild'
688 defaults: lttng-tools
689
690 wrappers:
691 - ansicolor: *lttng-tools_wrapper_ansicolor_defaults
692 - timeout: *lttng-tools_wrapper_timeout_defaults
693 - timestamps
694 - workspace-cleanup
695
696 <<: *lttng-tools_matrix_axes_defaults
697 <<: *lttng-tools_builders_defaults
698 <<: *lttng-tools_publishers_defaults
699
61afb3c3
MJ
700- job-template:
701 name: lttng-tools_{version}_winbuild
702 defaults: lttng-tools
703
eba6297c
MJ
704 <<: *lttng-tools_matrix_axes_defaults
705 <<: *lttng-tools_builders_win
706 <<: *lttng-tools_publishers_win
61afb3c3 707
c2a8d05f 708- job-template:
da9f0feb 709 name: dev_review_lttng-tools_{version}_{buildtype}
c2a8d05f
MJ
710 defaults: lttng-tools
711 concurrent: true
712
713 scm:
da9f0feb 714 - git: &lttng-tools_scm_git_review
eba6297c
MJ
715 url: https://review.lttng.org/lttng-tools
716 refspec: 'refs/changes/*:refs/changes/*'
717 branches:
718 - '$GERRIT_REFSPEC'
719 basedir: src/lttng-tools
720 skip-tag: true
c2a8d05f
MJ
721
722 triggers:
eba6297c 723 - gerrit: &lttng-tools_trigger_gerrit_default
c2a8d05f
MJ
724 trigger-on:
725 - comment-added-event:
726 approval-category: 'CI-Build'
727 approval-value: 1
728 projects:
729 - project-compare-type: 'PLAIN'
730 project-pattern: 'lttng-tools'
731 branches:
da9f0feb
MJ
732 - branch-compare-type: 'PLAIN'
733 branch-pattern: '{version}'
c2a8d05f 734
a1f0d20d 735 properties:
1ad4c3d0 736 - inject: *lttng-tools_property_inject_defaults
a1f0d20d
MJ
737 - build-discarder:
738 days-to-keep: 1
739 - throttle:
740 option: 'category'
741 categories:
742 - 'gerrit-{buildtype}'
743
eba6297c 744 <<: *lttng-tools_matrix_axes_defaults
da9f0feb 745 <<: *lttng-tools_builders_review
c2a8d05f
MJ
746
747 publishers:
70076186
MJ
748 # On build abort (timeout), wait 10 seconds before running the other post
749 # build scripts, this will allow the processes to terminate and make the
750 # build log more legible.
751 - postbuildscript: *lttng-tools_publisher_postbuildscript_wait_10_seconds_on_abort
eba6297c 752
70076186
MJ
753 # On build failure, try to get partial tap results if any exists
754 - postbuildscript: *lttng-tools_publisher_postbuildscript_collect_tap_on_failure
755
756 # If there are leftover lttng processes or core files present, kill the
757 # processes, collect the core files, delete them and mark the build
758 # unstable.
759 - postbuildscript: *lttng-tools_publisher_postbuildscript_clean_processes_coredumps
eba6297c
MJ
760
761 - tap: *lttng-tools_publisher_tap_defaults
762 - raw: *lttng-tools_publisher_warnings-ng_defaults
68d45ec8 763 - junit: *lttng-tools_publisher_junit_defaults
eba6297c
MJ
764 - archive: *lttng-tools_publisher_archive_defaults
765 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
ef0d0ec1 766 - raw: *lttng-tools_publisher_proc-cleaner_defaults
c2a8d05f 767
edb933dd 768- job-template:
1ad4c3d0 769 name: dev_review_lttng-tools_{version}_smokebuild
edb933dd
MJ
770 defaults: lttng-tools
771 concurrent: true
772
773 scm:
da9f0feb 774 - git: *lttng-tools_scm_git_review
edb933dd
MJ
775
776 triggers:
1ad4c3d0
MJ
777 - gerrit: &lttng-tools_trigger_gerrit_smoke_1
778 trigger-on:
779 - comment-added-event:
55399c91 780 approval-category: 'Smoke-Build-Lvl1'
1ad4c3d0
MJ
781 approval-value: 1
782 projects:
783 - project-compare-type: 'PLAIN'
784 project-pattern: 'lttng-tools'
785 branches:
786 - branch-compare-type: 'PLAIN'
787 branch-pattern: '{version}'
788 skip-vote:
789 successful: true
790 failed: true
791 unstable: true
792 notbuilt: true
793 aborted: true
edb933dd
MJ
794
795 properties:
796 - inject:
797 properties-content: |
798 PROJECT_NAME=lttng-tools
1ad4c3d0
MJ
799 LTTNG_TOOLS_RUN_TESTS=no
800 - build-discarder:
801 days-to-keep: 1
802
803 <<: *lttng-tools_matrix_axes_defaults
804 <<: *lttng-tools_builders_review
805
806 publishers:
807 - raw: *lttng-tools_publisher_warnings-ng_defaults
808 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
ef0d0ec1 809 - raw: *lttng-tools_publisher_proc-cleaner_defaults
1ad4c3d0
MJ
810
811- job-template:
812 name: dev_review_lttng-tools_{version}_clang-tidy
813 defaults: lttng-tools
814 concurrent: true
815
816 scm:
817 - git: *lttng-tools_scm_git_review
818
819 triggers:
820 - gerrit: &lttng-tools_trigger_gerrit_smoke_2
821 trigger-on:
822 - comment-added-event:
55399c91
MJ
823 approval-category: 'Smoke-Build-Lvl2'
824 approval-value: 1
1ad4c3d0
MJ
825 projects:
826 - project-compare-type: 'PLAIN'
827 project-pattern: 'lttng-tools'
828 branches:
829 - branch-compare-type: 'PLAIN'
830 branch-pattern: '{version}'
831 skip-vote:
832 successful: true
833 failed: true
834 unstable: true
835 notbuilt: true
836 aborted: true
837
838 properties:
839 - inject:
840 properties-content: |
841 PROJECT_NAME=lttng-tools
842 LTTNG_TOOLS_MAKE_INSTALL=no
843 LTTNG_TOOLS_MAKE_CLEAN=no
844 LTTNG_TOOLS_RUN_TESTS=no
845 LTTNG_TOOLS_GEN_COMPILE_COMMANDS=yes
846 LTTNG_TOOLS_CLANG_TIDY=yes
847 - build-discarder:
848 days-to-keep: 1
849
850 <<: *lttng-tools_matrix_axes_defaults
851 <<: *lttng-tools_builders_review
852
853 publishers:
854 - raw:
855 xml: |
856 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
857 <analysisTools>
858 <io.jenkins.plugins.analysis.warnings.ClangTidy>
859 <id/>
860 <name/>
861 <jenkins plugin="plugin-util-api"/>
862 <pattern/>
863 <reportEncoding/>
864 <skipSymbolicLinks>false</skipSymbolicLinks>
865 </io.jenkins.plugins.analysis.warnings.ClangTidy>
866 </analysisTools>
867 <sourceCodeEncoding/>
868 <sourceDirectory/>
869 <sourceDirectories/>
870 <ignoreQualityGate>false</ignoreQualityGate>
871 <ignoreFailedBuilds>true</ignoreFailedBuilds>
872 <failOnError>false</failOnError>
873 <healthy>0</healthy>
874 <unhealthy>0</unhealthy>
875 <minimumSeverity plugin="analysis-model-api">
876 <name>LOW</name>
877 </minimumSeverity>
878 <filters/>
879 <isEnabledForFailure>true</isEnabledForFailure>
880 <isAggregatingResults>true</isAggregatingResults>
881 <isBlameDisabled>false</isBlameDisabled>
882 <skipPublishingChecks>true</skipPublishingChecks>
883 <publishAllIssues>false</publishAllIssues>
884 <qualityGates>
885 <io.jenkins.plugins.analysis.core.util.QualityGate>
886 <status>FAILED</status>
887 <threshold>1</threshold>
888 <type>TOTAL</type>
889 </io.jenkins.plugins.analysis.core.util.QualityGate>
890 </qualityGates>
891 <trendChartType>AGGREGATION_TOOLS</trendChartType>
892 <scm/>
893 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
894 - archive:
895 artifacts: 'clang-tidy-fixes.diff'
896 allow-empty: true
897 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
ef0d0ec1 898 - raw: *lttng-tools_publisher_proc-cleaner_defaults
1ad4c3d0
MJ
899
900- job-template:
901 name: dev_review_lttng-tools_{version}_rootbuild
902 defaults: lttng-tools
903 concurrent: true
904
905 scm:
906 - git: *lttng-tools_scm_git_review
907
908 triggers:
909 - gerrit: *lttng-tools_trigger_gerrit_default
910
911 properties:
912 - inject: *lttng-tools_property_inject_defaults
edb933dd
MJ
913 - build-discarder:
914 days-to-keep: 1
915 - throttle:
916 option: 'category'
917 categories:
918 - 'gerrit-{buildtype}'
919
eba6297c 920 <<: *lttng-tools_matrix_axes_rootbuild
da9f0feb 921 <<: *lttng-tools_builders_review
edb933dd
MJ
922
923 publishers:
eba6297c
MJ
924 - tap: *lttng-tools_publisher_tap_defaults
925 - raw: *lttng-tools_publisher_warnings-ng_defaults
926 - archive: *lttng-tools_publisher_archive_defaults
927 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
edb933dd 928
186f7f5a
KS
929- job-template:
930 name: 'dev_review_lttng-tools_{version}_root_{buildtype}'
931 defaults: lttng-tools
932 concurrent: true
933
934 scm:
935 - git: *lttng-tools_scm_git_review
936
937 triggers:
938 - gerrit: *lttng-tools_trigger_gerrit_default
939
940 properties:
941 - inject: *lttng-tools_property_inject_defaults
942 - build-discarder:
943 days-to-keep: 1
944 - throttle:
945 option: 'category'
946 categories:
947 - 'gerrit-{buildtype}'
948
949 <<: *lttng-tools_matrix_axes_rootbuild
950 <<: *lttng-tools_builders_review
951
952 publishers:
953 - tap: *lttng-tools_publisher_tap_defaults
954 - raw: *lttng-tools_publisher_warnings-ng_defaults
955 - archive: *lttng-tools_publisher_archive_defaults
956 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
957
1ad4c3d0
MJ
958- job-template:
959 name: 'dev_review_lttng-tools_{version}_check-format'
960 defaults: lttng-tools
961 concurrent: true
962
963 scm:
964 - git: *lttng-tools_scm_git_review
965
966 triggers:
967 - gerrit: *lttng-tools_trigger_gerrit_smoke_1
968
30e5c12c 969 node: 'deb12-amd64'
1ad4c3d0
MJ
970
971 builders:
972 - shell:
973 !include-raw-escape: scripts/common/check-format.sh
974
975 properties:
976 - inject: *lttng-tools_property_inject_defaults
977 - build-discarder:
978 days-to-keep: 1
979
980 publishers:
981 - archive:
982 artifacts: 'clang-format-fixes.diff'
983 allow-empty: true
984 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
985
c95cf818
MJ
986- job-template:
987 name: lttng-tools_{version}_release
988 defaults: lttng-tools
40497a50 989 node: 'deb12-amd64'
c95cf818
MJ
990
991 triggers:
992 - pollscm:
993 cron: "@daily"
994
995 scm:
996 - git:
4d27af8f 997 url: https://github.com/{github_user}/lttng-tools.git
c95cf818 998 browser: githubweb
7361d941 999 browser-url: https://github.com/{github_user}/lttng-tools
a7f915c4 1000 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
c95cf818
MJ
1001 branches:
1002 - '*/tags/{version}.*'
1003 basedir: src/lttng-tools
1004
1005 builders:
1006 - copyartifact:
eba6297c 1007 <<: *lttng-tools_steps_copyartifact_defaults
40497a50 1008 project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std'
c95cf818 1009 - copyartifact:
eba6297c 1010 <<: *lttng-tools_steps_copyartifact_defaults
40497a50 1011 project: 'babeltrace_{babelversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std'
c95cf818 1012 - copyartifact:
eba6297c 1013 <<: *lttng-tools_steps_copyartifact_defaults
40497a50 1014 project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=agents,build=std'
c95cf818 1015 - shell:
70076186 1016 !include-raw-escape: scripts/lttng-tools/prebuild_clean_processes_coredumps.sh
c95cf818
MJ
1017 - shell:
1018 !include-raw-escape: scripts/lttng-tools/release.sh
1019
1020 publishers:
70076186
MJ
1021 # On build abort (timeout), wait 10 seconds before running the other post
1022 # build scripts, this will allow the processes to terminate and make the
1023 # build log more legible.
1024 - postbuildscript: *lttng-tools_publisher_postbuildscript_wait_10_seconds_on_abort
eba6297c 1025
70076186
MJ
1026 # On build failure, try to get partial tap results if any exists
1027 - postbuildscript: *lttng-tools_publisher_postbuildscript_collect_tap_on_failure
1028
1029 # If there are leftover lttng processes or core files present, kill the
1030 # processes, collect the core files, delete them and mark the build
1031 # unstable.
1032 - postbuildscript: *lttng-tools_publisher_postbuildscript_clean_processes_coredumps
eba6297c
MJ
1033
1034 - tap: *lttng-tools_publisher_tap_defaults
1035 - raw: *lttng-tools_publisher_warnings-ng_defaults
c95cf818
MJ
1036 - archive:
1037 artifacts: 'out/**'
1038 allow-empty: false
2e0ea77c 1039 fingerprint: true
eba6297c 1040 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
ef0d0ec1 1041 - raw: *lttng-tools_publisher_proc-cleaner_defaults
ee4b760a 1042 - ircbot: *lttng-tools_publisher_ircbot_defaults
c95cf818 1043
b4005bbf
MJ
1044- job-template:
1045 name: lttng-tools_{version}_scan-build
1046 defaults: lttng-tools
40497a50 1047 node: 'deb12-amd64'
b4005bbf
MJ
1048
1049 triggers:
1050 - pollscm:
1051 cron: "@daily"
1052
1053 builders:
1054 - copyartifact:
eba6297c 1055 <<: *lttng-tools_steps_copyartifact_defaults
40497a50 1056 project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std'
487bce20
MJ
1057 - copyartifact:
1058 <<: *lttng-tools_steps_copyartifact_defaults
1059 project: 'babeltrace_{babelversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std'
b4005bbf 1060 - copyartifact:
eba6297c 1061 <<: *lttng-tools_steps_copyartifact_defaults
40497a50 1062 project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=std,build=std'
b4005bbf 1063 - shell:
69f05d59 1064 !include-raw-escape: scripts/common/scan-build.sh
b4005bbf
MJ
1065
1066 publishers:
1067 - html-publisher:
1068 name: 'HTML Report'
1069 dir: 'scan-build-archive/'
1070 files: 'index.html'
ee4b760a 1071 - ircbot: *lttng-tools_publisher_ircbot_defaults
b4005bbf
MJ
1072
1073- job-template:
1074 name: lttng-tools_{version}_coverity
1075 defaults: lttng-tools
40497a50 1076 node: 'deb12-amd64'
b4005bbf
MJ
1077
1078 triggers:
1079 - pollscm:
1080 cron: "@daily"
1081
1082 wrappers:
eba6297c
MJ
1083 - ansicolor: *lttng-tools_wrapper_ansicolor_defaults
1084 - timeout: *lttng-tools_wrapper_timeout_defaults
b4005bbf 1085 - timestamps
eba6297c 1086 - workspace-cleanup
b4005bbf
MJ
1087 - credentials-binding:
1088 - username-password-separated:
1089 credential-id: lttng-tools_coverity_token
1090 username: COVERITY_SCAN_PROJECT_NAME
1091 password: COVERITY_SCAN_TOKEN
1092
1093 builders:
1094 - copyartifact:
eba6297c 1095 <<: *lttng-tools_steps_copyartifact_defaults
40497a50 1096 project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std'
0d88e2ca
MJ
1097 - copyartifact:
1098 <<: *lttng-tools_steps_copyartifact_defaults
1099 project: 'babeltrace_{babelversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std'
b4005bbf 1100 - copyartifact:
eba6297c 1101 <<: *lttng-tools_steps_copyartifact_defaults
40497a50 1102 project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=std,build=std'
b4005bbf 1103 - shell:
ef63064f 1104 !include-raw-escape: scripts/common/coverity.sh
b4005bbf
MJ
1105
1106 publishers:
96e8f697
MJ
1107 - archive:
1108 artifacts: 'analysis-results.tgz,cov-int/**'
1109 allow-empty: false
eba6297c 1110 - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults
ee4b760a 1111 - ircbot: *lttng-tools_publisher_ircbot_defaults
b4005bbf 1112
b4005bbf 1113
09d45745
MJ
1114## Views
1115- view-template:
1116 name: 'LTTng-tools'
1117 view-type: list
8d893217 1118 regex: 'lttng-(docs|tools)[-_].*'
b4005bbf 1119
b4005bbf 1120
09d45745 1121## Projects
b4005bbf
MJ
1122- project:
1123 name: lttng-tools
f4460dd5 1124 job_prefix: ''
8e088f79
MJ
1125 ust_job_prefix: ''
1126 urcu_job_prefix: ''
1127 bt_job_prefix: ''
51ca880a 1128 github_user: lttng
dd00f858 1129 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
b4005bbf 1130 version:
03297c9e 1131 - stable-2.12
0fc8b7ac 1132 - stable-2.13
9beacf91 1133 - master
b4005bbf 1134 jobs:
81bf613d 1135 # Master #
ec2b5bcf
MJ
1136 - '{job_prefix}lttng-tools_{version}_{buildtype}':
1137 buildtype: linuxbuild
1138 version: master
1139 ustversion: master
30e5c12c 1140 platforms: !!python/tuple [deb12-amd64]
ec2b5bcf
MJ
1141 builds: !!python/tuple [std, oot, dist]
1142 confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
1143 urcuversions: !!python/tuple [master]
1144 babelversions: !!python/tuple [stable-2.0, master]
ec2b5bcf
MJ
1145 filter: '(build=="std") || ((babeltrace_version=="master" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
1146 touchstone: ''
eba6297c 1147 - '{job_prefix}lttng-tools_{version}_{buildtype}':
b4005bbf
MJ
1148 buildtype: portbuild
1149 version: master
aa27566e 1150 ustversion: master
29901a39 1151 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
eba6297c
MJ
1152 builds: !!python/tuple [std]
1153 confs: !!python/tuple [std, no-ust, agents]
1154 urcuversions: !!python/tuple [master]
1155 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1156 filter: ''
eba6297c
MJ
1157 touchstone: ''
1158 - '{job_prefix}lttng-tools_{version}_{buildtype}':
81bf613d 1159 buildtype: slesbuild
b6e62a6a
MJ
1160 version: master
1161 ustversion: master
24e49fa5 1162 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64]
eba6297c
MJ
1163 builds: !!python/tuple [std]
1164 confs: !!python/tuple [agents]
1165 urcuversions: !!python/tuple [master]
1166 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1167 filter: ''
eba6297c
MJ
1168 touchstone: ''
1169 - '{job_prefix}lttng-tools_{version}_{buildtype}':
568b5cbd
MJ
1170 buildtype: elbuild
1171 version: master
1172 ustversion: master
5bfd388f 1173 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
eba6297c
MJ
1174 builds: !!python/tuple [std]
1175 confs: !!python/tuple [std]
1176 urcuversions: !!python/tuple [master]
1177 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1178 filter: ''
eba6297c 1179 touchstone: ''
6871000c
MJ
1180 - '{job_prefix}lttng-tools_{version}_{buildtype}':
1181 buildtype: yoctobuild
1182 version: master
1183 ustversion: master
1b2501b5 1184 platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64]
6871000c
MJ
1185 builds: !!python/tuple [std]
1186 confs: !!python/tuple [std]
1187 urcuversions: !!python/tuple [master]
1188 babelversions: !!python/tuple [stable-2.0]
6871000c
MJ
1189 filter: ''
1190 touchstone: ''
6f5a3a3f 1191 - '{job_prefix}lttng-tools_{version}_macosbuild':
f0d7e5b1 1192 buildtype: macosbuild
81bf613d
MJ
1193 version: master
1194 ustversion: master
e797d680 1195 platforms: !!python/tuple [macos-arm64]
eba6297c
MJ
1196 builds: !!python/tuple [std]
1197 confs: !!python/tuple [relayd-only]
1198 urcuversions: !!python/tuple [master]
1199 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1200 filter: ''
eba6297c 1201 touchstone: ''
81bf613d 1202 - 'lttng-tools_{version}_winbuild':
b6e62a6a
MJ
1203 version: master
1204 ustversion: master
5fcae288 1205 platforms: !!python/tuple [cygwin64]
eba6297c
MJ
1206 builds: !!python/tuple [std]
1207 confs: !!python/tuple [relayd-only]
1208 urcuversions: !!python/tuple [master]
1209 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1210 filter: ''
eba6297c
MJ
1211 touchstone: ''
1212 - '{job_prefix}lttng-tools_{version}_long_regression':
40497a50 1213 buildtype: linuxbuild
6b9f13ac 1214 version: master
9699c0e7 1215 ustversion: master
40497a50 1216 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1217 builds: !!python/tuple [std]
1218 confs: !!python/tuple [std]
1219 urcuversions: !!python/tuple [master]
1220 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1221 filter: ''
eba6297c
MJ
1222 touchstone: ''
1223 - '{job_prefix}lttng-tools_{version}_rootbuild':
40497a50 1224 buildtype: linuxbuild
7361d941
MJ
1225 version: master
1226 ustversion: master
61c06a24 1227 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1228 builds: !!python/tuple [std]
1229 confs: !!python/tuple [agents]
1230 urcuversions: !!python/tuple [master]
1231 babelversions: !!python/tuple [stable-2.0]
61c06a24 1232 filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")'
4a94ee0f 1233 touchstone: ''
186f7f5a
KS
1234 - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
1235 buildtype: slesbuild
1236 version: master
1237 ustversion: master
1238 platforms: !!python/tuple [sles15sp4-amd64]
1239 builds: !!python/tuple [std]
1240 confs: !!python/tuple [agents]
1241 urcuversions: !!python/tuple [master]
1242 babelversions: !!python/tuple [stable-2.0]
1243 filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
1244 touchstone: ''
fbeb28ab
KS
1245 - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
1246 buildtype: elbuild
1247 version: master
1248 ustversion: master
1249 platforms: !!python/tuple [el8-amd64]
1250 builds: !!python/tuple [std]
1251 confs: !!python/tuple [std]
1252 urcuversions: !!python/tuple [master]
1253 babelversions: !!python/tuple [stable-2.0]
1254 filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")'
1255 touchstone: ''
4a94ee0f
MJ
1256 - '{job_prefix}lttng-tools_{version}_rootbuild_i386':
1257 buildtype: portbuild
1258 version: master
1259 ustversion: master
29901a39 1260 platforms: !!python/tuple [deb12-i386]
4a94ee0f
MJ
1261 builds: !!python/tuple [std]
1262 confs: !!python/tuple [agents]
1263 urcuversions: !!python/tuple [master]
1264 babelversions: !!python/tuple [stable-2.0]
29901a39 1265 filter: '(node=="i386-rootnode" && platform=="deb12-i386")'
eba6297c 1266 touchstone: ''
f4460dd5
MJ
1267 - 'lttng-tools_{version}_scan-build':
1268 version: master
1269 urcuversion: master
1270 ustversion: master
487bce20 1271 babelversion: master
f4460dd5
MJ
1272 - 'lttng-tools_{version}_coverity':
1273 version: master
1274 urcuversion: master
1275 ustversion: master
0d88e2ca 1276 babelversion: master
81bf613d 1277
0fc8b7ac 1278 # stable-2.13
ec2b5bcf
MJ
1279 - '{job_prefix}lttng-tools_{version}_{buildtype}':
1280 buildtype: linuxbuild
1281 version: stable-2.13
1282 ustversion: stable-2.13
30e5c12c 1283 platforms: !!python/tuple [deb12-amd64]
ec2b5bcf
MJ
1284 builds: !!python/tuple [std, oot, dist]
1285 confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
1286 urcuversions: !!python/tuple [stable-0.13]
1287 babelversions: !!python/tuple [stable-2.0]
ec2b5bcf
MJ
1288 filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
1289 touchstone: ''
eba6297c 1290 - '{job_prefix}lttng-tools_{version}_{buildtype}':
0fc8b7ac
MJ
1291 buildtype: portbuild
1292 version: stable-2.13
1293 ustversion: stable-2.13
29901a39 1294 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
eba6297c
MJ
1295 builds: !!python/tuple [std]
1296 confs: !!python/tuple [std, no-ust, agents]
1297 urcuversions: !!python/tuple [stable-0.13]
1298 babelversions: !!python/tuple [stable-2.0]
0fc8b7ac 1299 filter: ''
eba6297c
MJ
1300 touchstone: ''
1301 - '{job_prefix}lttng-tools_{version}_{buildtype}':
0fc8b7ac
MJ
1302 buildtype: slesbuild
1303 version: stable-2.13
1304 ustversion: stable-2.13
24e49fa5 1305 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64]
eba6297c
MJ
1306 builds: !!python/tuple [std]
1307 confs: !!python/tuple [agents]
1308 urcuversions: !!python/tuple [stable-0.13]
1309 babelversions: !!python/tuple [stable-2.0]
0fc8b7ac 1310 filter: ''
eba6297c
MJ
1311 touchstone: ''
1312 - '{job_prefix}lttng-tools_{version}_{buildtype}':
0fc8b7ac
MJ
1313 buildtype: elbuild
1314 version: stable-2.13
1315 ustversion: stable-2.13
5bfd388f 1316 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
eba6297c
MJ
1317 builds: !!python/tuple [std]
1318 confs: !!python/tuple [std]
1319 urcuversions: !!python/tuple [stable-0.13]
1320 babelversions: !!python/tuple [stable-2.0]
0fc8b7ac 1321 filter: ''
eba6297c 1322 touchstone: ''
2e454c3b
MJ
1323 - '{job_prefix}lttng-tools_{version}_{buildtype}':
1324 buildtype: yoctobuild
1325 version: stable-2.13
1326 ustversion: stable-2.13
1b2501b5 1327 platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64]
2e454c3b
MJ
1328 builds: !!python/tuple [std]
1329 confs: !!python/tuple [std]
1330 urcuversions: !!python/tuple [stable-0.13]
1331 babelversions: !!python/tuple [stable-2.0]
2e454c3b
MJ
1332 filter: ''
1333 touchstone: ''
6f5a3a3f 1334 - '{job_prefix}lttng-tools_{version}_macosbuild':
0fc8b7ac
MJ
1335 buildtype: macosbuild
1336 version: stable-2.13
1337 ustversion: stable-2.13
e797d680 1338 platforms: !!python/tuple [macos-arm64]
eba6297c
MJ
1339 builds: !!python/tuple [std]
1340 confs: !!python/tuple [relayd-only]
1341 urcuversions: !!python/tuple [stable-0.13]
1342 babelversions: !!python/tuple [stable-2.0]
0fc8b7ac 1343 filter: ''
eba6297c 1344 touchstone: ''
0fc8b7ac
MJ
1345 - 'lttng-tools_{version}_winbuild':
1346 version: stable-2.13
1347 ustversion: stable-2.13
5fcae288 1348 platforms: !!python/tuple [cygwin64]
eba6297c
MJ
1349 builds: !!python/tuple [std]
1350 confs: !!python/tuple [relayd-only]
1351 urcuversions: !!python/tuple [stable-0.13]
1352 babelversions: !!python/tuple [stable-2.0]
0fc8b7ac 1353 filter: ''
eba6297c
MJ
1354 touchstone: ''
1355 - '{job_prefix}lttng-tools_{version}_long_regression':
40497a50 1356 buildtype: linuxbuild
0fc8b7ac
MJ
1357 version: stable-2.13
1358 ustversion: stable-2.13
40497a50 1359 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1360 builds: !!python/tuple [std]
1361 confs: !!python/tuple [std]
1362 urcuversions: !!python/tuple [stable-0.13]
1363 babelversions: !!python/tuple [stable-2.0]
0fc8b7ac 1364 filter: ''
eba6297c
MJ
1365 touchstone: ''
1366 - '{job_prefix}lttng-tools_{version}_rootbuild':
3fbe6a44 1367 buildtype: linuxbuild
0fc8b7ac
MJ
1368 version: stable-2.13
1369 ustversion: stable-2.13
61c06a24 1370 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1371 builds: !!python/tuple [std]
1372 confs: !!python/tuple [agents]
1373 urcuversions: !!python/tuple [stable-0.13]
1374 babelversions: !!python/tuple [stable-2.0]
61c06a24 1375 filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")'
eba6297c 1376 touchstone: ''
186f7f5a
KS
1377 - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
1378 buildtype: slesbuild
1379 version: stable-2.13
1380 ustversion: stable-2.13
1381 platforms: !!python/tuple [sles15sp4-amd64]
1382 builds: !!python/tuple [std]
1383 confs: !!python/tuple [agents]
1384 urcuversions: !!python/tuple [stable-0.13]
1385 babelversions: !!python/tuple [stable-2.0]
1386 filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
1387 touchstone: ''
fbeb28ab
KS
1388 - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
1389 buildtype: elbuild
1390 version: stable-2.13
1391 ustversion: stable-2.13
1392 platforms: !!python/tuple [el8-amd64]
1393 builds: !!python/tuple [std]
1394 confs: !!python/tuple [std]
1395 urcuversions: !!python/tuple [stable-0.13]
1396 babelversions: !!python/tuple [stable-2.0]
1397 filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")'
1398 touchstone: ''
0fc8b7ac
MJ
1399 - 'lttng-tools_{version}_release':
1400 version: v2.13
1401 ustversion: stable-2.13
fe5655ff 1402 urcuversion: stable-0.13
0fc8b7ac 1403 babelversion: stable-2.0
f4460dd5
MJ
1404 - 'lttng-tools_{version}_scan-build':
1405 version: stable-2.13
1406 urcuversion: stable-0.13
1407 ustversion: stable-2.13
487bce20 1408 babelversion: stable-2.0
0fc8b7ac 1409
03297c9e 1410 # stable-2.12
ec2b5bcf
MJ
1411 - '{job_prefix}lttng-tools_{version}_{buildtype}':
1412 buildtype: linuxbuild
1413 version: stable-2.12
1414 ustversion: stable-2.12
30e5c12c 1415 platforms: !!python/tuple [deb12-amd64]
ec2b5bcf
MJ
1416 builds: !!python/tuple [std, oot, dist]
1417 confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
1418 urcuversions: !!python/tuple [stable-0.13]
1419 babelversions: !!python/tuple [stable-2.0]
ec2b5bcf
MJ
1420 filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
1421 touchstone: ''
eba6297c 1422 - '{job_prefix}lttng-tools_{version}_{buildtype}':
03297c9e
MJ
1423 buildtype: portbuild
1424 version: stable-2.12
1425 ustversion: stable-2.12
29901a39 1426 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
eba6297c
MJ
1427 builds: !!python/tuple [std]
1428 confs: !!python/tuple [std, no-ust, agents]
1fd80da2 1429 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1430 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1431 filter: ''
eba6297c
MJ
1432 touchstone: ''
1433 - '{job_prefix}lttng-tools_{version}_{buildtype}':
03297c9e
MJ
1434 buildtype: slesbuild
1435 version: stable-2.12
1436 ustversion: stable-2.12
24e49fa5 1437 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64]
eba6297c
MJ
1438 builds: !!python/tuple [std]
1439 confs: !!python/tuple [agents]
1fd80da2 1440 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1441 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1442 filter: ''
eba6297c
MJ
1443 touchstone: ''
1444 - '{job_prefix}lttng-tools_{version}_{buildtype}':
03297c9e
MJ
1445 buildtype: elbuild
1446 version: stable-2.12
1447 ustversion: stable-2.12
19d08b5b 1448 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
eba6297c
MJ
1449 builds: !!python/tuple [std]
1450 confs: !!python/tuple [std]
1fd80da2 1451 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1452 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1453 filter: ''
eba6297c 1454 touchstone: ''
2e454c3b
MJ
1455 - '{job_prefix}lttng-tools_{version}_{buildtype}':
1456 buildtype: yoctobuild
1457 version: stable-2.12
1458 ustversion: stable-2.12
1b2501b5 1459 platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64]
2e454c3b
MJ
1460 builds: !!python/tuple [std]
1461 confs: !!python/tuple [std]
1462 urcuversions: !!python/tuple [stable-0.13]
1463 babelversions: !!python/tuple [stable-2.0]
2e454c3b
MJ
1464 filter: ''
1465 touchstone: ''
6f5a3a3f 1466 - '{job_prefix}lttng-tools_{version}_macosbuild':
f0d7e5b1 1467 buildtype: macosbuild
03297c9e
MJ
1468 version: stable-2.12
1469 ustversion: stable-2.12
e797d680 1470 platforms: !!python/tuple [macos-arm64]
eba6297c
MJ
1471 builds: !!python/tuple [std]
1472 confs: !!python/tuple [relayd-only]
1fd80da2 1473 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1474 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1475 filter: ''
eba6297c 1476 touchstone: ''
03297c9e
MJ
1477 - 'lttng-tools_{version}_winbuild':
1478 version: stable-2.12
1479 ustversion: stable-2.12
5fcae288 1480 platforms: !!python/tuple [cygwin64]
eba6297c
MJ
1481 builds: !!python/tuple [std]
1482 confs: !!python/tuple [relayd-only]
1fd80da2 1483 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1484 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1485 filter: ''
eba6297c
MJ
1486 touchstone: ''
1487 - '{job_prefix}lttng-tools_{version}_long_regression':
40497a50 1488 buildtype: linuxbuild
03297c9e
MJ
1489 version: stable-2.12
1490 ustversion: stable-2.12
40497a50 1491 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1492 builds: !!python/tuple [std]
1493 confs: !!python/tuple [std]
1fd80da2 1494 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1495 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1496 filter: ''
eba6297c
MJ
1497 touchstone: ''
1498 - '{job_prefix}lttng-tools_{version}_rootbuild':
3fbe6a44 1499 buildtype: linuxbuild
7361d941
MJ
1500 version: stable-2.12
1501 ustversion: stable-2.12
61c06a24 1502 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1503 builds: !!python/tuple [std]
1504 confs: !!python/tuple [agents]
1fd80da2 1505 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1506 babelversions: !!python/tuple [stable-2.0]
43eef6cb 1507 filter: '(node=="amd64-rootnode-linux5" && platform=="deb12-amd64")'
eba6297c 1508 touchstone: ''
186f7f5a
KS
1509 - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
1510 buildtype: slesbuild
1511 version: stable-2.12
1512 ustversion: stable-2.12
1513 platforms: !!python/tuple [sles15sp4-amd64]
1514 builds: !!python/tuple [std]
1515 confs: !!python/tuple [agents]
1516 urcuversions: !!python/tuple [stable-0.13]
1517 babelversions: !!python/tuple [stable-2.0]
1518 filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
1519 touchstone: ''
fbeb28ab
KS
1520 - '{job_prefix}lttng-tools_{version}_root_{buildtype}':
1521 buildtype: elbuild
1522 version: stable-2.12
1523 ustversion: stable-2.12
1524 platforms: !!python/tuple [el8-amd64]
1525 builds: !!python/tuple [std]
1526 confs: !!python/tuple [std]
1527 urcuversions: !!python/tuple [stable-0.13]
1528 babelversions: !!python/tuple [stable-2.0]
1529 filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")'
1530 touchstone: ''
c95cf818
MJ
1531 - 'lttng-tools_{version}_release':
1532 version: v2.12
1533 ustversion: stable-2.12
1fd80da2 1534 urcuversion: stable-0.13
c95cf818 1535 babelversion: stable-2.0
f4460dd5
MJ
1536 - 'lttng-tools_{version}_scan-build':
1537 version: stable-2.12
1fd80da2 1538 urcuversion: stable-0.13
f4460dd5 1539 ustversion: stable-2.12
487bce20 1540 babelversion: stable-2.0
f4460dd5 1541
61afb3c3
MJ
1542- project:
1543 name: dev_jgalar_lttng-tools
f4460dd5 1544 job_prefix: 'dev_jgalar_'
8e088f79
MJ
1545 ust_job_prefix: ''
1546 urcu_job_prefix: ''
1547 bt_job_prefix: ''
61afb3c3
MJ
1548 user: jgalar
1549 github_user: jgalar
dd00f858 1550 email_to: 'jgalar@efficios.com'
61afb3c3 1551 jobs:
8e088f79 1552 # Master
7671741c 1553 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
40497a50 1554 buildtype: linuxbuild
7671741c 1555 version: master-staging
aa27566e 1556 ustversion: master
40497a50 1557 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1558 builds: !!python/tuple [std, oot, dist]
1559 confs: !!python/tuple [std, no-ust, agents]
1560 urcuversions: !!python/tuple [master]
1561 babelversions: !!python/tuple [stable-2.0, master]
3e93ffa2 1562 filter: ''
eba6297c 1563 touchstone: ''
0fc8b7ac 1564 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
8e088f79
MJ
1565 buildtype: portbuild
1566 version: master-staging
1567 ustversion: master
29901a39 1568 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
eba6297c
MJ
1569 builds: !!python/tuple [std]
1570 confs: !!python/tuple [std, no-ust, agents]
1571 urcuversions: !!python/tuple [master]
1572 babelversions: !!python/tuple [stable-1.5, master]
0fc8b7ac 1573 filter: ''
eba6297c 1574 touchstone: ''
6f5a3a3f 1575 - 'dev_{user}_lttng-tools_{version}_macosbuild':
8e088f79
MJ
1576 buildtype: macosbuild
1577 version: master-staging
1578 ustversion: master
e797d680 1579 platforms: !!python/tuple [macos-arm64]
eba6297c
MJ
1580 builds: !!python/tuple [std]
1581 confs: !!python/tuple [relayd-only]
1582 urcuversions: !!python/tuple [master]
1583 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1584 filter: ''
eba6297c 1585 touchstone: ''
8e088f79
MJ
1586
1587 # stable-2.13
7f5ffb7a 1588 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
40497a50 1589 buildtype: linuxbuild
8e088f79
MJ
1590 version: stable-2.13-staging
1591 ustversion: stable-2.13
40497a50 1592 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1593 builds: !!python/tuple [std, oot, dist]
1594 confs: !!python/tuple [std, no-ust, agents]
1fd80da2 1595 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1596 babelversions: !!python/tuple [stable-2.0, master]
3e93ffa2 1597 filter: ''
eba6297c 1598 touchstone: ''
6e5203a5 1599 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
6e5203a5 1600 buildtype: portbuild
8e088f79
MJ
1601 version: stable-2.13-staging
1602 ustversion: stable-2.13
29901a39 1603 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
eba6297c
MJ
1604 builds: !!python/tuple [std]
1605 confs: !!python/tuple [std, no-ust, agents]
1fd80da2 1606 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1607 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1608 filter: ''
eba6297c 1609 touchstone: ''
8e088f79
MJ
1610
1611 # stable-2.12
0fc8b7ac 1612 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
40497a50 1613 buildtype: linuxbuild
8e088f79
MJ
1614 version: stable-2.12-staging
1615 ustversion: stable-2.12
40497a50 1616 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1617 builds: !!python/tuple [std, oot, dist]
1618 confs: !!python/tuple [std, no-ust, agents]
1fd80da2 1619 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1620 babelversions: !!python/tuple [stable-2.0, master]
0fc8b7ac 1621 filter: ''
eba6297c 1622 touchstone: ''
03297c9e
MJ
1623 - 'dev_{user}_lttng-tools_{version}_{buildtype}':
1624 buildtype: portbuild
1625 version: stable-2.12-staging
1626 ustversion: stable-2.12
29901a39 1627 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
eba6297c
MJ
1628 builds: !!python/tuple [std]
1629 confs: !!python/tuple [std, no-ust, agents]
1fd80da2 1630 urcuversions: !!python/tuple [stable-0.13]
eba6297c 1631 babelversions: !!python/tuple [stable-2.0]
3e93ffa2 1632 filter: ''
eba6297c 1633 touchstone: ''
8e088f79 1634
c2a8d05f 1635- project:
da9f0feb 1636 name: review-lttng-tools
f4460dd5 1637 job_prefix: ''
8e088f79
MJ
1638 ust_job_prefix: ''
1639 urcu_job_prefix: ''
1640 bt_job_prefix: ''
c2a8d05f 1641 github_user: lttng
c2a8d05f 1642 jobs:
da9f0feb 1643 ## Master ##
dc98b48a 1644 - 'dev_review_lttng-tools_{version}_{buildtype}':
dc98b48a 1645 version: master
40497a50 1646 buildtype: linuxbuild
dc98b48a
KS
1647 platforms: !!python/tuple [deb12-amd64]
1648 builds: !!python/tuple [std, oot, dist, oot-dist]
1649 confs: !!python/tuple [std, no-ust, agents]
40497a50 1650 urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support
dc98b48a
KS
1651 babelversions: !!python/tuple [stable-2.0]
1652 filter: ''
1653 touchstone: ''
70ee484e
KS
1654 - 'dev_review_lttng-tools_{version}_{buildtype}':
1655 version: master
1656 buildtype: slesbuild
1657 ustversion: master
24e49fa5 1658 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64]
70ee484e
KS
1659 builds: !!python/tuple [std]
1660 confs: !!python/tuple [agents]
1661 urcuversions: !!python/tuple [master]
1662 babelversions: !!python/tuple [stable-2.0]
1663 filter: ''
1664 touchstone: ''
da9f0feb
MJ
1665 - 'dev_review_lttng-tools_{version}_rootbuild':
1666 version: master
3fbe6a44 1667 buildtype: linuxbuild
61c06a24 1668 platforms: !!python/tuple [deb12-amd64]
eba6297c
MJ
1669 builds: !!python/tuple [std]
1670 confs: !!python/tuple [agents]
ef9a7b8b 1671 urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support
eba6297c 1672 babelversions: !!python/tuple [stable-2.0]
61c06a24 1673 filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")'
eba6297c 1674 touchstone: ''
186f7f5a
KS
1675 - 'dev_review_lttng-tools_{version}_root_{buildtype}':
1676 version: master
1677 buildtype: slesbuild
1678 platforms: !!python/tuple [sles15sp4-amd64]
1679 builds: !!python/tuple [std]
1680 confs: !!python/tuple [agents]
1681 urcuversions: !!python/tuple [stable-0.14]
1682 babelversions: !!python/tuple [stable-2.0]
1683 filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
1684 touchstone: ''
1ad4c3d0
MJ
1685 - 'dev_review_lttng-tools_{version}_smokebuild':
1686 version: master
1687 buildtype: linuxbuild
30e5c12c 1688 platforms: !!python/tuple [deb12-amd64]
1ad4c3d0
MJ
1689 builds: !!python/tuple [oot-dist]
1690 confs: !!python/tuple [agents]
1691 urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support
1692 babelversions: !!python/tuple [stable-2.0]
1693 filter: ''
1694 touchstone: ''
1695 - 'dev_review_lttng-tools_{version}_clang-tidy':
1696 version: master
1697 buildtype: linuxbuild
30e5c12c 1698 platforms: !!python/tuple [deb12-amd64]
1ad4c3d0
MJ
1699 builds: !!python/tuple [std]
1700 confs: !!python/tuple [agents]
1701 urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support
1702 babelversions: !!python/tuple [stable-2.0]
1703 filter: ''
1704 touchstone: ''
1705 - 'dev_review_lttng-tools_{version}_check-format':
1706 version: master
c2a8d05f 1707
da9f0feb 1708 ## Stable 2.13 ##
dc98b48a
KS
1709 - 'dev_review_lttng-tools_{version}_{buildtype}':
1710 version: stable-2.13
1711 buildtype: linuxbuild
1712 platforms: !!python/tuple [deb12-amd64]
1713 builds: !!python/tuple [std, oot, dist, oot-dist]
1714 confs: !!python/tuple [std, no-ust, agents]
1715 urcuversions: !!python/tuple [stable-0.13]
1716 babelversions: !!python/tuple [stable-2.0]
1717 filter: ''
1718 touchstone: ''
da9f0feb
MJ
1719 - 'dev_review_lttng-tools_{version}_rootbuild':
1720 version: stable-2.13
3fbe6a44 1721 buildtype: linuxbuild
61c06a24 1722 platforms: !!python/tuple [deb12-amd64]
da9f0feb
MJ
1723 builds: !!python/tuple [std]
1724 confs: !!python/tuple [agents]
1725 urcuversions: !!python/tuple [stable-0.13]
1726 babelversions: !!python/tuple [stable-2.0]
61c06a24 1727 filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")'
da9f0feb 1728 touchstone: ''
186f7f5a
KS
1729 - 'dev_review_lttng-tools_{version}_root_{buildtype}':
1730 version: stable-2.13
1731 buildtype: slesbuild
1732 platforms: !!python/tuple [sles15sp4-amd64]
1733 builds: !!python/tuple [std]
1734 confs: !!python/tuple [agents]
1735 urcuversions: !!python/tuple [stable-0.13]
1736 babelversions: !!python/tuple [stable-2.0]
1737 filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
1738 touchstone: ''
da9f0feb
MJ
1739
1740 ## Stable 2.12 ##
dc98b48a
KS
1741 - 'dev_review_lttng-tools_{version}_{buildtype}':
1742 version: stable-2.12
1743 buildtype: linuxbuild
1744 platforms: !!python/tuple [deb12-amd64]
1745 builds: !!python/tuple [std, oot, dist, oot-dist]
1746 confs: !!python/tuple [std, no-ust, agents]
1747 urcuversions: !!python/tuple [stable-0.13]
1748 babelversions: !!python/tuple [stable-2.0]
1749 filter: ''
1750 touchstone: ''
da9f0feb
MJ
1751 - 'dev_review_lttng-tools_{version}_rootbuild':
1752 version: stable-2.12
3fbe6a44 1753 buildtype: linuxbuild
61c06a24 1754 platforms: !!python/tuple [deb12-amd64]
da9f0feb
MJ
1755 builds: !!python/tuple [std]
1756 confs: !!python/tuple [agents]
1757 urcuversions: !!python/tuple [stable-0.13]
1758 babelversions: !!python/tuple [stable-2.0]
43eef6cb 1759 filter: '(node=="amd64-rootnode-linux5" && platform=="deb12-amd64")'
da9f0feb 1760 touchstone: ''
186f7f5a
KS
1761 - 'dev_review_lttng-tools_{version}_root_{buildtype}':
1762 version: stable-2.12
1763 buildtype: slesbuild
1764 platforms: !!python/tuple [sles15sp4-amd64]
1765 builds: !!python/tuple [std]
1766 confs: !!python/tuple [agents]
1767 urcuversions: !!python/tuple [stable-0.13]
1768 babelversions: !!python/tuple [stable-2.0]
1769 filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")'
1770 touchstone: ''
da9f0feb 1771
6a4e0572 1772
09d45745
MJ
1773- project:
1774 name: lttng-tools-views
1775 views:
1776 - LTTng-tools
This page took 0.138714 seconds and 4 git commands to generate.