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