Remove cppcheck jobs
[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
JR
173 failed-tests-mark-build-as-failure: true
174 todo-is-failure: false
0f505d21
MJ
175 - raw: &babeltrace_publisher_warnings-ng_defaults
176 xml: |
177 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
178 <analysisTools>
179 <io.jenkins.plugins.analysis.warnings.Gcc4>
180 <id/>
181 <name/>
182 <jenkins plugin="plugin-util-api"/>
183 <pattern/>
184 <reportEncoding/>
185 <skipSymbolicLinks>false</skipSymbolicLinks>
186 </io.jenkins.plugins.analysis.warnings.Gcc4>
187 <io.jenkins.plugins.analysis.warnings.Clang>
188 <id/>
189 <name/>
190 <jenkins plugin="plugin-util-api"/>
191 <pattern/>
192 <reportEncoding/>
193 <skipSymbolicLinks>false</skipSymbolicLinks>
194 </io.jenkins.plugins.analysis.warnings.Clang>
195 </analysisTools>
196 <sourceCodeEncoding/>
197 <sourceDirectory/>
198 <sourceDirectories/>
199 <ignoreQualityGate>false</ignoreQualityGate>
200 <ignoreFailedBuilds>true</ignoreFailedBuilds>
201 <failOnError>false</failOnError>
202 <healthy>0</healthy>
203 <unhealthy>0</unhealthy>
204 <minimumSeverity plugin="analysis-model-api">
205 <name>LOW</name>
206 </minimumSeverity>
207 <filters/>
208 <isEnabledForFailure>true</isEnabledForFailure>
209 <isAggregatingResults>true</isAggregatingResults>
210 <isBlameDisabled>false</isBlameDisabled>
211 <skipPublishingChecks>true</skipPublishingChecks>
212 <publishAllIssues>false</publishAllIssues>
213 <qualityGates>
214 <io.jenkins.plugins.analysis.core.util.QualityGate>
215 <threshold>1</threshold>
216 <type>TOTAL</type>
217 <status>WARNING</status>
218 </io.jenkins.plugins.analysis.core.util.QualityGate>
219 </qualityGates>
220 <trendChartType>AGGREGATION_TOOLS</trendChartType>
221 <scm/>
222 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
223 - archive: &babeltrace_publisher_archive_defaults
9d56171a 224 artifacts: 'build/**,tap/**'
890bff23 225 allow-empty: false
0f505d21
MJ
226 - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults
227 clean-if:
228 - failure: false
229 - email-ext: &babeltrace_publisher_email-ext_defaults
499a96d0
JR
230 recipients: '{obj:email_to}'
231 reply-to: ci-notification@lists.lttng.org
232 always: false
233 unstable: false
234 first-failure: true
235 first-unstable: true
236 not-built: false
237 aborted: false
238 regression: false
239 failure: false
240 second-failure: false
241 improvement: false
242 still-failing: false
243 success: false
244 fixed: false
245 fixed-unhealthy: true
246 still-unstable: false
247 pre-build: false
248 matrix-trigger: only-parent
249 send-to:
250 - recipients
890bff23 251
086e5af5
MJ
252- babeltrace_publishers_gerrit: &babeltrace_publishers_gerrit
253 name: 'babeltrace_publishers_gerrit'
c871b3d3 254 publishers:
0f505d21 255 - tap: *babeltrace_publisher_tap_defaults
8aef6eab
MJ
256 # Fail job on any compiler warnings
257 - raw:
258 xml: |
259 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
260 <analysisTools>
261 <io.jenkins.plugins.analysis.warnings.Gcc4>
262 <id/>
263 <name/>
264 <jenkins plugin="plugin-util-api"/>
265 <pattern/>
266 <reportEncoding/>
267 <skipSymbolicLinks>false</skipSymbolicLinks>
268 </io.jenkins.plugins.analysis.warnings.Gcc4>
269 <io.jenkins.plugins.analysis.warnings.Clang>
270 <id/>
271 <name/>
272 <jenkins plugin="plugin-util-api"/>
273 <pattern/>
274 <reportEncoding/>
275 <skipSymbolicLinks>false</skipSymbolicLinks>
276 </io.jenkins.plugins.analysis.warnings.Clang>
277 </analysisTools>
278 <sourceCodeEncoding/>
279 <sourceDirectory/>
280 <sourceDirectories/>
281 <ignoreQualityGate>false</ignoreQualityGate>
282 <ignoreFailedBuilds>true</ignoreFailedBuilds>
283 <failOnError>false</failOnError>
284 <healthy>0</healthy>
285 <unhealthy>0</unhealthy>
286 <minimumSeverity plugin="analysis-model-api">
287 <name>LOW</name>
288 </minimumSeverity>
289 <filters/>
290 <isEnabledForFailure>true</isEnabledForFailure>
291 <isAggregatingResults>true</isAggregatingResults>
292 <isBlameDisabled>false</isBlameDisabled>
293 <skipPublishingChecks>true</skipPublishingChecks>
294 <publishAllIssues>false</publishAllIssues>
295 <qualityGates>
296 <io.jenkins.plugins.analysis.core.util.QualityGate>
297 <threshold>1</threshold>
298 <type>TOTAL</type>
299 <status>FAILED</status>
300 </io.jenkins.plugins.analysis.core.util.QualityGate>
301 </qualityGates>
302 <trendChartType>AGGREGATION_TOOLS</trendChartType>
303 <scm/>
304 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
0f505d21
MJ
305 - archive: *babeltrace_publisher_archive_defaults
306 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
c871b3d3
MJ
307
308
0f505d21 309## Job Templates
b9c55ae7 310
c8071f5f
MJ
311- job-template:
312 name: '{job_prefix}babeltrace_{version}_{buildtype}'
313 defaults: babeltrace
314
0f505d21
MJ
315 <<: *babeltrace_matrix_axes_defaults
316 <<: *babeltrace_builders_defaults
317 <<: *babeltrace_publishers_defaults
c8071f5f 318
6476f917
MJ
319- job-template:
320 name: babeltrace_{version}_{cctype}
321 defaults: babeltrace
322
0f505d21
MJ
323 <<: *babeltrace_matrix_axes_cc
324 <<: *babeltrace_builders_defaults
325 <<: *babeltrace_publishers_defaults
4f827afb 326
c871b3d3
MJ
327- job-template:
328 name: dev_gerrit_babeltrace_{buildtype}
329 defaults: babeltrace
330 concurrent: true
331
332 scm:
333 - git:
334 url: https://review.lttng.org/babeltrace
335 refspec: 'refs/changes/*:refs/changes/*'
336 branches:
337 - '$GERRIT_REFSPEC'
338 basedir: src/babeltrace
339 skip-tag: true
340
341 triggers:
342 - gerrit:
343 trigger-on:
344 - comment-added-event:
345 approval-category: 'CI-Build'
346 approval-value: 1
347 projects:
348 - project-compare-type: 'PLAIN'
349 project-pattern: 'babeltrace'
350 branches:
351 - branch-compare-type: 'ANT'
352 branch-pattern: '**'
c871b3d3 353
c871b3d3
MJ
354 properties:
355 - inject:
356 properties-content: |
357 PROJECT_NAME=babeltrace
358 - build-discarder:
9fd34023
MJ
359 days-to-keep: 1
360 - throttle:
361 option: 'category'
362 categories:
6c7048dc 363 - 'gerrit-{buildtype}'
c871b3d3 364
0f505d21
MJ
365 <<: *babeltrace_matrix_axes_defaults
366 <<: *babeltrace_builders_defaults
086e5af5 367 <<: *babeltrace_publishers_gerrit
5d26e468 368
8abe9f8a
MJ
369- job-template:
370 name: babeltrace_{version}_release
371 defaults: babeltrace
776b0d3d 372 node: 'bionic-amd64'
8abe9f8a
MJ
373
374 triggers:
375 - pollscm:
376 cron: "@daily"
377
378 scm:
379 - git:
4d27af8f 380 url: https://github.com/{github_user}/{github_name}.git
8abe9f8a
MJ
381 browser: githubweb
382 browser-url: https://github.com/{github_user}/{github_name}
383 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
384 branches:
385 - '*/tags/{version}.*'
386 basedir: src/babeltrace
387
388 builders:
389 - shell:
390 !include-raw-escape: scripts/babeltrace/release.sh
391
392 publishers:
0f505d21
MJ
393 - tap: *babeltrace_publisher_tap_defaults
394 - raw: *babeltrace_publisher_warnings-ng_defaults
395 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
8abe9f8a
MJ
396 - archive:
397 artifacts: 'out/**,tap/**'
398 allow-empty: false
b9f743ce 399 fingerprint: true
8abe9f8a 400
07fd33e1 401- job-template:
af11423c 402 name: dev_gerrit_babeltrace_pylint
07fd33e1
MJ
403 defaults: babeltrace
404 concurrent: true
405
406 scm:
407 - git:
408 url: https://review.lttng.org/babeltrace
409 refspec: 'refs/changes/*:refs/changes/*'
410 branches:
411 - '$GERRIT_REFSPEC'
412 basedir: src/babeltrace
413 skip-tag: true
414
415 triggers:
416 - gerrit:
417 trigger-on:
418 - comment-added-event:
419 approval-category: 'CI-Build'
420 approval-value: 1
421 projects:
422 - project-compare-type: 'PLAIN'
423 project-pattern: 'babeltrace'
424 branches:
425 - branch-compare-type: 'ANT'
426 branch-pattern: '**'
07fd33e1 427
776b0d3d 428 node: 'bionic-amd64'
07fd33e1
MJ
429
430 builders:
431 - shell:
af11423c 432 !include-raw-escape: scripts/babeltrace/pylint.sh
07fd33e1
MJ
433
434 properties:
435 - inject:
436 properties-content: |
437 PROJECT_NAME=babeltrace
438 - build-discarder:
439 days-to-keep: 1
07fd33e1 440
890bff23
MJ
441- job-template:
442 name: babeltrace_{version}_scan-build
443 defaults: babeltrace
776b0d3d 444 node: 'bionic-amd64'
890bff23
MJ
445
446 triggers:
6cf22a3a
MJ
447 - pollscm:
448 cron: "@daily"
890bff23
MJ
449
450 builders:
451 - shell:
69f05d59 452 !include-raw-escape: scripts/common/scan-build.sh
890bff23
MJ
453
454 publishers:
0f505d21 455 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
890bff23
MJ
456 - html-publisher:
457 name: 'HTML Report'
458 dir: 'scan-build-archive/'
459 files: 'index.html'
460
6cf22a3a
MJ
461- job-template:
462 name: babeltrace_{version}_coverity
463 defaults: babeltrace
776b0d3d 464 node: 'bionic-amd64'
6cf22a3a
MJ
465
466 triggers:
467 - pollscm:
468 cron: "@daily"
469
470 wrappers:
0f505d21
MJ
471 - ansicolor: *babeltrace_wrapper_ansicolor_defaults
472 - timeout: *babeltrace_wrapper_timeout_defaults
6cf22a3a 473 - timestamps
0f505d21 474 - workspace-cleanup
6cf22a3a
MJ
475 - credentials-binding:
476 - username-password-separated:
477 credential-id: babeltrace_coverity_token
478 username: COVERITY_SCAN_PROJECT_NAME
479 password: COVERITY_SCAN_TOKEN
0f505d21 480
6cf22a3a
MJ
481 builders:
482 - shell:
ef63064f 483 !include-raw-escape: scripts/common/coverity.sh
6cf22a3a
MJ
484
485 publishers:
0f505d21 486 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
73778992
MJ
487 - archive:
488 artifacts: 'analysis-results.tgz,cov-int/**'
489 allow-empty: false
890bff23
MJ
490
491- job-template:
492 name: babeltrace_{version}_pylint
493 defaults: babeltrace
776b0d3d 494 node: 'bionic-amd64'
890bff23 495
890bff23 496 triggers:
6cf22a3a
MJ
497 - pollscm:
498 cron: "@daily"
890bff23
MJ
499
500 builders:
890bff23 501 - shell:
ef63064f 502 !include-raw-escape: scripts/babeltrace/pylint.sh
890bff23
MJ
503
504 publishers:
0f505d21 505 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
890bff23 506 - archive:
af11423c 507 artifacts: 'black.out,flake8.out'
0f505d21
MJ
508 allow-empty: false
509 - email-ext: *babeltrace_publisher_email-ext_defaults
556e87cc
JR
510
511- job-template:
76f37297
MJ
512 name: '{job_prefix}babeltrace_{version}_glib-2.28.6'
513 defaults: babeltrace
776b0d3d 514 node: 'bionic-amd64'
890bff23 515
0f505d21
MJ
516 <<: *babeltrace_builders_glib-2-28-6
517 <<: *babeltrace_publishers_defaults
b9c55ae7 518
07dafe32
MJ
519
520## Views
521- view-template:
522 name: 'Babeltrace'
523 view-type: list
524 regex: 'babeltrace[-_].*'
525
526
527## Projects
624c5a25
MJ
528- project:
529 name: babeltrace2
c8071f5f 530 job_prefix: ''
624c5a25
MJ
531 github_user: efficios
532 github_name: babeltrace
533 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
534 version:
535 - stable-2.0
536 - master
537 jobs:
776b0d3d
MJ
538 - '{job_prefix}babeltrace_{version}_{buildtype}':
539 buildtype: linuxbuild
540 platforms: !!python/tuple [jammy-amd64]
541 builds: !!python/tuple [std, oot, dist, oot-dist]
542 confs: !!python/tuple [std, static, prod, min, doc]
543 filter: ''
544 touchstone: '(build == "std") && (conf == "std")'
0f505d21 545 - '{job_prefix}babeltrace_{version}_{buildtype}':
624c5a25 546 buildtype: build
776b0d3d 547 platforms: !!python/tuple [bionic-amd64]
0f505d21 548 builds: !!python/tuple [std, oot, dist, oot-dist]
301b8fc9 549 confs: !!python/tuple [std, static, prod, min, doc]
0f505d21
MJ
550 filter: ''
551 touchstone: '(build == "std") && (conf == "std")'
552 - '{job_prefix}babeltrace_{version}_{buildtype}':
624c5a25 553 buildtype: portbuild
776b0d3d 554 platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386]
0f505d21
MJ
555 builds: !!python/tuple [std]
556 confs: !!python/tuple [std, prod]
557 filter: ''
776b0d3d 558 touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'
0f505d21 559 - '{job_prefix}babeltrace_{version}_{buildtype}':
624c5a25 560 buildtype: slesbuild
776b0d3d 561 platforms: !!python/tuple [sles12sp5-amd64]
0f505d21
MJ
562 builds: !!python/tuple [std]
563 confs: !!python/tuple [std, prod]
564 filter: ''
565 touchstone: ''
566 - '{job_prefix}babeltrace_{version}_{buildtype}':
568b5cbd 567 buildtype: elbuild
776b0d3d 568 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
0f505d21
MJ
569 builds: !!python/tuple [std]
570 confs: !!python/tuple [std, prod]
571 filter: ''
572 touchstone: ''
573 - '{job_prefix}babeltrace_{version}_{buildtype}':
f0d7e5b1 574 buildtype: macosbuild
776b0d3d 575 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
576 builds: !!python/tuple [std]
577 confs: !!python/tuple [std, prod]
578 filter: ''
579 touchstone: ''
580 - '{job_prefix}babeltrace_{version}_{buildtype}':
894db5f1 581 buildtype: freebsdbuild
776b0d3d 582 platforms: !!python/tuple [freebsd-amd64]
0f505d21
MJ
583 builds: !!python/tuple [std]
584 confs: !!python/tuple [std, prod]
585 filter: ''
586 touchstone: ''
587 - '{job_prefix}babeltrace_{version}_{buildtype}':
588 buildtype: winbuild
776b0d3d 589 platforms: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64]
0f505d21
MJ
590 builds: !!python/tuple [std]
591 confs: !!python/tuple [std]
592 filter: ''
593 touchstone: ''
624c5a25
MJ
594 - 'babeltrace_{version}_{cctype}':
595 cctype: clangbuild
776b0d3d 596 platforms: !!python/tuple [bionic-amd64]
0f505d21
MJ
597 builds: !!python/tuple [std]
598 confs: !!python/tuple [std, static, prod]
599 ccs: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7]
600 filter: ''
601 touchstone: ''
8abe9f8a
MJ
602 - 'babeltrace_{version}_release':
603 version: v2.0
890bff23
MJ
604 - 'babeltrace_{version}_scan-build'
605 - 'babeltrace_{version}_pylint'
6cf22a3a
MJ
606 - 'babeltrace_{version}_coverity':
607 version: master
0f505d21 608 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
556e87cc 609 version: master
a0b535b2 610
07dafe32
MJ
611- project:
612 name: gerrit-babeltrace
c8071f5f 613 job_prefix: ''
07dafe32
MJ
614 github_user: efficios
615 github_name: babeltrace
616 jobs:
617 - 'dev_gerrit_babeltrace_{buildtype}':
618 buildtype: build
776b0d3d 619 platforms: !!python/tuple [bionic-amd64, deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386]
0f505d21
MJ
620 builds: !!python/tuple [std, oot, dist, oot-dist]
621 confs: !!python/tuple [std, static, prod, min]
776b0d3d 622 filter: '(build=="std" && conf=="std") || (platform=="bionic-amd64")'
0f505d21 623 touchstone: ''
9fd34023 624 - 'dev_gerrit_babeltrace_{buildtype}':
f0d7e5b1 625 buildtype: macosbuild
776b0d3d 626 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
627 builds: !!python/tuple [std]
628 confs: !!python/tuple [std, prod]
9fd34023 629 filter: ''
0f505d21
MJ
630 touchstone: ''
631 - 'dev_gerrit_babeltrace_{buildtype}':
632 buildtype: winbuild
776b0d3d 633 platforms: !!python/tuple [cygwin64, msys2-mingw64]
0f505d21
MJ
634 builds: !!python/tuple [std]
635 confs: !!python/tuple [std]
636 filter: ''
637 touchstone: ''
af11423c 638 - 'dev_gerrit_babeltrace_pylint'
07dafe32
MJ
639
640
76f37297
MJ
641- project:
642 name: dev_upstream_babeltrace
643 job_prefix: dev_upstream_
644 github_user: efficios
645 github_name: babeltrace
646 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
647 version:
648 - stable-1.5
649 jobs:
650 - '{job_prefix}babeltrace_{version}_{buildtype}':
776b0d3d
MJ
651 buildtype: linuxbuild
652 platforms: !!python/tuple [jammy-amd64]
0f505d21
MJ
653 builds: !!python/tuple [std, oot, dist, oot-dist]
654 confs: !!python/tuple [std, static, python-bindings]
655 filter: ''
656 touchstone: '(build == "std") && (conf == "std")'
76f37297
MJ
657 - '{job_prefix}babeltrace_{version}_{buildtype}':
658 buildtype: portbuild
776b0d3d 659 platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386]
0f505d21
MJ
660 builds: !!python/tuple [std]
661 confs: !!python/tuple [std, python-bindings]
662 filter: ''
776b0d3d 663 touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'
76f37297
MJ
664 - '{job_prefix}babeltrace_{version}_{buildtype}':
665 buildtype: slesbuild
776b0d3d 666 platforms: !!python/tuple [sles12sp5-amd64]
0f505d21
MJ
667 builds: !!python/tuple [std]
668 confs: !!python/tuple [std]
669 filter: ''
670 touchstone: ''
76f37297
MJ
671 - '{job_prefix}babeltrace_{version}_{buildtype}':
672 buildtype: elbuild
776b0d3d 673 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
0f505d21
MJ
674 builds: !!python/tuple [std]
675 confs: !!python/tuple [std]
676 filter: ''
677 touchstone: ''
2f228988
MJ
678 - 'babeltrace_{version}_release':
679 version: v1.5
76f37297
MJ
680
681
a0b535b2
MJ
682- project:
683 name: babeltrace-jgalar-staging
76f37297 684 job_prefix: 'dev_jgalar_'
a0b535b2
MJ
685 github_user: jgalar
686 github_name: babeltrace
499a96d0 687 email_to: "jgalar@efficios.com"
a0b535b2 688 version:
a0b535b2 689 - stable-1.5-staging
a0b535b2 690 jobs:
76f37297 691 - '{job_prefix}babeltrace_{version}_{buildtype}':
4f827afb 692 buildtype: build
776b0d3d 693 platforms: !!python/tuple [bionic-amd64]
0f505d21
MJ
694 builds: !!python/tuple [std, oot, dist, oot-dist]
695 confs: !!python/tuple [std, static, python-bindings]
696 filter: ''
697 touchstone: ''
76f37297 698 - '{job_prefix}babeltrace_{version}_{buildtype}':
f0d7e5b1 699 buildtype: macosbuild
776b0d3d 700 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
701 builds: !!python/tuple [std]
702 confs: !!python/tuple [std]
703 filter: ''
704 touchstone: ''
890bff23 705
c871b3d3
MJ
706
707- project:
07dafe32 708 name: babeltrace2-jgalar-staging
76f37297 709 job_prefix: 'dev_jgalar_'
07dafe32 710 github_user: jgalar
c871b3d3 711 github_name: babeltrace
07dafe32
MJ
712 email_to: "jgalar@efficios.com"
713 version:
714 - stable-2.0-staging
715 - master-staging
c871b3d3 716 jobs:
76f37297 717 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
07dafe32
MJ
718 version:
719 - master-staging
76f37297 720 - '{job_prefix}babeltrace_{version}_{buildtype}':
c871b3d3 721 buildtype: build
776b0d3d 722 platforms: !!python/tuple [bionic-amd64]
0f505d21
MJ
723 builds: !!python/tuple [std, oot, dist, oot-dist]
724 confs: !!python/tuple [std, static, prod, min]
725 filter: ''
726 touchstone: ''
76f37297 727 - '{job_prefix}babeltrace_{version}_{buildtype}':
f0d7e5b1 728 buildtype: macosbuild
776b0d3d 729 platforms: !!python/tuple [macos-amd64, macos-arm64]
0f505d21
MJ
730 builds: !!python/tuple [std]
731 confs: !!python/tuple [std, prod]
732 filter: ''
733 touchstone: ''
07dafe32
MJ
734
735- project:
736 name: babeltrace-views
737 views:
738 - Babeltrace
This page took 0.06725 seconds and 4 git commands to generate.