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