jjb: coverity: cache the tool installer
[lttng-ci.git] / jobs / babeltrace.yaml
CommitLineData
890bff23
MJ
1- defaults:
2 name: babeltrace
3 description: |
4 The Babeltrace project provides trace read and write libraries, as well
5 as a trace converter. Plugins can be created for any trace format to
6 allow its conversion to/from another trace format.
7
8 The main format expected to be converted to/from is the Common Trace
9 Format (CTF). The default input format of the "babeltrace" command is
10 CTF, and its default output format is a human-readable text log. The
11 "babeltrace-log" command converts from a text log to a CTF trace.
12
13 <p>Job is managed by Jenkins Job Builder.</p>
14
15 project-type: freestyle
16
890bff23 17 wrappers:
0f505d21
MJ
18 - ansicolor: &babeltrace_wrapper_ansicolor_defaults
19 colormap: xterm
20 - timeout: &babeltrace_wrapper_timeout_defaults
733146f2 21 timeout: 20
b9c55ae7 22 fail: true
733146f2 23 type: no-activity
0f505d21 24 write-description: "<h1 style=\"color:red\">This build failed due to timeout.</h1>"
890bff23 25 - timestamps
0f505d21 26 - workspace-cleanup
890bff23
MJ
27
28 scm:
29 - git:
4d27af8f 30 url: https://github.com/{github_user}/{github_name}.git
890bff23 31 browser: githubweb
4f827afb 32 browser-url: https://github.com/{github_user}/{github_name}
890bff23
MJ
33 branches:
34 - origin/{version}
e6be9fb0 35 basedir: src/babeltrace
944a6c86 36 skip-tag: true
890bff23
MJ
37
38 triggers:
6cf22a3a
MJ
39 - pollscm:
40 cron: "@hourly"
890bff23
MJ
41
42 properties:
69f05d59
MJ
43 - inject:
44 properties-content: |
45 PROJECT_NAME=babeltrace
edf72710 46 - build-discarder:
3b228cdd
MJ
47 num-to-keep: 10
48 artifact-num-to-keep: 2
890bff23 49 - github:
4f827afb 50 url: https://github.com/{github_user}/{github_name}
890bff23
MJ
51
52
b9c55ae7 53## Anchors
0f505d21
MJ
54- babeltrace_matrix_axes_defaults: &babeltrace_matrix_axes_defaults
55 name: 'babeltrace_matrix_axes_defaults'
890bff23 56 project-type: matrix
ca8c6144 57 node: 'master' # Applies only to matrix flyweight task
0f505d21
MJ
58 execution-strategy:
59 combination-filter: '{filter}'
60 touchstone:
61 expr: '{touchstone}'
62 result: unstable
890bff23 63 axes:
776b0d3d 64 - axis: &babeltrace_matrix_axis_platform
890bff23 65 type: slave
776b0d3d
MJ
66 name: platform
67 values: '{obj:platforms}'
086e5af5 68 - axis: &babeltrace_matrix_axis_conf
890bff23
MJ
69 type: user-defined
70 name: conf
0f505d21 71 values: '{obj:confs}'
086e5af5 72 - axis: &babeltrace_matrix_axis_build
890bff23
MJ
73 type: user-defined
74 name: build
0f505d21
MJ
75 values: '{obj:builds}'
76
77- babeltrace_matrix_axes_cc: &babeltrace_matrix_axes_cc
78 name: 'babeltrace_matrix_axes_cc'
79
80 <<: *babeltrace_matrix_axes_defaults
890bff23 81
6476f917 82 axes:
776b0d3d 83 - axis: *babeltrace_matrix_axis_platform
086e5af5
MJ
84 - axis: *babeltrace_matrix_axis_conf
85 - axis: *babeltrace_matrix_axis_build
86 - axis: &babeltrace_matrix_axis_cc
6476f917
MJ
87 type: user-defined
88 name: cc
0f505d21 89 values: '{obj:ccs}'
6476f917 90
0f505d21
MJ
91- babeltrace_builders_defaults: &babeltrace_builders_defaults
92 name: 'babeltrace_builders_defaults'
b9c55ae7 93 builders:
0f505d21
MJ
94 !j2-yaml: |
95 {% if buildtype is defined and buildtype == 'winbuild' %}
b9c55ae7
MJ
96 - conditional-step:
97 condition-kind: strings-match
98 on-evaluation-failure: run
776b0d3d 99 condition-string1: {{ '${{platform}}' }}
b9c55ae7
MJ
100 condition-string2: 'cygwin64'
101 steps:
102 - shell:
103 !include-raw-escape:
104 - scripts/common/cygwin64-shebang
cefcd7f8 105 - scripts/common/cygpath-prefix
51c9c62d 106 - scripts/common/print.sh
b9c55ae7
MJ
107 - scripts/babeltrace/build.sh
108 - conditional-step:
109 condition-kind: strings-match
110 on-evaluation-failure: run
776b0d3d 111 condition-string1: {{ '${{platform}}' }}
8f541678 112 condition-string2: 'msys2-mingw32'
b9c55ae7
MJ
113 steps:
114 - inject:
115 properties-content: 'MSYSTEM=MINGW32'
116 - shell:
117 !include-raw-escape:
8f541678 118 - scripts/common/msys2-shebang
cefcd7f8 119 - scripts/common/cygpath-prefix
51c9c62d 120 - scripts/common/print.sh
b9c55ae7
MJ
121 - scripts/babeltrace/build.sh
122 - conditional-step:
123 condition-kind: strings-match
124 on-evaluation-failure: run
776b0d3d 125 condition-string1: {{ '${{platform}}' }}
8f541678 126 condition-string2: 'msys2-mingw64'
b9c55ae7
MJ
127 steps:
128 - inject:
129 properties-content: 'MSYSTEM=MINGW64'
130 - shell:
131 !include-raw-escape:
8f541678 132 - scripts/common/msys2-shebang
cefcd7f8 133 - scripts/common/cygpath-prefix
51c9c62d 134 - scripts/common/print.sh
b9c55ae7 135 - scripts/babeltrace/build.sh
0f505d21
MJ
136 {% else %}
137 - shell:
138 !include-raw-escape:
139 - scripts/common/print.sh
140 - scripts/babeltrace/build.sh
141 {% endif %}
b9c55ae7 142
76f37297 143# Use - in version number since yaml anchor do not support dot
0f505d21
MJ
144- babeltrace_builders_glib-2-28-6: &babeltrace_builders_glib-2-28-6
145 name: 'babeltrace_builders_glib-2-28-6'
76f37297
MJ
146 builders:
147 - inject:
148 properties-content: |
149 LD_LIBRARY_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib
150 PKG_CONFIG_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib/pkgconfig
776b0d3d 151 platform=bionic-amd64
76f37297
MJ
152 conf=std
153 build=std
154 - shell: |
155 wget http://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.6.tar.gz
156 tar xvf glib-2.28.6.tar.gz
157 cd glib-2.28.6
158 mkdir BUILD_RESULT
159 ./configure --prefix=$WORKSPACE/glib-2.28.6/BUILD_RESULT
160 make -j `nproc` >/dev/null 2>&1 # Hide warnings
161 make install
162 - shell:
163 !include-raw-escape:
164 - scripts/common/print.sh
165 - scripts/babeltrace/build.sh
b9c55ae7 166
0f505d21
MJ
167- babeltrace_publishers_defaults: &babeltrace_publishers_defaults
168 name: 'babeltrace_publishers_defaults'
b9c55ae7 169 publishers:
0f505d21 170 - tap: &babeltrace_publisher_tap_defaults
0efb2471 171 results: 'tap/**/*.log'
1d56e325 172 fail-if-no-results: true
0efb2471 173 failed-tests-mark-build-as-failure: true
4f04deeb
MJ
174 include-comment-diagnostics: true
175 output-tap-to-console: false
0efb2471 176 todo-is-failure: false
0f505d21
MJ
177 - raw: &babeltrace_publisher_warnings-ng_defaults
178 xml: |
179 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
180 <analysisTools>
181 <io.jenkins.plugins.analysis.warnings.Gcc4>
182 <id/>
183 <name/>
184 <jenkins plugin="plugin-util-api"/>
185 <pattern/>
186 <reportEncoding/>
187 <skipSymbolicLinks>false</skipSymbolicLinks>
188 </io.jenkins.plugins.analysis.warnings.Gcc4>
0f505d21
MJ
189 </analysisTools>
190 <sourceCodeEncoding/>
191 <sourceDirectory/>
192 <sourceDirectories/>
193 <ignoreQualityGate>false</ignoreQualityGate>
194 <ignoreFailedBuilds>true</ignoreFailedBuilds>
195 <failOnError>false</failOnError>
196 <healthy>0</healthy>
197 <unhealthy>0</unhealthy>
198 <minimumSeverity plugin="analysis-model-api">
199 <name>LOW</name>
200 </minimumSeverity>
201 <filters/>
202 <isEnabledForFailure>true</isEnabledForFailure>
203 <isAggregatingResults>true</isAggregatingResults>
204 <isBlameDisabled>false</isBlameDisabled>
205 <skipPublishingChecks>true</skipPublishingChecks>
206 <publishAllIssues>false</publishAllIssues>
207 <qualityGates>
208 <io.jenkins.plugins.analysis.core.util.QualityGate>
209 <threshold>1</threshold>
210 <type>TOTAL</type>
211 <status>WARNING</status>
212 </io.jenkins.plugins.analysis.core.util.QualityGate>
213 </qualityGates>
214 <trendChartType>AGGREGATION_TOOLS</trendChartType>
215 <scm/>
216 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
217 - archive: &babeltrace_publisher_archive_defaults
9d56171a 218 artifacts: 'build/**,tap/**'
890bff23 219 allow-empty: false
0f505d21
MJ
220 - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults
221 clean-if:
222 - failure: false
223 - email-ext: &babeltrace_publisher_email-ext_defaults
499a96d0
JR
224 recipients: '{obj:email_to}'
225 reply-to: ci-notification@lists.lttng.org
226 always: false
227 unstable: false
228 first-failure: true
229 first-unstable: true
230 not-built: false
231 aborted: false
232 regression: false
233 failure: false
234 second-failure: false
235 improvement: false
236 still-failing: false
237 success: false
238 fixed: false
239 fixed-unhealthy: true
240 still-unstable: false
241 pre-build: false
242 matrix-trigger: only-parent
243 send-to:
244 - recipients
890bff23 245
086e5af5
MJ
246- babeltrace_publishers_gerrit: &babeltrace_publishers_gerrit
247 name: 'babeltrace_publishers_gerrit'
c871b3d3 248 publishers:
0f505d21 249 - tap: *babeltrace_publisher_tap_defaults
8aef6eab
MJ
250 # Fail job on any compiler warnings
251 - raw:
252 xml: |
253 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
254 <analysisTools>
255 <io.jenkins.plugins.analysis.warnings.Gcc4>
256 <id/>
257 <name/>
258 <jenkins plugin="plugin-util-api"/>
259 <pattern/>
260 <reportEncoding/>
261 <skipSymbolicLinks>false</skipSymbolicLinks>
262 </io.jenkins.plugins.analysis.warnings.Gcc4>
8aef6eab
MJ
263 </analysisTools>
264 <sourceCodeEncoding/>
265 <sourceDirectory/>
266 <sourceDirectories/>
267 <ignoreQualityGate>false</ignoreQualityGate>
268 <ignoreFailedBuilds>true</ignoreFailedBuilds>
269 <failOnError>false</failOnError>
270 <healthy>0</healthy>
271 <unhealthy>0</unhealthy>
272 <minimumSeverity plugin="analysis-model-api">
273 <name>LOW</name>
274 </minimumSeverity>
275 <filters/>
276 <isEnabledForFailure>true</isEnabledForFailure>
277 <isAggregatingResults>true</isAggregatingResults>
278 <isBlameDisabled>false</isBlameDisabled>
279 <skipPublishingChecks>true</skipPublishingChecks>
280 <publishAllIssues>false</publishAllIssues>
281 <qualityGates>
282 <io.jenkins.plugins.analysis.core.util.QualityGate>
283 <threshold>1</threshold>
284 <type>TOTAL</type>
285 <status>FAILED</status>
286 </io.jenkins.plugins.analysis.core.util.QualityGate>
287 </qualityGates>
288 <trendChartType>AGGREGATION_TOOLS</trendChartType>
289 <scm/>
290 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
0f505d21
MJ
291 - archive: *babeltrace_publisher_archive_defaults
292 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
c871b3d3
MJ
293
294
0f505d21 295## Job Templates
b9c55ae7 296
c8071f5f
MJ
297- job-template:
298 name: '{job_prefix}babeltrace_{version}_{buildtype}'
299 defaults: babeltrace
300
0f505d21
MJ
301 <<: *babeltrace_matrix_axes_defaults
302 <<: *babeltrace_builders_defaults
303 <<: *babeltrace_publishers_defaults
c8071f5f 304
6476f917
MJ
305- job-template:
306 name: babeltrace_{version}_{cctype}
307 defaults: babeltrace
308
0f505d21
MJ
309 <<: *babeltrace_matrix_axes_cc
310 <<: *babeltrace_builders_defaults
311 <<: *babeltrace_publishers_defaults
4f827afb 312
c871b3d3
MJ
313- job-template:
314 name: dev_gerrit_babeltrace_{buildtype}
315 defaults: babeltrace
316 concurrent: true
317
318 scm:
319 - git:
320 url: https://review.lttng.org/babeltrace
321 refspec: 'refs/changes/*:refs/changes/*'
322 branches:
323 - '$GERRIT_REFSPEC'
324 basedir: src/babeltrace
325 skip-tag: true
326
327 triggers:
328 - gerrit:
329 trigger-on:
330 - comment-added-event:
331 approval-category: 'CI-Build'
332 approval-value: 1
333 projects:
334 - project-compare-type: 'PLAIN'
335 project-pattern: 'babeltrace'
336 branches:
337 - branch-compare-type: 'ANT'
338 branch-pattern: '**'
c871b3d3 339
c871b3d3
MJ
340 properties:
341 - inject:
342 properties-content: |
343 PROJECT_NAME=babeltrace
344 - build-discarder:
9fd34023
MJ
345 days-to-keep: 1
346 - throttle:
347 option: 'category'
348 categories:
6c7048dc 349 - 'gerrit-{buildtype}'
c871b3d3 350
0f505d21
MJ
351 <<: *babeltrace_matrix_axes_defaults
352 <<: *babeltrace_builders_defaults
086e5af5 353 <<: *babeltrace_publishers_gerrit
5d26e468 354
8abe9f8a
MJ
355- job-template:
356 name: babeltrace_{version}_release
357 defaults: babeltrace
776b0d3d 358 node: 'bionic-amd64'
8abe9f8a
MJ
359
360 triggers:
361 - pollscm:
362 cron: "@daily"
363
364 scm:
365 - git:
4d27af8f 366 url: https://github.com/{github_user}/{github_name}.git
8abe9f8a
MJ
367 browser: githubweb
368 browser-url: https://github.com/{github_user}/{github_name}
369 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
370 branches:
371 - '*/tags/{version}.*'
372 basedir: src/babeltrace
373
374 builders:
375 - shell:
376 !include-raw-escape: scripts/babeltrace/release.sh
377
378 publishers:
0f505d21
MJ
379 - tap: *babeltrace_publisher_tap_defaults
380 - raw: *babeltrace_publisher_warnings-ng_defaults
381 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
8abe9f8a
MJ
382 - archive:
383 artifacts: 'out/**,tap/**'
384 allow-empty: false
b9f743ce 385 fingerprint: true
8abe9f8a 386
07fd33e1 387- job-template:
af11423c 388 name: dev_gerrit_babeltrace_pylint
07fd33e1
MJ
389 defaults: babeltrace
390 concurrent: true
391
392 scm:
393 - git:
394 url: https://review.lttng.org/babeltrace
395 refspec: 'refs/changes/*:refs/changes/*'
396 branches:
397 - '$GERRIT_REFSPEC'
398 basedir: src/babeltrace
399 skip-tag: true
400
401 triggers:
402 - gerrit:
403 trigger-on:
404 - comment-added-event:
405 approval-category: 'CI-Build'
406 approval-value: 1
407 projects:
408 - project-compare-type: 'PLAIN'
409 project-pattern: 'babeltrace'
410 branches:
411 - branch-compare-type: 'ANT'
412 branch-pattern: '**'
07fd33e1 413
776b0d3d 414 node: 'bionic-amd64'
07fd33e1
MJ
415
416 builders:
417 - shell:
af11423c 418 !include-raw-escape: scripts/babeltrace/pylint.sh
07fd33e1
MJ
419
420 properties:
421 - inject:
422 properties-content: |
423 PROJECT_NAME=babeltrace
424 - build-discarder:
425 days-to-keep: 1
07fd33e1 426
890bff23
MJ
427- job-template:
428 name: babeltrace_{version}_scan-build
429 defaults: babeltrace
776b0d3d 430 node: 'bionic-amd64'
890bff23
MJ
431
432 triggers:
6cf22a3a
MJ
433 - pollscm:
434 cron: "@daily"
890bff23
MJ
435
436 builders:
437 - shell:
69f05d59 438 !include-raw-escape: scripts/common/scan-build.sh
890bff23
MJ
439
440 publishers:
0f505d21 441 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
890bff23
MJ
442 - html-publisher:
443 name: 'HTML Report'
444 dir: 'scan-build-archive/'
445 files: 'index.html'
446
6cf22a3a
MJ
447- job-template:
448 name: babeltrace_{version}_coverity
449 defaults: babeltrace
776b0d3d 450 node: 'bionic-amd64'
6cf22a3a
MJ
451
452 triggers:
453 - pollscm:
454 cron: "@daily"
455
456 wrappers:
0f505d21
MJ
457 - ansicolor: *babeltrace_wrapper_ansicolor_defaults
458 - timeout: *babeltrace_wrapper_timeout_defaults
6cf22a3a 459 - timestamps
0f505d21 460 - workspace-cleanup
6cf22a3a
MJ
461 - credentials-binding:
462 - username-password-separated:
463 credential-id: babeltrace_coverity_token
464 username: COVERITY_SCAN_PROJECT_NAME
465 password: COVERITY_SCAN_TOKEN
0f505d21 466
6cf22a3a
MJ
467 builders:
468 - shell:
ef63064f 469 !include-raw-escape: scripts/common/coverity.sh
6cf22a3a
MJ
470
471 publishers:
0f505d21 472 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
73778992
MJ
473 - archive:
474 artifacts: 'analysis-results.tgz,cov-int/**'
475 allow-empty: false
890bff23
MJ
476
477- job-template:
478 name: babeltrace_{version}_pylint
479 defaults: babeltrace
776b0d3d 480 node: 'bionic-amd64'
890bff23 481
890bff23 482 triggers:
6cf22a3a
MJ
483 - pollscm:
484 cron: "@daily"
890bff23
MJ
485
486 builders:
890bff23 487 - shell:
ef63064f 488 !include-raw-escape: scripts/babeltrace/pylint.sh
890bff23
MJ
489
490 publishers:
0f505d21 491 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
890bff23 492 - archive:
af11423c 493 artifacts: 'black.out,flake8.out'
0f505d21
MJ
494 allow-empty: false
495 - email-ext: *babeltrace_publisher_email-ext_defaults
556e87cc
JR
496
497- job-template:
76f37297
MJ
498 name: '{job_prefix}babeltrace_{version}_glib-2.28.6'
499 defaults: babeltrace
776b0d3d 500 node: 'bionic-amd64'
890bff23 501
0f505d21
MJ
502 <<: *babeltrace_builders_glib-2-28-6
503 <<: *babeltrace_publishers_defaults
b9c55ae7 504
07dafe32
MJ
505
506## Views
507- view-template:
508 name: 'Babeltrace'
509 view-type: list
510 regex: 'babeltrace[-_].*'
511
512
513## Projects
624c5a25
MJ
514- project:
515 name: babeltrace2
c8071f5f 516 job_prefix: ''
624c5a25
MJ
517 github_user: efficios
518 github_name: babeltrace
519 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
520 version:
521 - stable-2.0
522 - master
523 jobs:
776b0d3d
MJ
524 - '{job_prefix}babeltrace_{version}_{buildtype}':
525 buildtype: linuxbuild
526 platforms: !!python/tuple [jammy-amd64]
527 builds: !!python/tuple [std, oot, dist, oot-dist]
528 confs: !!python/tuple [std, static, prod, min, doc]
529 filter: ''
530 touchstone: '(build == "std") && (conf == "std")'
0f505d21 531 - '{job_prefix}babeltrace_{version}_{buildtype}':
624c5a25 532 buildtype: build
776b0d3d 533 platforms: !!python/tuple [bionic-amd64]
0f505d21 534 builds: !!python/tuple [std, oot, dist, oot-dist]
301b8fc9 535 confs: !!python/tuple [std, static, prod, min, doc]
0f505d21
MJ
536 filter: ''
537 touchstone: '(build == "std") && (conf == "std")'
538 - '{job_prefix}babeltrace_{version}_{buildtype}':
624c5a25 539 buildtype: portbuild
776b0d3d 540 platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386]
0f505d21
MJ
541 builds: !!python/tuple [std]
542 confs: !!python/tuple [std, prod]
543 filter: ''
776b0d3d 544 touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'
0f505d21 545 - '{job_prefix}babeltrace_{version}_{buildtype}':
624c5a25 546 buildtype: slesbuild
776b0d3d 547 platforms: !!python/tuple [sles12sp5-amd64]
0f505d21
MJ
548 builds: !!python/tuple [std]
549 confs: !!python/tuple [std, prod]
550 filter: ''
551 touchstone: ''
552 - '{job_prefix}babeltrace_{version}_{buildtype}':
568b5cbd 553 buildtype: elbuild
776b0d3d 554 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
0f505d21
MJ
555 builds: !!python/tuple [std]
556 confs: !!python/tuple [std, prod]
557 filter: ''
558 touchstone: ''
559 - '{job_prefix}babeltrace_{version}_{buildtype}':
f0d7e5b1 560 buildtype: macosbuild
776b0d3d 561 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
562 builds: !!python/tuple [std]
563 confs: !!python/tuple [std, prod]
564 filter: ''
565 touchstone: ''
566 - '{job_prefix}babeltrace_{version}_{buildtype}':
894db5f1 567 buildtype: freebsdbuild
776b0d3d 568 platforms: !!python/tuple [freebsd-amd64]
0f505d21
MJ
569 builds: !!python/tuple [std]
570 confs: !!python/tuple [std, prod]
571 filter: ''
572 touchstone: ''
573 - '{job_prefix}babeltrace_{version}_{buildtype}':
574 buildtype: winbuild
776b0d3d 575 platforms: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64]
0f505d21
MJ
576 builds: !!python/tuple [std]
577 confs: !!python/tuple [std]
578 filter: ''
579 touchstone: ''
624c5a25
MJ
580 - 'babeltrace_{version}_{cctype}':
581 cctype: clangbuild
776b0d3d 582 platforms: !!python/tuple [bionic-amd64]
0f505d21
MJ
583 builds: !!python/tuple [std]
584 confs: !!python/tuple [std, static, prod]
585 ccs: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7]
586 filter: ''
587 touchstone: ''
8abe9f8a
MJ
588 - 'babeltrace_{version}_release':
589 version: v2.0
890bff23
MJ
590 - 'babeltrace_{version}_scan-build'
591 - 'babeltrace_{version}_pylint'
6cf22a3a
MJ
592 - 'babeltrace_{version}_coverity':
593 version: master
0f505d21 594 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
556e87cc 595 version: master
a0b535b2 596
07dafe32
MJ
597- project:
598 name: gerrit-babeltrace
c8071f5f 599 job_prefix: ''
07dafe32
MJ
600 github_user: efficios
601 github_name: babeltrace
602 jobs:
603 - 'dev_gerrit_babeltrace_{buildtype}':
604 buildtype: build
776b0d3d 605 platforms: !!python/tuple [bionic-amd64, deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386]
0f505d21
MJ
606 builds: !!python/tuple [std, oot, dist, oot-dist]
607 confs: !!python/tuple [std, static, prod, min]
776b0d3d 608 filter: '(build=="std" && conf=="std") || (platform=="bionic-amd64")'
0f505d21 609 touchstone: ''
9fd34023 610 - 'dev_gerrit_babeltrace_{buildtype}':
f0d7e5b1 611 buildtype: macosbuild
776b0d3d 612 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
613 builds: !!python/tuple [std]
614 confs: !!python/tuple [std, prod]
9fd34023 615 filter: ''
0f505d21
MJ
616 touchstone: ''
617 - 'dev_gerrit_babeltrace_{buildtype}':
618 buildtype: winbuild
776b0d3d 619 platforms: !!python/tuple [cygwin64, msys2-mingw64]
0f505d21
MJ
620 builds: !!python/tuple [std]
621 confs: !!python/tuple [std]
622 filter: ''
623 touchstone: ''
af11423c 624 - 'dev_gerrit_babeltrace_pylint'
07dafe32
MJ
625
626
76f37297
MJ
627- project:
628 name: dev_upstream_babeltrace
629 job_prefix: dev_upstream_
630 github_user: efficios
631 github_name: babeltrace
632 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
633 version:
634 - stable-1.5
635 jobs:
636 - '{job_prefix}babeltrace_{version}_{buildtype}':
776b0d3d
MJ
637 buildtype: linuxbuild
638 platforms: !!python/tuple [jammy-amd64]
0f505d21
MJ
639 builds: !!python/tuple [std, oot, dist, oot-dist]
640 confs: !!python/tuple [std, static, python-bindings]
641 filter: ''
642 touchstone: '(build == "std") && (conf == "std")'
76f37297
MJ
643 - '{job_prefix}babeltrace_{version}_{buildtype}':
644 buildtype: portbuild
776b0d3d 645 platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386]
0f505d21
MJ
646 builds: !!python/tuple [std]
647 confs: !!python/tuple [std, python-bindings]
648 filter: ''
776b0d3d 649 touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'
76f37297
MJ
650 - '{job_prefix}babeltrace_{version}_{buildtype}':
651 buildtype: slesbuild
776b0d3d 652 platforms: !!python/tuple [sles12sp5-amd64]
0f505d21
MJ
653 builds: !!python/tuple [std]
654 confs: !!python/tuple [std]
655 filter: ''
656 touchstone: ''
76f37297
MJ
657 - '{job_prefix}babeltrace_{version}_{buildtype}':
658 buildtype: elbuild
776b0d3d 659 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
0f505d21
MJ
660 builds: !!python/tuple [std]
661 confs: !!python/tuple [std]
662 filter: ''
663 touchstone: ''
2f228988
MJ
664 - 'babeltrace_{version}_release':
665 version: v1.5
76f37297
MJ
666
667
a0b535b2
MJ
668- project:
669 name: babeltrace-jgalar-staging
76f37297 670 job_prefix: 'dev_jgalar_'
a0b535b2
MJ
671 github_user: jgalar
672 github_name: babeltrace
499a96d0 673 email_to: "jgalar@efficios.com"
a0b535b2 674 version:
a0b535b2 675 - stable-1.5-staging
a0b535b2 676 jobs:
76f37297 677 - '{job_prefix}babeltrace_{version}_{buildtype}':
4f827afb 678 buildtype: build
776b0d3d 679 platforms: !!python/tuple [bionic-amd64]
0f505d21
MJ
680 builds: !!python/tuple [std, oot, dist, oot-dist]
681 confs: !!python/tuple [std, static, python-bindings]
682 filter: ''
683 touchstone: ''
76f37297 684 - '{job_prefix}babeltrace_{version}_{buildtype}':
f0d7e5b1 685 buildtype: macosbuild
776b0d3d 686 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
687 builds: !!python/tuple [std]
688 confs: !!python/tuple [std]
689 filter: ''
690 touchstone: ''
890bff23 691
c871b3d3
MJ
692
693- project:
07dafe32 694 name: babeltrace2-jgalar-staging
76f37297 695 job_prefix: 'dev_jgalar_'
07dafe32 696 github_user: jgalar
c871b3d3 697 github_name: babeltrace
07dafe32
MJ
698 email_to: "jgalar@efficios.com"
699 version:
700 - stable-2.0-staging
701 - master-staging
c871b3d3 702 jobs:
76f37297 703 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
07dafe32
MJ
704 version:
705 - master-staging
76f37297 706 - '{job_prefix}babeltrace_{version}_{buildtype}':
c871b3d3 707 buildtype: build
776b0d3d 708 platforms: !!python/tuple [bionic-amd64]
0f505d21
MJ
709 builds: !!python/tuple [std, oot, dist, oot-dist]
710 confs: !!python/tuple [std, static, prod, min]
711 filter: ''
712 touchstone: ''
76f37297 713 - '{job_prefix}babeltrace_{version}_{buildtype}':
f0d7e5b1 714 buildtype: macosbuild
776b0d3d 715 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
716 builds: !!python/tuple [std]
717 confs: !!python/tuple [std, prod]
718 filter: ''
719 touchstone: ''
07dafe32
MJ
720
721- project:
722 name: babeltrace-views
723 views:
724 - Babeltrace
This page took 0.111492 seconds and 4 git commands to generate.