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