wip: riscv64
[lttng-ci.git] / jobs / babeltrace.yaml
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
17 wrappers:
18 - ansicolor: &babeltrace_wrapper_ansicolor_defaults
19 colormap: xterm
20 - timeout: &babeltrace_wrapper_timeout_defaults
21 timeout: 20
22 fail: true
23 type: no-activity
24 write-description: "<h1 style=\"color:red\">This build failed due to timeout.</h1>"
25 - timestamps
26 - workspace-cleanup
27
28 scm:
29 - git: &babeltrace_scm_git_default
30 url: https://github.com/{github_user}/{github_name}.git
31 browser: githubweb
32 browser-url: https://github.com/{github_user}/{github_name}
33 branches:
34 - origin/{version}
35 basedir: src/babeltrace
36 skip-tag: true
37
38 triggers:
39 - pollscm:
40 cron: "@hourly"
41
42 properties:
43 - inject:
44 properties-content: |
45 PROJECT_NAME=babeltrace
46 - build-discarder:
47 num-to-keep: 10
48 artifact-num-to-keep: 2
49 - github:
50 url: https://github.com/{github_user}/{github_name}
51
52
53 ## Anchors
54 - job-template: &babeltrace_matrix_axes_defaults
55 name: 'babeltrace_matrix_axes_defaults'
56 project-type: matrix
57 node: 'master' # Applies only to matrix flyweight task
58 execution-strategy:
59 combination-filter: '{filter}'
60 touchstone:
61 expr: '{touchstone}'
62 result: unstable
63 axes:
64 - axis: &babeltrace_matrix_axis_platform
65 type: slave
66 name: platform
67 values: '{obj:platforms}'
68 - axis: &babeltrace_matrix_axis_conf
69 type: user-defined
70 name: conf
71 values: '{obj:confs}'
72 - axis: &babeltrace_matrix_axis_build
73 type: user-defined
74 name: build
75 values: '{obj:builds}'
76
77 - job-template: &babeltrace_matrix_axes_cc
78 name: 'babeltrace_matrix_axes_cc'
79
80 <<: *babeltrace_matrix_axes_defaults
81
82 axes:
83 - axis: *babeltrace_matrix_axis_platform
84 - axis: *babeltrace_matrix_axis_conf
85 - axis: *babeltrace_matrix_axis_build
86 - axis: &babeltrace_matrix_axis_cc
87 type: user-defined
88 name: cc
89 values: '{obj:ccs}'
90
91 - job-template: &babeltrace_builders_defaults
92 name: 'babeltrace_builders_defaults'
93 builders:
94 !j2-yaml: |
95 {% if buildtype is defined and buildtype == 'winbuild' %}
96 - conditional-step:
97 condition-kind: strings-match
98 on-evaluation-failure: run
99 condition-string1: {{ '${{platform}}' }}
100 condition-string2: 'cygwin64'
101 steps:
102 - shell:
103 !include-raw-escape:
104 - scripts/common/cygwin64-shebang
105 - scripts/common/cygpath-prefix
106 - scripts/common/print.sh
107 - scripts/babeltrace/build.sh
108 - conditional-step:
109 condition-kind: strings-match
110 on-evaluation-failure: run
111 condition-string1: {{ '${{platform}}' }}
112 condition-string2: 'msys2-mingw32'
113 steps:
114 - inject:
115 properties-content: 'MSYSTEM=MINGW32'
116 - shell:
117 !include-raw-escape:
118 - scripts/common/msys2-shebang
119 - scripts/common/cygpath-prefix
120 - scripts/common/print.sh
121 - scripts/babeltrace/build.sh
122 - conditional-step:
123 condition-kind: strings-match
124 on-evaluation-failure: run
125 condition-string1: {{ '${{platform}}' }}
126 condition-string2: 'msys2-mingw64'
127 steps:
128 - inject:
129 properties-content: 'MSYSTEM=MINGW64'
130 - shell:
131 !include-raw-escape:
132 - scripts/common/msys2-shebang
133 - scripts/common/cygpath-prefix
134 - scripts/common/print.sh
135 - scripts/babeltrace/build.sh
136 {% else %}
137 - shell:
138 !include-raw-escape:
139 - scripts/common/print.sh
140 - scripts/babeltrace/build.sh
141 {% endif %}
142
143 # Use - in version number since yaml anchor do not support dot
144 - job-template: &babeltrace_builders_glib-2-28-6
145 name: 'babeltrace_builders_glib-2-28-6'
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
151 platform=bionic-amd64
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
166
167 - job-template: &babeltrace_publishers_defaults
168 name: 'babeltrace_publishers_defaults'
169 publishers:
170 - tap: &babeltrace_publisher_tap_defaults
171 results: 'tap/**/*.log'
172 fail-if-no-results: true
173 failed-tests-mark-build-as-failure: true
174 include-comment-diagnostics: true
175 output-tap-to-console: false
176 todo-is-failure: false
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>
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
218 artifacts: 'build/**,tap/**,log/**'
219 follow-symlinks: true
220 allow-empty: false
221 - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults
222 clean-if:
223 - failure: false
224 - ircbot: &babeltrace_publisher_ircbot_defaults
225 strategy: statechange-only
226 message-type: summary
227 matrix-notifier: only-parent
228 - email-ext: &babeltrace_publisher_email-ext_defaults
229 recipients: '{obj:email_to}'
230 reply-to: ci-notification@lists.lttng.org
231 always: false
232 unstable: false
233 first-failure: true
234 first-unstable: true
235 not-built: false
236 aborted: false
237 regression: false
238 failure: false
239 second-failure: false
240 improvement: false
241 still-failing: false
242 success: false
243 fixed: false
244 fixed-unhealthy: true
245 still-unstable: false
246 pre-build: false
247 matrix-trigger: only-parent
248 send-to:
249 - recipients
250
251 - job-template: &babeltrace_publishers_review
252 name: 'babeltrace_publishers_review'
253 publishers:
254 - tap: *babeltrace_publisher_tap_defaults
255 # Fail job on any compiler warnings
256 - raw:
257 xml: |
258 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
259 <analysisTools>
260 <io.jenkins.plugins.analysis.warnings.Gcc4>
261 <id/>
262 <name/>
263 <jenkins plugin="plugin-util-api"/>
264 <pattern/>
265 <reportEncoding/>
266 <skipSymbolicLinks>false</skipSymbolicLinks>
267 </io.jenkins.plugins.analysis.warnings.Gcc4>
268 </analysisTools>
269 <sourceCodeEncoding/>
270 <sourceDirectory/>
271 <sourceDirectories/>
272 <ignoreQualityGate>false</ignoreQualityGate>
273 <ignoreFailedBuilds>true</ignoreFailedBuilds>
274 <failOnError>false</failOnError>
275 <healthy>0</healthy>
276 <unhealthy>0</unhealthy>
277 <minimumSeverity plugin="analysis-model-api">
278 <name>LOW</name>
279 </minimumSeverity>
280 <filters/>
281 <isEnabledForFailure>true</isEnabledForFailure>
282 <isAggregatingResults>true</isAggregatingResults>
283 <isBlameDisabled>false</isBlameDisabled>
284 <skipPublishingChecks>true</skipPublishingChecks>
285 <publishAllIssues>false</publishAllIssues>
286 <qualityGates>
287 <io.jenkins.plugins.analysis.core.util.QualityGate>
288 <threshold>1</threshold>
289 <type>TOTAL</type>
290 <status>{warnings_status}</status>
291 </io.jenkins.plugins.analysis.core.util.QualityGate>
292 </qualityGates>
293 <trendChartType>AGGREGATION_TOOLS</trendChartType>
294 <scm/>
295 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
296 - archive: *babeltrace_publisher_archive_defaults
297 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
298
299
300 ## Job Templates
301
302 - job-template:
303 name: '{job_prefix}babeltrace_{version}_{buildtype}'
304 defaults: babeltrace
305
306 <<: *babeltrace_matrix_axes_defaults
307 <<: *babeltrace_builders_defaults
308 <<: *babeltrace_publishers_defaults
309
310 - job-template:
311 name: babeltrace_{version}_{cctype}
312 defaults: babeltrace
313
314 <<: *babeltrace_matrix_axes_cc
315 <<: *babeltrace_builders_defaults
316 <<: *babeltrace_publishers_defaults
317
318 - job-template:
319 name: 'dev_review_babeltrace_{version}_{buildtype}'
320 defaults: babeltrace
321 concurrent: true
322
323 scm:
324 - git: &babeltrace_scm_git_review
325 url: https://review.lttng.org/babeltrace
326 refspec: 'refs/changes/*:refs/changes/*'
327 branches:
328 - '$GERRIT_REFSPEC'
329 basedir: src/babeltrace
330 skip-tag: true
331
332 triggers:
333 - gerrit: &babeltrace_trigger_gerrit_defaults
334 trigger-on:
335 - comment-added-event:
336 approval-category: 'CI-Build'
337 approval-value: 1
338 projects:
339 - project-compare-type: 'PLAIN'
340 project-pattern: 'babeltrace'
341 branches:
342 - branch-compare-type: 'PLAIN'
343 branch-pattern: '{version}'
344
345 properties:
346 - inject:
347 properties-content: |
348 PROJECT_NAME=babeltrace
349 - build-discarder:
350 days-to-keep: 1
351 - throttle:
352 option: 'category'
353 categories:
354 - 'gerrit-{buildtype}'
355
356 <<: *babeltrace_matrix_axes_defaults
357 <<: *babeltrace_builders_defaults
358 <<: *babeltrace_publishers_review
359
360 - job-template:
361 name: 'dev_review_babeltrace_{version}_pylint'
362 defaults: babeltrace
363 concurrent: true
364
365 scm:
366 - git: *babeltrace_scm_git_review
367
368 triggers:
369 - gerrit: *babeltrace_trigger_gerrit_defaults
370
371 node: 'bionic-amd64'
372
373 builders:
374 - shell:
375 !include-raw-escape: scripts/babeltrace/pylint.sh
376
377 properties:
378 - inject:
379 properties-content: |
380 PROJECT_NAME=babeltrace
381 - build-discarder:
382 days-to-keep: 1
383
384 publishers:
385 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
386
387 - job-template:
388 name: 'dev_review_babeltrace_{version}_smokebuild'
389 defaults: babeltrace
390 concurrent: true
391
392 scm:
393 - git: *babeltrace_scm_git_review
394
395 triggers:
396 - gerrit: &babeltrace_trigger_gerrit_smoke
397 trigger-on:
398 - comment-added-event:
399 approval-category: 'Smoke-Build'
400 approval-value: 1
401 projects:
402 - project-compare-type: 'PLAIN'
403 project-pattern: 'babeltrace'
404 branches:
405 - branch-compare-type: 'PLAIN'
406 branch-pattern: '{version}'
407 skip-vote:
408 successful: true
409 failed: true
410 unstable: true
411 notbuilt: true
412 aborted: true
413
414 properties:
415 - inject:
416 properties-content: |
417 PROJECT_NAME=babeltrace
418 BABELTRACE_RUN_TESTS=no
419 - build-discarder:
420 days-to-keep: 1
421
422 <<: *babeltrace_matrix_axes_defaults
423 <<: *babeltrace_builders_defaults
424
425 publishers:
426 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
427
428 - job-template:
429 name: 'dev_review_babeltrace_{version}_check-format'
430 defaults: babeltrace
431 concurrent: true
432
433 scm:
434 - git: *babeltrace_scm_git_review
435
436 triggers:
437 - gerrit: *babeltrace_trigger_gerrit_smoke
438
439 node: 'jammy-amd64'
440
441 builders:
442 - shell:
443 !include-raw-escape: scripts/common/check-format.sh
444
445 properties:
446 - inject:
447 properties-content: |
448 PROJECT_NAME=babeltrace
449 - build-discarder:
450 days-to-keep: 1
451
452 publishers:
453 - archive:
454 artifacts: 'clang-format-fixes.diff'
455 allow-empty: true
456 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
457
458 - job-template:
459 name: babeltrace_{version}_release
460 defaults: babeltrace
461 node: 'bionic-amd64'
462
463 triggers:
464 - pollscm:
465 cron: "@daily"
466
467 scm:
468 - git:
469 <<: *babeltrace_scm_git_default
470 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
471 branches:
472 - '*/tags/{version}.*'
473
474 builders:
475 - shell:
476 !include-raw-escape: scripts/babeltrace/release.sh
477
478 publishers:
479 - tap: *babeltrace_publisher_tap_defaults
480 - raw: *babeltrace_publisher_warnings-ng_defaults
481 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
482 - archive:
483 artifacts: 'out/**,tap/**'
484 allow-empty: false
485 fingerprint: true
486 - ircbot: *babeltrace_publisher_ircbot_defaults
487
488 - job-template:
489 name: babeltrace_{version}_scan-build
490 defaults: babeltrace
491 node: 'bionic-amd64'
492
493 triggers:
494 - pollscm:
495 cron: "@daily"
496
497 builders:
498 - shell:
499 !include-raw-escape: scripts/common/scan-build.sh
500
501 publishers:
502 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
503 - html-publisher:
504 name: 'HTML Report'
505 dir: 'scan-build-archive/'
506 files: 'index.html'
507 - ircbot: *babeltrace_publisher_ircbot_defaults
508
509 - job-template:
510 name: babeltrace_{version}_coverity
511 defaults: babeltrace
512 node: 'bionic-amd64'
513
514 triggers:
515 - pollscm:
516 cron: "@daily"
517
518 wrappers:
519 - ansicolor: *babeltrace_wrapper_ansicolor_defaults
520 - timeout: *babeltrace_wrapper_timeout_defaults
521 - timestamps
522 - workspace-cleanup
523 - credentials-binding:
524 - username-password-separated:
525 credential-id: babeltrace_coverity_token
526 username: COVERITY_SCAN_PROJECT_NAME
527 password: COVERITY_SCAN_TOKEN
528
529 builders:
530 - shell:
531 !include-raw-escape: scripts/common/coverity.sh
532
533 publishers:
534 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
535 - archive:
536 artifacts: 'analysis-results.tgz,cov-int/**'
537 allow-empty: false
538 - ircbot: *babeltrace_publisher_ircbot_defaults
539
540 - job-template:
541 name: babeltrace_{version}_pylint
542 defaults: babeltrace
543 node: 'bionic-amd64'
544
545 triggers:
546 - pollscm:
547 cron: "@daily"
548
549 builders:
550 - shell:
551 !include-raw-escape: scripts/babeltrace/pylint.sh
552
553 publishers:
554 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
555 - archive:
556 artifacts: 'black.out,flake8.out'
557 allow-empty: false
558 - ircbot: *babeltrace_publisher_ircbot_defaults
559 - email-ext: *babeltrace_publisher_email-ext_defaults
560
561 - job-template:
562 name: '{job_prefix}babeltrace_{version}_glib-2.28.6'
563 defaults: babeltrace
564 node: 'bionic-amd64'
565
566 <<: *babeltrace_builders_glib-2-28-6
567 <<: *babeltrace_publishers_defaults
568
569
570 ## Views
571 - view-template:
572 name: 'Babeltrace'
573 view-type: list
574 regex: 'babeltrace[-_].*'
575
576
577 ## Projects
578 - project:
579 name: babeltrace2
580 job_prefix: ''
581 github_user: efficios
582 github_name: babeltrace
583 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
584 version:
585 - stable-2.0
586 - master
587 jobs:
588 - '{job_prefix}babeltrace_{version}_{buildtype}':
589 buildtype: linuxbuild
590 platforms: !!python/tuple [jammy-amd64]
591 builds: !!python/tuple [std, oot, dist, oot-dist]
592 confs: !!python/tuple [std, static, prod, min, doc, asan]
593 filter: '(build=="std") || (conf=="std") || (conf=="doc")'
594 touchstone: '(build == "std") && (conf == "std")'
595 - '{job_prefix}babeltrace_{version}_{buildtype}':
596 buildtype: build
597 platforms: !!python/tuple [bionic-amd64]
598 builds: !!python/tuple [std, oot, dist, oot-dist]
599 confs: !!python/tuple [std, static, prod, min, doc, asan]
600 filter: '(build=="std") || (conf=="std") || (conf=="doc")'
601 touchstone: '(build == "std") && (conf == "std")'
602 - '{job_prefix}babeltrace_{version}_{buildtype}':
603 buildtype: portbuild
604 platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386]
605 builds: !!python/tuple [std]
606 confs: !!python/tuple [std, prod]
607 filter: ''
608 touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'
609 - '{job_prefix}babeltrace_{version}_{buildtype}':
610 buildtype: slesbuild
611 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64]
612 builds: !!python/tuple [std]
613 confs: !!python/tuple [std, prod]
614 filter: ''
615 touchstone: ''
616 - '{job_prefix}babeltrace_{version}_{buildtype}':
617 buildtype: elbuild
618 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
619 builds: !!python/tuple [std]
620 confs: !!python/tuple [std, prod]
621 filter: ''
622 touchstone: ''
623 - '{job_prefix}babeltrace_{version}_{buildtype}':
624 buildtype: yoctobuild
625 platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64]
626 builds: !!python/tuple [std]
627 confs: !!python/tuple [std]
628 filter: ''
629 touchstone: ''
630 - '{job_prefix}babeltrace_{version}_{buildtype}':
631 buildtype: macosbuild
632 platforms: !!python/tuple [macos-amd64, macos-arm64]
633 builds: !!python/tuple [std]
634 confs: !!python/tuple [std, prod]
635 filter: ''
636 touchstone: ''
637 - '{job_prefix}babeltrace_{version}_{buildtype}':
638 buildtype: freebsdbuild
639 platforms: !!python/tuple [freebsd-amd64]
640 builds: !!python/tuple [std]
641 confs: !!python/tuple [std, prod]
642 filter: ''
643 touchstone: ''
644 - '{job_prefix}babeltrace_{version}_{buildtype}':
645 buildtype: winbuild
646 platforms: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64]
647 builds: !!python/tuple [std]
648 confs: !!python/tuple [std]
649 filter: ''
650 touchstone: ''
651 - 'babeltrace_{version}_{cctype}':
652 cctype: clangbuild
653 platforms: !!python/tuple [bionic-amd64]
654 builds: !!python/tuple [std]
655 confs: !!python/tuple [std, static, prod]
656 ccs: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7]
657 filter: ''
658 touchstone: ''
659 - 'babeltrace_{version}_release':
660 version: v2.0
661 - 'babeltrace_{version}_scan-build'
662 - 'babeltrace_{version}_pylint'
663 - 'babeltrace_{version}_coverity':
664 version: master
665 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
666 version: master
667
668 - project:
669 name: review-babeltrace
670 job_prefix: ''
671 github_user: efficios
672 github_name: babeltrace
673 version:
674 - stable-2.0
675 - master
676 jobs:
677 ## Master ##
678 - 'dev_review_babeltrace_{version}_{buildtype}':
679 version: master
680 buildtype: build
681 platforms: !!python/tuple [bionic-amd64]
682 builds: !!python/tuple [std, oot, dist, oot-dist]
683 confs: !!python/tuple [std, static, prod, min]
684 filter: ''
685 touchstone: ''
686 warnings_status: FAILED
687 - 'dev_review_babeltrace_{version}_{buildtype}':
688 version: master
689 buildtype: portbuild
690 platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386]
691 builds: !!python/tuple [std]
692 confs: !!python/tuple [std]
693 filter: ''
694 touchstone: ''
695 warnings_status: FAILED
696 - 'dev_review_babeltrace_{version}_{buildtype}':
697 version: master
698 buildtype: macosbuild
699 platforms: !!python/tuple [macos-amd64, macos-arm64]
700 builds: !!python/tuple [std]
701 confs: !!python/tuple [std, prod]
702 filter: ''
703 touchstone: ''
704 warnings_status: FAILED
705 - 'dev_review_babeltrace_{version}_{buildtype}':
706 version: master
707 buildtype: winbuild
708 platforms: !!python/tuple [cygwin64, msys2-mingw64]
709 builds: !!python/tuple [std]
710 confs: !!python/tuple [std]
711 filter: ''
712 touchstone: ''
713 warnings_status: FAILED
714
715 ## Stable 2.0 ##
716 - 'dev_review_babeltrace_{version}_{buildtype}':
717 version: stable-2.0
718 buildtype: build
719 platforms: !!python/tuple [bionic-amd64]
720 builds: !!python/tuple [std, oot, dist, oot-dist]
721 confs: !!python/tuple [std, static, prod, min]
722 filter: ''
723 touchstone: ''
724 warnings_status: WARNING
725 - 'dev_review_babeltrace_{version}_{buildtype}':
726 version: stable-2.0
727 buildtype: portbuild
728 platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386]
729 builds: !!python/tuple [std]
730 confs: !!python/tuple [std]
731 filter: ''
732 touchstone: ''
733 warnings_status: WARNING
734 - 'dev_review_babeltrace_{version}_{buildtype}':
735 version: stable-2.0
736 buildtype: macosbuild
737 platforms: !!python/tuple [macos-amd64, macos-arm64]
738 builds: !!python/tuple [std]
739 confs: !!python/tuple [std, prod]
740 filter: ''
741 touchstone: ''
742 warnings_status: WARNING
743 - 'dev_review_babeltrace_{version}_{buildtype}':
744 version: stable-2.0
745 buildtype: winbuild
746 platforms: !!python/tuple [cygwin64, msys2-mingw64]
747 builds: !!python/tuple [std]
748 confs: !!python/tuple [std]
749 filter: ''
750 touchstone: ''
751 warnings_status: WARNING
752
753 ## ALL ##
754 - 'dev_review_babeltrace_{version}_smokebuild':
755 platforms: !!python/tuple [jammy-amd64]
756 builds: !!python/tuple [oot-dist]
757 confs: !!python/tuple [std]
758 filter: ''
759 touchstone: ''
760 - 'dev_review_babeltrace_{version}_check-format'
761 - 'dev_review_babeltrace_{version}_pylint'
762
763
764 - project:
765 name: dev_upstream_babeltrace
766 job_prefix: dev_upstream_
767 github_user: efficios
768 github_name: babeltrace
769 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
770 version:
771 - stable-1.5
772 jobs:
773 - '{job_prefix}babeltrace_{version}_{buildtype}':
774 buildtype: linuxbuild
775 platforms: !!python/tuple [jammy-amd64]
776 builds: !!python/tuple [std, oot, dist, oot-dist]
777 confs: !!python/tuple [std, static, python-bindings]
778 filter: ''
779 touchstone: '(build == "std") && (conf == "std")'
780 - '{job_prefix}babeltrace_{version}_{buildtype}':
781 buildtype: portbuild
782 platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb12-ppc64el, deb11-i386]
783 builds: !!python/tuple [std]
784 confs: !!python/tuple [std, python-bindings]
785 filter: ''
786 touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'
787 - '{job_prefix}babeltrace_{version}_{buildtype}':
788 buildtype: slesbuild
789 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64]
790 builds: !!python/tuple [std]
791 confs: !!python/tuple [std]
792 filter: ''
793 touchstone: ''
794 - '{job_prefix}babeltrace_{version}_{buildtype}':
795 buildtype: elbuild
796 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
797 builds: !!python/tuple [std]
798 confs: !!python/tuple [std]
799 filter: ''
800 touchstone: ''
801 - 'babeltrace_{version}_release':
802 version: v1.5
803
804
805 - project:
806 name: babeltrace-jgalar-staging
807 job_prefix: 'dev_jgalar_'
808 github_user: jgalar
809 github_name: babeltrace
810 email_to: "jgalar@efficios.com"
811 version:
812 - stable-1.5-staging
813 jobs:
814 - '{job_prefix}babeltrace_{version}_{buildtype}':
815 buildtype: build
816 platforms: !!python/tuple [bionic-amd64]
817 builds: !!python/tuple [std, oot, dist, oot-dist]
818 confs: !!python/tuple [std, static, python-bindings]
819 filter: ''
820 touchstone: ''
821 - '{job_prefix}babeltrace_{version}_{buildtype}':
822 buildtype: macosbuild
823 platforms: !!python/tuple [macos-amd64, macos-arm64]
824 builds: !!python/tuple [std]
825 confs: !!python/tuple [std]
826 filter: ''
827 touchstone: ''
828
829
830 - project:
831 name: babeltrace2-jgalar-staging
832 job_prefix: 'dev_jgalar_'
833 github_user: jgalar
834 github_name: babeltrace
835 email_to: "jgalar@efficios.com"
836 version:
837 - stable-2.0-staging
838 - master-staging
839 jobs:
840 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
841 version:
842 - master-staging
843 - '{job_prefix}babeltrace_{version}_{buildtype}':
844 buildtype: build
845 platforms: !!python/tuple [bionic-amd64]
846 builds: !!python/tuple [std, oot, dist, oot-dist]
847 confs: !!python/tuple [std, static, prod, min]
848 filter: ''
849 touchstone: ''
850 - '{job_prefix}babeltrace_{version}_{buildtype}':
851 buildtype: macosbuild
852 platforms: !!python/tuple [macos-amd64, macos-arm64]
853 builds: !!python/tuple [std]
854 confs: !!python/tuple [std, prod]
855 filter: ''
856 touchstone: ''
857
858 - project:
859 name: babeltrace2-mjeanson
860 job_prefix: 'dev_mjeanson_'
861 github_user: efficios
862 github_name: babeltrace
863 email_to: "mjeanson@efficios.com"
864 version:
865 - master
866 jobs:
867 - '{job_prefix}babeltrace_{version}_{buildtype}':
868 buildtype: portbuild
869 platforms: !!python/tuple [sid-riscv64]
870 builds: !!python/tuple [std]
871 confs: !!python/tuple [std, prod]
872 filter: ''
873 touchstone: ''
874
875 - project:
876 name: babeltrace-views
877 views:
878 - Babeltrace
This page took 0.04546 seconds and 5 git commands to generate.