ansible: Enable RDP and allow pings on windows CI hosts
[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-ucrt64'
113 steps:
114 - inject:
115 properties-content: 'MSYSTEM=UCRT64'
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 {% else %}
123 - shell:
124 !include-raw-escape:
125 - scripts/common/print.sh
126 - scripts/babeltrace/build.sh
127 {% endif %}
128
129 # Use - in version number since yaml anchor do not support dot
130 - job-template: &babeltrace_builders_glib-2-28-6
131 name: 'babeltrace_builders_glib-2-28-6'
132 builders:
133 - inject:
134 properties-content: |
135 LD_LIBRARY_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib
136 PKG_CONFIG_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib/pkgconfig
137 platform=deb12-amd64
138 conf=std
139 build=std
140 - shell: |
141 curl -OL 'https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.6.tar.gz'
142 tar xf glib-2.28.6.tar.gz
143 cd glib-2.28.6
144 sed -i 's/sys\/types\.h/sys\/sysmacros\.h/' gio/gdbusmessage.c # Fix build failure with recent glibc
145 mkdir BUILD_RESULT
146 ./configure --prefix=$WORKSPACE/glib-2.28.6/BUILD_RESULT
147 make -j `nproc` >/dev/null 2>&1 # Hide warnings
148 make install
149 - shell:
150 !include-raw-escape:
151 - scripts/common/print.sh
152 - scripts/babeltrace/build.sh
153
154 - job-template: &babeltrace_publishers_defaults
155 name: 'babeltrace_publishers_defaults'
156 publishers:
157 - tap: &babeltrace_publisher_tap_defaults
158 results: 'tap/**/*.log'
159 fail-if-no-results: true
160 failed-tests-mark-build-as-failure: true
161 include-comment-diagnostics: true
162 output-tap-to-console: false
163 todo-is-failure: false
164 - raw: &babeltrace_publisher_warnings-ng_defaults
165 xml: |
166 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
167 <analysisTools>
168 <io.jenkins.plugins.analysis.warnings.Gcc4>
169 <id/>
170 <name/>
171 <jenkins plugin="plugin-util-api"/>
172 <pattern/>
173 <reportEncoding/>
174 <skipSymbolicLinks>false</skipSymbolicLinks>
175 </io.jenkins.plugins.analysis.warnings.Gcc4>
176 </analysisTools>
177 <sourceCodeEncoding/>
178 <sourceDirectory/>
179 <sourceDirectories/>
180 <ignoreQualityGate>false</ignoreQualityGate>
181 <ignoreFailedBuilds>true</ignoreFailedBuilds>
182 <failOnError>false</failOnError>
183 <healthy>0</healthy>
184 <unhealthy>0</unhealthy>
185 <minimumSeverity plugin="analysis-model-api">
186 <name>LOW</name>
187 </minimumSeverity>
188 <filters/>
189 <isEnabledForFailure>true</isEnabledForFailure>
190 <isAggregatingResults>true</isAggregatingResults>
191 <isBlameDisabled>false</isBlameDisabled>
192 <skipPublishingChecks>true</skipPublishingChecks>
193 <publishAllIssues>false</publishAllIssues>
194 <qualityGates>
195 <io.jenkins.plugins.analysis.core.util.QualityGate>
196 <threshold>1</threshold>
197 <type>TOTAL</type>
198 <status>WARNING</status>
199 </io.jenkins.plugins.analysis.core.util.QualityGate>
200 </qualityGates>
201 <trendChartType>AGGREGATION_TOOLS</trendChartType>
202 <scm/>
203 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
204 - archive: &babeltrace_publisher_archive_defaults
205 artifacts: 'build/**,tap/**,log/**'
206 follow-symlinks: true
207 allow-empty: false
208 - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults
209 clean-if:
210 - failure: false
211 - ircbot: &babeltrace_publisher_ircbot_defaults
212 strategy: statechange-only
213 message-type: summary
214 matrix-notifier: only-parent
215 - email-ext: &babeltrace_publisher_email-ext_defaults
216 recipients: '{obj:email_to}'
217 reply-to: ci-notification@lists.lttng.org
218 always: false
219 unstable: false
220 first-failure: true
221 first-unstable: true
222 not-built: false
223 aborted: false
224 regression: false
225 failure: false
226 second-failure: false
227 improvement: false
228 still-failing: false
229 success: false
230 fixed: false
231 fixed-unhealthy: true
232 still-unstable: false
233 pre-build: false
234 matrix-trigger: only-parent
235 send-to:
236 - recipients
237
238 - job-template: &babeltrace_publishers_review
239 name: 'babeltrace_publishers_review'
240 publishers:
241 - tap: *babeltrace_publisher_tap_defaults
242 # Fail job on any compiler warnings
243 - raw:
244 xml: |
245 <io.jenkins.plugins.analysis.core.steps.IssuesRecorder plugin="warnings-ng">
246 <analysisTools>
247 <io.jenkins.plugins.analysis.warnings.Gcc4>
248 <id/>
249 <name/>
250 <jenkins plugin="plugin-util-api"/>
251 <pattern/>
252 <reportEncoding/>
253 <skipSymbolicLinks>false</skipSymbolicLinks>
254 </io.jenkins.plugins.analysis.warnings.Gcc4>
255 </analysisTools>
256 <sourceCodeEncoding/>
257 <sourceDirectory/>
258 <sourceDirectories/>
259 <ignoreQualityGate>false</ignoreQualityGate>
260 <ignoreFailedBuilds>true</ignoreFailedBuilds>
261 <failOnError>false</failOnError>
262 <healthy>0</healthy>
263 <unhealthy>0</unhealthy>
264 <minimumSeverity plugin="analysis-model-api">
265 <name>LOW</name>
266 </minimumSeverity>
267 <filters/>
268 <isEnabledForFailure>true</isEnabledForFailure>
269 <isAggregatingResults>true</isAggregatingResults>
270 <isBlameDisabled>false</isBlameDisabled>
271 <skipPublishingChecks>true</skipPublishingChecks>
272 <publishAllIssues>false</publishAllIssues>
273 <qualityGates>
274 <io.jenkins.plugins.analysis.core.util.QualityGate>
275 <threshold>1</threshold>
276 <type>TOTAL</type>
277 <status>{warnings_status}</status>
278 </io.jenkins.plugins.analysis.core.util.QualityGate>
279 </qualityGates>
280 <trendChartType>AGGREGATION_TOOLS</trendChartType>
281 <scm/>
282 </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
283 - archive: *babeltrace_publisher_archive_defaults
284 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
285
286
287 ## Job Templates
288
289 - job-template:
290 name: '{job_prefix}babeltrace_{version}_{buildtype}'
291 defaults: babeltrace
292
293 <<: *babeltrace_matrix_axes_defaults
294 <<: *babeltrace_builders_defaults
295 <<: *babeltrace_publishers_defaults
296
297 - job-template:
298 name: babeltrace_{version}_{cctype}
299 defaults: babeltrace
300
301 <<: *babeltrace_matrix_axes_cc
302 <<: *babeltrace_builders_defaults
303 <<: *babeltrace_publishers_defaults
304
305 - job-template:
306 name: 'dev_review_babeltrace_{version}_{buildtype}'
307 defaults: babeltrace
308 concurrent: true
309
310 scm:
311 - git: &babeltrace_scm_git_review
312 url: https://review.lttng.org/babeltrace
313 refspec: 'refs/changes/*:refs/changes/*'
314 branches:
315 - '$GERRIT_REFSPEC'
316 basedir: src/babeltrace
317 skip-tag: true
318
319 triggers:
320 - gerrit: &babeltrace_trigger_gerrit_defaults
321 trigger-on:
322 - comment-added-event:
323 approval-category: 'CI-Build'
324 approval-value: 1
325 projects:
326 - project-compare-type: 'PLAIN'
327 project-pattern: 'babeltrace'
328 branches:
329 - branch-compare-type: 'PLAIN'
330 branch-pattern: '{version}'
331
332 properties:
333 - inject:
334 properties-content: |
335 PROJECT_NAME=babeltrace
336 - build-discarder:
337 days-to-keep: 1
338 - throttle:
339 option: 'category'
340 categories:
341 - 'gerrit-{buildtype}'
342
343 <<: *babeltrace_matrix_axes_defaults
344 <<: *babeltrace_builders_defaults
345 <<: *babeltrace_publishers_review
346
347 - job-template:
348 name: 'dev_review_babeltrace_{version}_lint'
349 defaults: babeltrace
350 concurrent: true
351
352 scm:
353 - git: *babeltrace_scm_git_review
354
355 triggers:
356 - gerrit: *babeltrace_trigger_gerrit_defaults
357
358 node: 'deb12-amd64'
359
360 builders:
361 - shell:
362 !include-raw-escape: scripts/babeltrace/lint.sh
363
364 properties:
365 - inject:
366 properties-content: |
367 PROJECT_NAME=babeltrace
368 - build-discarder:
369 days-to-keep: 1
370
371 publishers:
372 - archive:
373 artifacts: 'black.out,flake8.out,isort.out,clang-format.out,shellcheck.out'
374 allow-empty: false
375 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
376
377 - job-template:
378 name: 'dev_review_babeltrace_{version}_smokebuild'
379 defaults: babeltrace
380 concurrent: true
381
382 scm:
383 - git: *babeltrace_scm_git_review
384
385 triggers:
386 - gerrit: &babeltrace_trigger_gerrit_smoke
387 trigger-on:
388 - comment-added-event:
389 approval-category: 'Smoke-Build-Lvl1'
390 approval-value: 1
391 projects:
392 - project-compare-type: 'PLAIN'
393 project-pattern: 'babeltrace'
394 branches:
395 - branch-compare-type: 'PLAIN'
396 branch-pattern: '{version}'
397 skip-vote:
398 successful: true
399 failed: true
400 unstable: true
401 notbuilt: true
402 aborted: true
403
404 properties:
405 - inject:
406 properties-content: |
407 PROJECT_NAME=babeltrace
408 BABELTRACE_RUN_TESTS=no
409 - build-discarder:
410 days-to-keep: 1
411
412 <<: *babeltrace_matrix_axes_defaults
413 <<: *babeltrace_builders_defaults
414
415 publishers:
416 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
417
418 - job-template:
419 name: 'dev_review_babeltrace_{version}_check-format'
420 defaults: babeltrace
421 concurrent: true
422
423 scm:
424 - git: *babeltrace_scm_git_review
425
426 triggers:
427 - gerrit: *babeltrace_trigger_gerrit_smoke
428
429 node: 'deb12-amd64'
430
431 builders:
432 - shell:
433 !include-raw-escape: scripts/common/check-format.sh
434
435 properties:
436 - inject:
437 properties-content: |
438 PROJECT_NAME=babeltrace
439 - build-discarder:
440 days-to-keep: 1
441
442 publishers:
443 - archive:
444 artifacts: 'clang-format-fixes.diff'
445 allow-empty: true
446 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
447
448 - job-template:
449 name: babeltrace_{version}_release
450 defaults: babeltrace
451 node: 'deb12-amd64'
452
453 triggers:
454 - pollscm:
455 cron: "@daily"
456
457 scm:
458 - git:
459 <<: *babeltrace_scm_git_default
460 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
461 branches:
462 - '*/tags/{version}.*'
463
464 builders:
465 - shell:
466 !include-raw-escape: scripts/babeltrace/release.sh
467
468 publishers:
469 - tap: *babeltrace_publisher_tap_defaults
470 - raw: *babeltrace_publisher_warnings-ng_defaults
471 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
472 - archive:
473 artifacts: 'out/**,tap/**'
474 allow-empty: false
475 fingerprint: true
476 - ircbot: *babeltrace_publisher_ircbot_defaults
477
478 - job-template:
479 name: babeltrace_{version}_scan-build
480 defaults: babeltrace
481 node: 'deb12-amd64'
482
483 triggers:
484 - pollscm:
485 cron: "@daily"
486
487 builders:
488 - shell:
489 !include-raw-escape: scripts/common/scan-build.sh
490
491 publishers:
492 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
493 - html-publisher:
494 name: 'HTML Report'
495 dir: 'scan-build-archive/'
496 files: 'index.html'
497 - ircbot: *babeltrace_publisher_ircbot_defaults
498
499 - job-template:
500 name: babeltrace_{version}_coverity
501 defaults: babeltrace
502 node: 'deb12-amd64'
503
504 triggers:
505 - pollscm:
506 cron: "@daily"
507
508 wrappers:
509 - ansicolor: *babeltrace_wrapper_ansicolor_defaults
510 - timeout: *babeltrace_wrapper_timeout_defaults
511 - timestamps
512 - workspace-cleanup
513 - credentials-binding:
514 - username-password-separated:
515 credential-id: babeltrace_coverity_token
516 username: COVERITY_SCAN_PROJECT_NAME
517 password: COVERITY_SCAN_TOKEN
518
519 builders:
520 - shell:
521 !include-raw-escape: scripts/common/coverity.sh
522
523 publishers:
524 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
525 - archive:
526 artifacts: 'analysis-results.tgz,cov-int/**'
527 allow-empty: false
528 - ircbot: *babeltrace_publisher_ircbot_defaults
529
530 - job-template:
531 name: babeltrace_{version}_lint
532 defaults: babeltrace
533 node: 'deb12-amd64'
534
535 triggers:
536 - pollscm:
537 cron: "@daily"
538
539 builders:
540 - shell:
541 !include-raw-escape: scripts/babeltrace/lint.sh
542
543 publishers:
544 - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults
545 - archive:
546 artifacts: 'black.out,flake8.out,isort.out,clang-format.out,shellcheck.out'
547 allow-empty: false
548 - ircbot: *babeltrace_publisher_ircbot_defaults
549 - email-ext: *babeltrace_publisher_email-ext_defaults
550
551 - job-template:
552 name: '{job_prefix}babeltrace_{version}_glib-2.28.6'
553 defaults: babeltrace
554 node: 'deb12-amd64'
555
556 <<: *babeltrace_builders_glib-2-28-6
557 <<: *babeltrace_publishers_defaults
558
559
560 ## Views
561 - view-template:
562 name: 'Babeltrace'
563 view-type: list
564 regex: 'babeltrace[-_].*'
565
566
567 ## Projects
568 - project:
569 name: babeltrace2
570 job_prefix: ''
571 github_user: efficios
572 github_name: babeltrace
573 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
574 version:
575 - stable-2.0
576 - master
577 jobs:
578 - '{job_prefix}babeltrace_{version}_{buildtype}':
579 buildtype: linuxbuild
580 platforms: !!python/tuple [deb12-amd64]
581 builds: !!python/tuple [std, oot, dist, oot-dist]
582 confs: !!python/tuple [std, static, prod, min, doc, asan]
583 filter: '(build=="std") || (conf=="std") || (conf=="doc")'
584 touchstone: '(build == "std") && (conf == "std")'
585 - '{job_prefix}babeltrace_{version}_{buildtype}':
586 buildtype: portbuild
587 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
588 builds: !!python/tuple [std]
589 confs: !!python/tuple [std, prod]
590 filter: ''
591 touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")'
592 - '{job_prefix}babeltrace_{version}_{buildtype}':
593 buildtype: slesbuild
594 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64]
595 builds: !!python/tuple [std]
596 confs: !!python/tuple [std, prod]
597 filter: ''
598 touchstone: ''
599 - '{job_prefix}babeltrace_{version}_{buildtype}':
600 buildtype: elbuild
601 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64]
602 builds: !!python/tuple [std]
603 confs: !!python/tuple [std, prod]
604 filter: ''
605 touchstone: ''
606 - '{job_prefix}babeltrace_{version}_{buildtype}':
607 buildtype: yoctobuild
608 platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64]
609 builds: !!python/tuple [std]
610 confs: !!python/tuple [std]
611 filter: ''
612 touchstone: ''
613 - '{job_prefix}babeltrace_{version}_{buildtype}':
614 buildtype: macosbuild
615 platforms: !!python/tuple [macos-arm64]
616 builds: !!python/tuple [std]
617 confs: !!python/tuple [std, prod]
618 filter: ''
619 touchstone: ''
620 - '{job_prefix}babeltrace_{version}_{buildtype}':
621 buildtype: freebsdbuild
622 platforms: !!python/tuple [freebsd-amd64]
623 builds: !!python/tuple [std]
624 confs: !!python/tuple [std, prod]
625 filter: ''
626 touchstone: ''
627 - '{job_prefix}babeltrace_{version}_{buildtype}':
628 buildtype: winbuild
629 platforms: !!python/tuple [cygwin64, msys2-ucrt64]
630 builds: !!python/tuple [std]
631 confs: !!python/tuple [std]
632 filter: ''
633 touchstone: ''
634 - 'babeltrace_{version}_{cctype}':
635 cctype: clangbuild
636 platforms: !!python/tuple [deb12-amd64]
637 builds: !!python/tuple [std]
638 confs: !!python/tuple [std, static, prod]
639 ccs: !!python/tuple [clang-13, clang-14, clang-15]
640 filter: ''
641 touchstone: ''
642 - 'babeltrace_{version}_release':
643 version: v2.0
644 - 'babeltrace_{version}_scan-build'
645 - 'babeltrace_{version}_lint'
646 - 'babeltrace_{version}_coverity':
647 version: master
648 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
649 version: master
650
651 - project:
652 name: review-babeltrace
653 job_prefix: ''
654 github_user: efficios
655 github_name: babeltrace
656 version:
657 - stable-2.0
658 - ctf2
659 - master
660 jobs:
661 ## Master ##
662 - 'dev_review_babeltrace_{version}_{buildtype}':
663 version: master
664 buildtype: linuxbuild
665 platforms: !!python/tuple [deb12-amd64]
666 builds: !!python/tuple [std, oot, dist, oot-dist]
667 confs: !!python/tuple [std, static, prod, min]
668 filter: ''
669 touchstone: ''
670 warnings_status: FAILED
671 - 'dev_review_babeltrace_{version}_{buildtype}':
672 version: master
673 buildtype: portbuild
674 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
675 builds: !!python/tuple [std]
676 confs: !!python/tuple [std]
677 filter: ''
678 touchstone: ''
679 warnings_status: FAILED
680 - 'dev_review_babeltrace_{version}_{buildtype}':
681 version: master
682 buildtype: macosbuild
683 platforms: !!python/tuple [macos-arm64]
684 builds: !!python/tuple [std]
685 confs: !!python/tuple [std, prod]
686 filter: ''
687 touchstone: ''
688 warnings_status: FAILED
689 - 'dev_review_babeltrace_{version}_{buildtype}':
690 version: master
691 buildtype: winbuild
692 platforms: !!python/tuple [cygwin64, msys2-ucrt64]
693 builds: !!python/tuple [std]
694 confs: !!python/tuple [std]
695 filter: ''
696 touchstone: ''
697 warnings_status: FAILED
698
699 ## ctf2 temp branch ##
700 - 'dev_review_babeltrace_{version}_{buildtype}':
701 version: ctf2
702 buildtype: linuxbuild
703 platforms: !!python/tuple [deb12-amd64]
704 builds: !!python/tuple [std, oot, dist, oot-dist]
705 confs: !!python/tuple [std, static, prod, min]
706 filter: ''
707 touchstone: ''
708 warnings_status: FAILED
709 - 'dev_review_babeltrace_{version}_{buildtype}':
710 version: ctf2
711 buildtype: portbuild
712 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
713 builds: !!python/tuple [std]
714 confs: !!python/tuple [std]
715 filter: ''
716 touchstone: ''
717 warnings_status: FAILED
718 - 'dev_review_babeltrace_{version}_{buildtype}':
719 version: ctf2
720 buildtype: macosbuild
721 platforms: !!python/tuple [macos-arm64]
722 builds: !!python/tuple [std]
723 confs: !!python/tuple [std, prod]
724 filter: ''
725 touchstone: ''
726 warnings_status: FAILED
727 - 'dev_review_babeltrace_{version}_{buildtype}':
728 version: ctf2
729 buildtype: winbuild
730 platforms: !!python/tuple [cygwin64, msys2-ucrt64]
731 builds: !!python/tuple [std]
732 confs: !!python/tuple [std]
733 filter: ''
734 touchstone: ''
735 warnings_status: FAILED
736
737 ## Stable 2.0 ##
738 - 'dev_review_babeltrace_{version}_{buildtype}':
739 version: stable-2.0
740 buildtype: linuxbuild
741 platforms: !!python/tuple [deb12-amd64]
742 builds: !!python/tuple [std, oot, dist, oot-dist]
743 confs: !!python/tuple [std, static, prod, min]
744 filter: ''
745 touchstone: ''
746 warnings_status: WARNING
747 - 'dev_review_babeltrace_{version}_{buildtype}':
748 version: stable-2.0
749 buildtype: portbuild
750 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
751 builds: !!python/tuple [std]
752 confs: !!python/tuple [std]
753 filter: ''
754 touchstone: ''
755 warnings_status: WARNING
756 - 'dev_review_babeltrace_{version}_{buildtype}':
757 version: stable-2.0
758 buildtype: macosbuild
759 platforms: !!python/tuple [macos-arm64]
760 builds: !!python/tuple [std]
761 confs: !!python/tuple [std, prod]
762 filter: ''
763 touchstone: ''
764 warnings_status: WARNING
765 - 'dev_review_babeltrace_{version}_{buildtype}':
766 version: stable-2.0
767 buildtype: winbuild
768 platforms: !!python/tuple [cygwin64, msys2-ucrt64]
769 builds: !!python/tuple [std]
770 confs: !!python/tuple [std]
771 filter: ''
772 touchstone: ''
773 warnings_status: WARNING
774
775 ## ALL ##
776 - 'dev_review_babeltrace_{version}_smokebuild':
777 platforms: !!python/tuple [deb12-amd64]
778 builds: !!python/tuple [oot-dist]
779 confs: !!python/tuple [std]
780 filter: ''
781 touchstone: ''
782 - 'dev_review_babeltrace_{version}_check-format'
783 - 'dev_review_babeltrace_{version}_lint'
784
785
786 - project:
787 name: dev_upstream_babeltrace
788 job_prefix: dev_upstream_
789 github_user: efficios
790 github_name: babeltrace
791 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
792 version:
793 - stable-1.5
794 jobs:
795 - '{job_prefix}babeltrace_{version}_{buildtype}':
796 buildtype: linuxbuild
797 platforms: !!python/tuple [deb12-amd64]
798 builds: !!python/tuple [std, oot, dist, oot-dist]
799 confs: !!python/tuple [std, static, python-bindings]
800 filter: ''
801 touchstone: '(build == "std") && (conf == "std")'
802 - '{job_prefix}babeltrace_{version}_{buildtype}':
803 buildtype: portbuild
804 platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
805 builds: !!python/tuple [std]
806 confs: !!python/tuple [std, python-bindings]
807 filter: ''
808 touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")'
809 - '{job_prefix}babeltrace_{version}_{buildtype}':
810 buildtype: slesbuild
811 platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64]
812 builds: !!python/tuple [std]
813 confs: !!python/tuple [std]
814 filter: ''
815 touchstone: ''
816 - '{job_prefix}babeltrace_{version}_{buildtype}':
817 buildtype: elbuild
818 platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
819 builds: !!python/tuple [std]
820 confs: !!python/tuple [std]
821 filter: ''
822 touchstone: ''
823 - 'babeltrace_{version}_release':
824 version: v1.5
825
826
827 - project:
828 name: babeltrace-jgalar-staging
829 job_prefix: 'dev_jgalar_'
830 github_user: jgalar
831 github_name: babeltrace
832 email_to: "jgalar@efficios.com"
833 version:
834 - stable-1.5-staging
835 jobs:
836 - '{job_prefix}babeltrace_{version}_{buildtype}':
837 buildtype: linuxbuild
838 platforms: !!python/tuple [deb12-amd64]
839 builds: !!python/tuple [std, oot, dist, oot-dist]
840 confs: !!python/tuple [std, static, python-bindings]
841 filter: ''
842 touchstone: ''
843 - '{job_prefix}babeltrace_{version}_{buildtype}':
844 buildtype: macosbuild
845 platforms: !!python/tuple [macos-arm64]
846 builds: !!python/tuple [std]
847 confs: !!python/tuple [std]
848 filter: ''
849 touchstone: ''
850
851
852 - project:
853 name: babeltrace2-jgalar-staging
854 job_prefix: 'dev_jgalar_'
855 github_user: jgalar
856 github_name: babeltrace
857 email_to: "jgalar@efficios.com"
858 version:
859 - stable-2.0-staging
860 - master-staging
861 jobs:
862 - '{job_prefix}babeltrace_{version}_glib-2.28.6':
863 version:
864 - master-staging
865 - '{job_prefix}babeltrace_{version}_{buildtype}':
866 buildtype: linuxbuild
867 platforms: !!python/tuple [deb12-amd64]
868 builds: !!python/tuple [std, oot, dist, oot-dist]
869 confs: !!python/tuple [std, static, prod, min]
870 filter: ''
871 touchstone: ''
872 - '{job_prefix}babeltrace_{version}_{buildtype}':
873 buildtype: macosbuild
874 platforms: !!python/tuple [macos-arm64]
875 builds: !!python/tuple [std]
876 confs: !!python/tuple [std, prod]
877 filter: ''
878 touchstone: ''
879
880
881 - project:
882 name: babeltrace-views
883 views:
884 - Babeltrace
This page took 0.047037 seconds and 4 git commands to generate.