jjb: babeltrace: move unsupported branches to 'dev_' namespace
[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
19 - timeout:
20 timeout: 20
21 fail: true
22 type: no-activity
23 - timestamps
24 - workspace-cleanup:
25 clean-if:
26 - failure: false
27
28 scm:
29 - git:
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: 2
48 - github:
49 url: https://github.com/{github_user}/{github_name}
50
51
52 ## Anchors
53 - babeltrace_build_axes_defaults: &babeltrace_build_axes_defaults
54 name: 'babeltrace_build_axes_defaults'
55 project-type: matrix
56 node: 'master' # Applies only to matrix flyweight task
57 axes:
58 - axis:
59 type: slave
60 name: arch
61 values: '{obj:arch}'
62 - axis:
63 type: user-defined
64 name: conf
65 values: '{obj:conf}'
66 - axis:
67 type: user-defined
68 name: build
69 values: '{obj:build}'
70
71 - babeltrace_build_axes_cc: &babeltrace_build_axes_cc
72 name: 'babeltrace_build_axes_cc'
73 project-type: matrix
74 node: 'master' # Applies only to matrix flyweight task
75 axes:
76 - axis:
77 type: slave
78 name: arch
79 values: '{obj:arch}'
80 - axis:
81 type: user-defined
82 name: conf
83 values: '{obj:conf}'
84 - axis:
85 type: user-defined
86 name: build
87 values: '{obj:build}'
88 - axis:
89 type: user-defined
90 name: cc
91 values: '{obj:cc}'
92
93 - babeltrace_build_builders_defaults: &babeltrace_build_builders_defaults
94 name: 'babeltrace_build_builders_defaults'
95 builders:
96 - shell:
97 !include-raw-escape:
98 - scripts/common/print.sh
99 - scripts/babeltrace/build.sh
100
101 - babeltrace_build_builders_win: &babeltrace_build_builders_win
102 name: 'babeltrace_build_builders_win'
103 builders:
104 - conditional-step:
105 condition-kind: strings-match
106 on-evaluation-failure: run
107 condition-string1: '${{arch}}'
108 condition-string2: 'cygwin64'
109 steps:
110 - shell:
111 !include-raw-escape:
112 - scripts/common/cygwin64-shebang
113 - scripts/common/cygpath-prefix
114 - scripts/common/print.sh
115 - scripts/babeltrace/build.sh
116 - conditional-step:
117 condition-kind: strings-match
118 on-evaluation-failure: run
119 condition-string1: '${{arch}}'
120 condition-string2: 'msys2-mingw32'
121 steps:
122 - inject:
123 properties-content: 'MSYSTEM=MINGW32'
124 - shell:
125 !include-raw-escape:
126 - scripts/common/msys2-shebang
127 - scripts/common/cygpath-prefix
128 - scripts/common/print.sh
129 - scripts/babeltrace/build.sh
130 - conditional-step:
131 condition-kind: strings-match
132 on-evaluation-failure: run
133 condition-string1: '${{arch}}'
134 condition-string2: 'msys2-mingw64'
135 steps:
136 - inject:
137 properties-content: 'MSYSTEM=MINGW64'
138 - shell:
139 !include-raw-escape:
140 - scripts/common/msys2-shebang
141 - scripts/common/cygpath-prefix
142 - scripts/common/print.sh
143 - scripts/babeltrace/build.sh
144
145
146 - babeltrace_build_publishers_dev: &babeltrace_build_publishers_dev
147 name: 'babeltrace_build_publishers_dev'
148 publishers:
149 - tap:
150 results: 'tap/**/*.log'
151 fail-if-no-results: true
152 failed-tests-mark-build-as-failure: true
153 todo-is-failure: false
154 - warnings:
155 console-log-parsers:
156 - 'GNU Make + GNU C Compiler (gcc)'
157 total-thresholds:
158 unstable:
159 total-all: 0
160 total-high: 0
161 total-normal: 0
162 total-low: 0
163 - archive:
164 artifacts: 'tap/**'
165 allow-empty: false
166 - email-ext:
167 recipients: '{obj:email_to}'
168 always: false
169 unstable: false
170 first-failure: true
171 first-unstable: true
172 not-built: false
173 aborted: false
174 regression: false
175 failure: false
176 second-failure: false
177 improvement: false
178 still-failing: false
179 success: false
180 fixed: false
181 fixed-unhealthy: true
182 still-unstable: false
183 pre-build: false
184 matrix-trigger: only-parent
185 send-to:
186 - recipients
187
188
189 - babeltrace_build_publishers_prod: &babeltrace_build_publishers_prod
190 name: 'babeltrace_build_publishers_prod'
191 publishers:
192 - tap:
193 results: 'tap/**/*.log'
194 fail-if-no-results: true
195 failed-tests-mark-build-as-failure: true
196 todo-is-failure: false
197 - warnings:
198 console-log-parsers:
199 - 'GNU Make + GNU C Compiler (gcc)'
200 total-thresholds:
201 unstable:
202 total-all: 0
203 total-high: 0
204 total-normal: 0
205 total-low: 0
206 - archive:
207 artifacts: 'build/**,tap/**'
208 allow-empty: false
209 - email-ext:
210 recipients: '{obj:email_to}'
211 reply-to: ci-notification@lists.lttng.org
212 always: false
213 unstable: false
214 first-failure: true
215 first-unstable: true
216 not-built: false
217 aborted: false
218 regression: false
219 failure: false
220 second-failure: false
221 improvement: false
222 still-failing: false
223 success: false
224 fixed: false
225 fixed-unhealthy: true
226 still-unstable: false
227 pre-build: false
228 matrix-trigger: only-parent
229 send-to:
230 - recipients
231
232 - babeltrace_build_publishers_gerrit: &babeltrace_build_publishers_gerrit
233 name: 'babeltrace_build_publishers_gerrit'
234 publishers:
235 - tap:
236 results: 'tap/**/*.log'
237 fail-if-no-results: true
238 failed-tests-mark-build-as-failure: true
239 todo-is-failure: false
240 - warnings:
241 console-log-parsers:
242 - 'GNU Make + GNU C Compiler (gcc)'
243 total-thresholds:
244 failed:
245 total-all: 0
246 total-high: 0
247 total-normal: 0
248 total-low: 0
249 - archive:
250 artifacts: 'build/**,tap/**'
251 allow-empty: false
252
253
254 ## Templates
255
256 - job-template:
257 name: babeltrace_{version}_{buildtype}
258 defaults: babeltrace
259
260 <<: *babeltrace_build_axes_defaults
261 <<: *babeltrace_build_builders_defaults
262 <<: *babeltrace_build_publishers_prod
263
264 - job-template:
265 name: '{job_prefix}babeltrace_{version}_{buildtype}'
266 defaults: babeltrace
267
268 <<: *babeltrace_build_axes_defaults
269 <<: *babeltrace_build_builders_defaults
270 <<: *babeltrace_build_publishers_prod
271
272 - job-template:
273 name: babeltrace_{version}_{cctype}
274 defaults: babeltrace
275
276 <<: *babeltrace_build_axes_cc
277 <<: *babeltrace_build_builders_defaults
278 <<: *babeltrace_build_publishers_prod
279
280 - job-template:
281 name: babeltrace_{version}_winbuild
282 defaults: babeltrace
283
284 <<: *babeltrace_build_axes_defaults
285 <<: *babeltrace_build_builders_win
286 <<: *babeltrace_build_publishers_prod
287
288 - job-template:
289 name: dev_{user}_babeltrace_{version}_{buildtype}
290 defaults: babeltrace
291
292 <<: *babeltrace_build_axes_defaults
293 <<: *babeltrace_build_builders_defaults
294 <<: *babeltrace_build_publishers_dev
295
296 - job-template:
297 name: dev_gerrit_babeltrace_{buildtype}
298 defaults: babeltrace
299 concurrent: true
300
301 scm:
302 - git:
303 url: https://review.lttng.org/babeltrace
304 refspec: 'refs/changes/*:refs/changes/*'
305 branches:
306 - '$GERRIT_REFSPEC'
307 basedir: src/babeltrace
308 skip-tag: true
309
310 triggers:
311 - gerrit:
312 trigger-on:
313 - comment-added-event:
314 approval-category: 'CI-Build'
315 approval-value: 1
316 projects:
317 - project-compare-type: 'PLAIN'
318 project-pattern: 'babeltrace'
319 branches:
320 - branch-compare-type: 'ANT'
321 branch-pattern: '**'
322
323 project-type: matrix
324 node: 'master' # Applies only to matrix flyweight task
325 execution-strategy:
326 combination-filter: |
327 {filter}
328 axes:
329 - axis:
330 type: slave
331 name: arch
332 values: '{obj:arch}'
333 - axis:
334 type: user-defined
335 name: conf
336 values: '{obj:conf}'
337 - axis:
338 type: user-defined
339 name: build
340 values: '{obj:build}'
341
342 <<: *babeltrace_build_builders_defaults
343 <<: *babeltrace_build_publishers_gerrit
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 - job-template:
357 name: dev_gerrit_babeltrace_winbuild
358 defaults: babeltrace
359 concurrent: true
360
361 scm:
362 - git:
363 url: https://review.lttng.org/babeltrace
364 refspec: 'refs/changes/*:refs/changes/*'
365 branches:
366 - '$GERRIT_REFSPEC'
367 basedir: src/babeltrace
368 skip-tag: true
369
370 triggers:
371 - gerrit:
372 trigger-on:
373 - comment-added-event:
374 approval-category: 'CI-Build'
375 approval-value: 1
376 projects:
377 - project-compare-type: 'PLAIN'
378 project-pattern: 'babeltrace'
379 branches:
380 - branch-compare-type: 'ANT'
381 branch-pattern: '**'
382
383 properties:
384 - inject:
385 properties-content: |
386 PROJECT_NAME=babeltrace
387 - build-discarder:
388 days-to-keep: 1
389 - throttle:
390 option: 'category'
391 categories:
392 - 'gerrit-winbuild'
393
394 <<: *babeltrace_build_axes_defaults
395 <<: *babeltrace_build_builders_win
396 <<: *babeltrace_build_publishers_gerrit
397
398 - job-template:
399 name: babeltrace_{version}_release
400 defaults: babeltrace
401 node: 'amd64'
402
403 triggers:
404 - pollscm:
405 cron: "@daily"
406
407 scm:
408 - git:
409 url: https://github.com/{github_user}/{github_name}.git
410 browser: githubweb
411 browser-url: https://github.com/{github_user}/{github_name}
412 refspec: '+refs/tags/*:refs/remotes/origin/tags/*'
413 branches:
414 - '*/tags/{version}.*'
415 basedir: src/babeltrace
416
417 builders:
418 - shell:
419 !include-raw-escape: scripts/babeltrace/release.sh
420
421 publishers:
422 - tap:
423 results: 'tap/**/*.log'
424 fail-if-no-results: true
425 failed-tests-mark-build-as-failure: true
426 todo-is-failure: false
427 - warnings:
428 console-log-parsers:
429 - 'GNU Make + GNU C Compiler (gcc)'
430 total-thresholds:
431 unstable:
432 total-all: 0
433 total-high: 0
434 total-normal: 0
435 total-low: 0
436 - workspace-cleanup:
437 clean-if:
438 - failure: false
439 - archive:
440 artifacts: 'out/**,tap/**'
441 allow-empty: false
442
443 - job-template:
444 name: dev_gerrit_babeltrace_pylint
445 defaults: babeltrace
446 concurrent: true
447
448 scm:
449 - git:
450 url: https://review.lttng.org/babeltrace
451 refspec: 'refs/changes/*:refs/changes/*'
452 branches:
453 - '$GERRIT_REFSPEC'
454 basedir: src/babeltrace
455 skip-tag: true
456
457 triggers:
458 - gerrit:
459 trigger-on:
460 - comment-added-event:
461 approval-category: 'CI-Build'
462 approval-value: 1
463 projects:
464 - project-compare-type: 'PLAIN'
465 project-pattern: 'babeltrace'
466 branches:
467 - branch-compare-type: 'ANT'
468 branch-pattern: '**'
469
470 node: 'amd64'
471
472 builders:
473 - shell:
474 !include-raw-escape: scripts/babeltrace/pylint.sh
475
476 properties:
477 - inject:
478 properties-content: |
479 PROJECT_NAME=babeltrace
480 - build-discarder:
481 days-to-keep: 1
482
483 - job-template:
484 name: babeltrace_{version}_cppcheck
485 defaults: babeltrace
486
487 triggers:
488 - pollscm:
489 cron: "@daily"
490
491 builders:
492 - shell: |
493 rm -f cppcheck-result.xml
494 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/babeltrace 2> cppcheck-result.xml
495
496 publishers:
497 - archive:
498 artifacts: 'cppcheck-result.xml'
499 allow-empty: false
500 - cppcheck:
501 pattern: 'cppcheck-result.xml'
502
503 - job-template:
504 name: babeltrace_{version}_scan-build
505 defaults: babeltrace
506 node: 'amd64'
507
508 triggers:
509 - pollscm:
510 cron: "@daily"
511
512 builders:
513 - shell:
514 !include-raw-escape: scripts/common/scan-build.sh
515
516 publishers:
517 - html-publisher:
518 name: 'HTML Report'
519 dir: 'scan-build-archive/'
520 files: 'index.html'
521
522 - job-template:
523 name: babeltrace_{version}_coverity
524 defaults: babeltrace
525 node: 'amd64'
526
527 triggers:
528 - pollscm:
529 cron: "@daily"
530
531 wrappers:
532 - workspace-cleanup
533 - timestamps
534 - ansicolor:
535 colormap: xterm
536 - credentials-binding:
537 - username-password-separated:
538 credential-id: babeltrace_coverity_token
539 username: COVERITY_SCAN_PROJECT_NAME
540 password: COVERITY_SCAN_TOKEN
541 builders:
542 - shell:
543 !include-raw-escape: scripts/common/coverity.sh
544
545 publishers:
546 - workspace-cleanup
547 - archive:
548 artifacts: 'analysis-results.tgz,cov-int/**'
549 allow-empty: false
550
551 - job-template:
552 name: babeltrace_{version}_pylint
553 defaults: babeltrace
554 node: 'amd64'
555
556 triggers:
557 - pollscm:
558 cron: "@daily"
559
560 builders:
561 - shell:
562 !include-raw-escape: scripts/babeltrace/pylint.sh
563
564 publishers:
565 - archive:
566 artifacts: 'black.out,flake8.out'
567 - email-ext:
568 recipients: '{obj:email_to}'
569 reply-to: ci-notification@lists.lttng.org
570 always: false
571 unstable: false
572 first-failure: true
573 first-unstable: true
574 not-built: false
575 aborted: false
576 regression: false
577 failure: false
578 second-failure: false
579 improvement: false
580 still-failing: false
581 success: false
582 fixed: false
583 fixed-unhealthy: true
584 still-unstable: false
585 pre-build: false
586 matrix-trigger: only-parent
587 send-to:
588 - recipients
589
590 # Use - in version number since yaml anchor do not support dot
591 - babeltrace_version_glib-2-28-6_anchor: &babeltrace_version_glib-2-28-6_anchor
592 name: 'babeltrace_version_glib_anchor'
593 defaults: babeltrace
594 node: 'amd64'
595
596 builders:
597 - inject:
598 properties-content: |
599 LD_LIBRARY_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib
600 PKG_CONFIG_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib/pkgconfig
601 arch=amd64
602 conf=std
603 build=std
604 - shell: |
605 wget http://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.6.tar.gz
606 tar xvf glib-2.28.6.tar.gz
607 cd glib-2.28.6
608 mkdir BUILD_RESULT
609 ./configure --prefix=$WORKSPACE/glib-2.28.6/BUILD_RESULT
610 make -j `nproc`
611 make install
612
613 - shell:
614 !include-raw-escape:
615 - scripts/common/print.sh
616 - scripts/babeltrace/build.sh
617
618 - job-template:
619 name: babeltrace_{version}_glib-2.28.6
620 triggers:
621 - pollscm:
622 cron: "@daily"
623 <<: *babeltrace_version_glib-2-28-6_anchor
624 publishers:
625 - archive:
626 artifacts: 'tap/**'
627 allow-empty: false
628 - email-ext:
629 recipients: '{obj:email_to}'
630 reply-to: ci-notification@lists.lttng.org
631 always: false
632 unstable: false
633 first-failure: true
634 first-unstable: true
635 not-built: false
636 aborted: false
637 regression: false
638 failure: false
639 second-failure: false
640 improvement: false
641 still-failing: false
642 success: false
643 fixed: false
644 fixed-unhealthy: true
645 still-unstable: false
646 pre-build: false
647 matrix-trigger: only-parent
648 send-to:
649 - recipients
650
651 - job-template:
652 name: dev_{user}_babeltrace_{version}_glib-2.28.6
653 <<: *babeltrace_version_glib-2-28-6_anchor
654
655 publishers:
656 - email-ext:
657 recipients: '{obj:email_to}'
658 reply-to: ci-notification@lists.lttng.org
659 always: false
660 unstable: false
661 first-failure: true
662 first-unstable: true
663 not-built: false
664 aborted: false
665 regression: false
666 failure: false
667 second-failure: false
668 improvement: false
669 still-failing: false
670 success: false
671 fixed: false
672 fixed-unhealthy: true
673 still-unstable: false
674 pre-build: false
675 matrix-trigger: only-parent
676 send-to:
677 - recipients
678
679
680 ## Views
681 - view-template:
682 name: 'Babeltrace'
683 view-type: list
684 regex: 'babeltrace[-_].*'
685
686
687 ## Projects
688 - project:
689 name: dev_upstream_babeltrace
690 job_prefix: dev_upstream_
691 github_user: efficios
692 github_name: babeltrace
693 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
694 version:
695 - stable-1.5
696 jobs:
697 - '{job_prefix}babeltrace_{version}_{buildtype}':
698 buildtype: build
699 arch: !!python/tuple [amd64]
700 build: !!python/tuple [std, oot, dist, oot-dist]
701 conf: !!python/tuple [std, static, python-bindings]
702 - '{job_prefix}babeltrace_{version}_{buildtype}':
703 buildtype: portbuild
704 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
705 build: !!python/tuple [std]
706 conf: !!python/tuple [std, python-bindings]
707 - '{job_prefix}babeltrace_{version}_{buildtype}':
708 buildtype: slesbuild
709 arch: !!python/tuple [sles12sp5]
710 build: !!python/tuple [std]
711 conf: !!python/tuple [std]
712 - '{job_prefix}babeltrace_{version}_{buildtype}':
713 buildtype: elbuild
714 arch: !!python/tuple [el8]
715 build: !!python/tuple [std]
716 conf: !!python/tuple [std]
717
718 - project:
719 name: babeltrace2
720 job_prefix: ''
721 github_user: efficios
722 github_name: babeltrace
723 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
724 version:
725 - stable-2.0
726 - master
727 jobs:
728 - 'babeltrace_{version}_{buildtype}':
729 buildtype: build
730 arch: !!python/tuple [amd64]
731 build: !!python/tuple [std, oot, dist, oot-dist]
732 conf: !!python/tuple [std, static, prod, min]
733 - 'babeltrace_{version}_{buildtype}':
734 buildtype: portbuild
735 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
736 build: !!python/tuple [std]
737 conf: !!python/tuple [std, prod]
738 - 'babeltrace_{version}_{buildtype}':
739 buildtype: slesbuild
740 arch: !!python/tuple [sles12sp5]
741 build: !!python/tuple [std]
742 conf: !!python/tuple [std, prod]
743 - 'babeltrace_{version}_{buildtype}':
744 buildtype: elbuild
745 arch: !!python/tuple [el8]
746 build: !!python/tuple [std]
747 conf: !!python/tuple [std, prod]
748 - 'babeltrace_{version}_{buildtype}':
749 buildtype: macosbuild
750 arch: !!python/tuple [macos-amd64, macos-arm64]
751 build: !!python/tuple [std]
752 conf: !!python/tuple [std, prod]
753 - 'babeltrace_{version}_{buildtype}':
754 buildtype: freebsdbuild
755 arch: !!python/tuple [freebsd]
756 build: !!python/tuple [std]
757 conf: !!python/tuple [std, prod]
758 - 'babeltrace_{version}_{cctype}':
759 cctype: clangbuild
760 arch: !!python/tuple [amd64]
761 build: !!python/tuple [std]
762 conf: !!python/tuple [std, static, prod]
763 cc: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7]
764 - 'babeltrace_{version}_winbuild':
765 arch: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64]
766 build: !!python/tuple [std]
767 conf: !!python/tuple [std]
768 - 'babeltrace_{version}_release':
769 version: v2.0
770 - 'babeltrace_{version}_cppcheck'
771 - 'babeltrace_{version}_scan-build'
772 - 'babeltrace_{version}_pylint'
773 - 'babeltrace_{version}_coverity':
774 version: master
775 - 'babeltrace_{version}_glib-2.28.6':
776 version: master
777
778 - project:
779 name: gerrit-babeltrace
780 job_prefix: ''
781 github_user: efficios
782 github_name: babeltrace
783 jobs:
784 - 'dev_gerrit_babeltrace_{buildtype}':
785 buildtype: build
786 arch: !!python/tuple [amd64, armhf, arm64, powerpc, ppc64el, i386]
787 build: !!python/tuple [std, oot, dist, oot-dist]
788 conf: !!python/tuple [std, static, prod, min]
789 filter: '(build=="std" && conf=="std") || (arch=="amd64")'
790 - 'dev_gerrit_babeltrace_{buildtype}':
791 buildtype: macosbuild
792 arch: !!python/tuple [macos-amd64, macos-arm64]
793 build: !!python/tuple [std]
794 conf: !!python/tuple [std, prod]
795 filter: ''
796 - 'dev_gerrit_babeltrace_winbuild':
797 arch: !!python/tuple [cygwin64, msys2-mingw64]
798 build: !!python/tuple [std]
799 conf: !!python/tuple [std]
800 - 'dev_gerrit_babeltrace_pylint'
801
802
803 - project:
804 name: babeltrace-jgalar-staging
805 job_prefix: ''
806 user: jgalar
807 github_user: jgalar
808 github_name: babeltrace
809 email_to: "jgalar@efficios.com"
810 version:
811 - stable-1.5-staging
812 jobs:
813 - 'dev_{user}_babeltrace_{version}_{buildtype}':
814 buildtype: build
815 arch: !!python/tuple [amd64]
816 build: !!python/tuple [std, oot, dist, oot-dist]
817 conf: !!python/tuple [std, static, python-bindings]
818 - 'dev_{user}_babeltrace_{version}_{buildtype}':
819 buildtype: macosbuild
820 arch: !!python/tuple [macos-amd64, macos-arm64]
821 build: !!python/tuple [std]
822 conf: !!python/tuple [std]
823
824
825 - project:
826 name: babeltrace2-jgalar-staging
827 job_prefix: ''
828 user: jgalar
829 github_user: jgalar
830 github_name: babeltrace
831 email_to: "jgalar@efficios.com"
832 version:
833 - stable-2.0-staging
834 - master-staging
835 jobs:
836 - 'dev_{user}_babeltrace_{version}_glib-2.28.6':
837 version:
838 - master-staging
839 - 'dev_{user}_babeltrace_{version}_{buildtype}':
840 buildtype: build
841 arch: !!python/tuple [amd64]
842 build: !!python/tuple [std, oot, dist, oot-dist]
843 conf: !!python/tuple [std, static, prod, min]
844 - 'dev_{user}_babeltrace_{version}_{buildtype}':
845 buildtype: macosbuild
846 arch: !!python/tuple [macos-amd64, macos-arm64]
847 build: !!python/tuple [std]
848 conf: !!python/tuple [std, prod]
849
850 - project:
851 name: babeltrace-views
852 views:
853 - Babeltrace
This page took 0.047999 seconds and 5 git commands to generate.