jjb: remove python-bindings jobs on osx for bt1
[lttng-ci.git] / jobs / babeltrace.yaml
CommitLineData
890bff23
MJ
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
890bff23 17 wrappers:
b9c55ae7
MJ
18 - ansicolor
19 - timeout:
20 timeout: 90
21 fail: true
22 type: absolute
890bff23 23 - timestamps
b9c55ae7
MJ
24 - workspace-cleanup:
25 clean-if:
26 - failure: false
890bff23
MJ
27
28 scm:
29 - git:
4f827afb 30 url: git://github.com/{github_user}/{github_name}.git
890bff23 31 browser: githubweb
4f827afb 32 browser-url: https://github.com/{github_user}/{github_name}
890bff23
MJ
33 branches:
34 - origin/{version}
e6be9fb0 35 basedir: src/babeltrace
944a6c86 36 skip-tag: true
890bff23
MJ
37
38 triggers:
6cf22a3a
MJ
39 - pollscm:
40 cron: "@hourly"
890bff23
MJ
41
42 properties:
69f05d59
MJ
43 - inject:
44 properties-content: |
45 PROJECT_NAME=babeltrace
edf72710
MJ
46 - build-discarder:
47 num-to-keep: 2
890bff23 48 - github:
4f827afb 49 url: https://github.com/{github_user}/{github_name}
890bff23
MJ
50
51
b9c55ae7
MJ
52## Anchors
53- babeltrace_build_axes_defaults: &babeltrace_build_axes_defaults
54 name: 'babeltrace_build_axes_defaults'
890bff23 55 project-type: matrix
ca8c6144 56 node: 'master' # Applies only to matrix flyweight task
890bff23
MJ
57 axes:
58 - axis:
59 type: slave
60 name: arch
61 values: '{obj:arch}'
62 - axis:
63 type: user-defined
64 name: conf
87e41bca 65 values: '{obj:conf}'
890bff23
MJ
66 - axis:
67 type: user-defined
68 name: build
9d0846f3 69 values: '{obj:build}'
890bff23 70
6476f917
MJ
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
b9c55ae7
MJ
93- babeltrace_build_builders_defaults: &babeltrace_build_builders_defaults
94 name: 'babeltrace_build_builders_defaults'
890bff23
MJ
95 builders:
96 - shell:
ef63064f 97 !include-raw-escape: scripts/babeltrace/build.sh
890bff23 98
b9c55ae7
MJ
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}}'
8f541678 128 condition-string2: 'msys2-mingw32'
b9c55ae7
MJ
129 steps:
130 - inject:
131 properties-content: 'MSYSTEM=MINGW32'
132 - shell:
133 !include-raw-escape:
8f541678 134 - scripts/common/msys2-shebang
b9c55ae7
MJ
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}}'
8f541678 141 condition-string2: 'msys2-mingw64'
b9c55ae7
MJ
142 steps:
143 - inject:
144 properties-content: 'MSYSTEM=MINGW64'
145 - shell:
146 !include-raw-escape:
8f541678 147 - scripts/common/msys2-shebang
b9c55ae7
MJ
148 - scripts/common/cygwin-prefix
149 - scripts/babeltrace/build.sh
150
151
499a96d0
JR
152- babeltrace_build_publishers_dev: &babeltrace_build_publishers_dev
153 name: 'babeltrace_build_publishers_dev'
890bff23
MJ
154 publishers:
155 - tap:
e6be9fb0 156 results: 'tap/**/*.log'
1d56e325 157 fail-if-no-results: true
890bff23 158 failed-tests-mark-build-as-failure: true
95654431 159 todo-is-failure: false
890bff23
MJ
160 - warnings:
161 console-log-parsers:
162 - 'GNU Make + GNU C Compiler (gcc)'
163 total-thresholds:
51ca880a 164 unstable:
d2c76ee5
MJ
165 total-all: 0
166 total-high: 0
167 total-normal: 0
168 total-low: 0
9d56171a
MJ
169 - archive:
170 artifacts: 'tap/**'
171 allow-empty: false
499a96d0
JR
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
b9c55ae7
MJ
194
195- babeltrace_build_publishers_prod: &babeltrace_build_publishers_prod
196 name: 'babeltrace_build_publishers_prod'
197 publishers:
0efb2471
JR
198 - tap:
199 results: 'tap/**/*.log'
1d56e325 200 fail-if-no-results: true
0efb2471
JR
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
890bff23 212 - archive:
9d56171a 213 artifacts: 'build/**,tap/**'
890bff23 214 allow-empty: false
499a96d0
JR
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
890bff23 237
c871b3d3
MJ
238- babeltrace_build_publishers_gerrit: &babeltrace_build_publishers_gerrit
239 name: 'babeltrace_build_publishers_gerrit'
240 publishers:
241 - tap:
242 results: 'tap/**/*.log'
1d56e325 243 fail-if-no-results: true
c871b3d3
MJ
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 unstable:
251 total-all: 0
252 total-high: 0
253 total-normal: 0
254 total-low: 0
255 - archive:
9d56171a 256 artifacts: 'build/**,tap/**'
c871b3d3
MJ
257 allow-empty: false
258
259
b9c55ae7
MJ
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
b9c55ae7
MJ
268 <<: *babeltrace_build_publishers_prod
269
6476f917
MJ
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
b9c55ae7
MJ
278- job-template:
279 name: babeltrace_{version}_winbuild
280 defaults: babeltrace
281
d02fd604
MJ
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
b9c55ae7
MJ
294 <<: *babeltrace_build_axes_defaults
295 <<: *babeltrace_build_builders_win
b9c55ae7
MJ
296 <<: *babeltrace_build_publishers_prod
297
4f827afb
JR
298- job-template:
299 name: dev_{user}_babeltrace_{version}_{buildtype}
b9c55ae7
MJ
300 defaults: babeltrace
301
302 <<: *babeltrace_build_axes_defaults
303 <<: *babeltrace_build_builders_defaults
499a96d0 304 <<: *babeltrace_build_publishers_dev
4f827afb 305
c871b3d3
MJ
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
e1875e59
MJ
334 project-type: matrix
335 node: 'master' # Applies only to matrix flyweight task
336 execution-strategy:
337 combination-filter: |
b8475d72 338 (build=="std" && conf=="std") || (arch=="amd64")
e1875e59
MJ
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
c871b3d3
MJ
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: 2
362 - github:
363 url: https://github.com/{github_user}/{github_name}
364
890bff23
MJ
365- job-template:
366 name: babeltrace_{version}_cppcheck
367 defaults: babeltrace
368
369 triggers:
6cf22a3a
MJ
370 - pollscm:
371 cron: "@daily"
890bff23
MJ
372
373 builders:
374 - shell: |
5279b0f2
MJ
375 rm -f cppcheck-result.xml
376 cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/babeltrace 2> cppcheck-result.xml
890bff23
MJ
377
378 publishers:
379 - archive:
5279b0f2 380 artifacts: 'cppcheck-result.xml'
890bff23 381 allow-empty: false
890bff23 382 - cppcheck:
5279b0f2 383 pattern: 'cppcheck-result.xml'
890bff23
MJ
384
385- job-template:
386 name: babeltrace_{version}_scan-build
387 defaults: babeltrace
16844a6d 388 node: 'amd64'
890bff23
MJ
389
390 triggers:
6cf22a3a
MJ
391 - pollscm:
392 cron: "@daily"
890bff23
MJ
393
394 builders:
395 - shell:
69f05d59 396 !include-raw-escape: scripts/common/scan-build.sh
890bff23
MJ
397
398 publishers:
399 - html-publisher:
400 name: 'HTML Report'
401 dir: 'scan-build-archive/'
402 files: 'index.html'
403
6cf22a3a
MJ
404- job-template:
405 name: babeltrace_{version}_coverity
406 defaults: babeltrace
16844a6d 407 node: 'amd64'
6cf22a3a
MJ
408
409 triggers:
410 - pollscm:
411 cron: "@daily"
412
413 wrappers:
414 - workspace-cleanup
415 - timestamps
416 - ansicolor:
417 colormap: xterm
418 - credentials-binding:
419 - username-password-separated:
420 credential-id: babeltrace_coverity_token
421 username: COVERITY_SCAN_PROJECT_NAME
422 password: COVERITY_SCAN_TOKEN
423 builders:
424 - shell:
ef63064f 425 !include-raw-escape: scripts/common/coverity.sh
6cf22a3a
MJ
426
427 publishers:
428 - workspace-cleanup
73778992
MJ
429 - archive:
430 artifacts: 'analysis-results.tgz,cov-int/**'
431 allow-empty: false
890bff23
MJ
432
433- job-template:
434 name: babeltrace_{version}_pylint
435 defaults: babeltrace
16844a6d 436 node: 'amd64'
890bff23
MJ
437
438 scm: []
439
440 triggers:
6cf22a3a
MJ
441 - pollscm:
442 cron: "@daily"
890bff23
MJ
443
444 builders:
445 - copyartifact:
16844a6d 446 project: babeltrace_{version}_build/arch=amd64,build=std,conf=python-bindings
890bff23 447 which-build: last-successful
3522265a 448 stable: false
890bff23 449 filter: 'build/**'
b0afcb47 450 target: 'deps/babeltrace'
890bff23 451 - shell:
ef63064f 452 !include-raw-escape: scripts/babeltrace/pylint.sh
890bff23
MJ
453
454 publishers:
455 - archive:
456 artifacts: 'pep8.out,pylint.out'
890bff23
MJ
457 - violations:
458 pep8:
459 pattern: pep8.out
460 min: 10
461 max: 999
462 unstable: 999
463 pylint:
464 pattern: pylint.out
465 min: 10
466 max: 999
467 unstable: 999
499a96d0
JR
468 - email-ext:
469 recipients: '{obj:email_to}'
470 reply-to: ci-notification@lists.lttng.org
471 always: false
472 unstable: false
473 first-failure: true
474 first-unstable: true
475 not-built: false
476 aborted: false
477 regression: false
478 failure: false
479 second-failure: false
480 improvement: false
481 still-failing: false
482 success: false
483 fixed: false
484 fixed-unhealthy: true
485 still-unstable: false
486 pre-build: false
487 matrix-trigger: only-parent
488 send-to:
489 - recipients
890bff23 490
556e87cc
JR
491# Use - in version number since yaml anchor do not support dot
492- babeltrace_version_glib-2-22-5_anchor: &babeltrace_version_glib-2-22-5_anchor
493 name: 'babeltrace_version_glib_anchor'
494 defaults: babeltrace
16844a6d 495 node: 'amd64'
556e87cc
JR
496
497 builders:
498 - inject:
499 properties-content: |
500 LD_LIBRARY_PATH=$WORKSPACE/glib-2.22.5/BUILD_RESULT/lib
501 PKG_CONFIG_PATH=$WORKSPACE/glib-2.22.5/BUILD_RESULT/lib/pkgconfig
16844a6d 502 arch=amd64
556e87cc
JR
503 conf=std
504 build=std
505 - shell: |
506 wget http://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.5.tar.gz
507 tar xvf glib-2.22.5.tar.gz
508 cd glib-2.22.5
509 mkdir BUILD_RESULT
510 ./configure --prefix=$WORKSPACE/glib-2.22.5/BUILD_RESULT
511 make -j `nproc`
512 make install
513
514 - shell:
515 !include-raw-escape: scripts/babeltrace/build.sh
516
517- job-template:
518 name: babeltrace_{version}_glib-2.22.5
519 triggers:
520 - pollscm:
521 cron: "@daily"
522 <<: *babeltrace_version_glib-2-22-5_anchor
499a96d0 523 publishers:
9d56171a
MJ
524 - archive:
525 artifacts: 'tap/**'
526 allow-empty: false
499a96d0
JR
527 - email-ext:
528 recipients: '{obj:email_to}'
529 reply-to: ci-notification@lists.lttng.org
530 always: false
531 unstable: false
532 first-failure: true
533 first-unstable: true
534 not-built: false
535 aborted: false
536 regression: false
537 failure: false
538 second-failure: false
539 improvement: false
540 still-failing: false
541 success: false
542 fixed: false
543 fixed-unhealthy: true
544 still-unstable: false
545 pre-build: false
546 matrix-trigger: only-parent
547 send-to:
548 - recipients
556e87cc
JR
549
550- job-template:
551 name: dev_{user}_babeltrace_{version}_glib-2.22.5
552 <<: *babeltrace_version_glib-2-22-5_anchor
890bff23 553
499a96d0
JR
554 publishers:
555 - email-ext:
556 recipients: '{obj:email_to}'
557 reply-to: ci-notification@lists.lttng.org
558 always: false
559 unstable: false
560 first-failure: true
561 first-unstable: true
562 not-built: false
563 aborted: false
564 regression: false
565 failure: false
566 second-failure: false
567 improvement: false
568 still-failing: false
569 success: false
570 fixed: false
571 fixed-unhealthy: true
572 still-unstable: false
573 pre-build: false
574 matrix-trigger: only-parent
575 send-to:
576 - recipients
b9c55ae7 577
07dafe32
MJ
578
579## Views
580- view-template:
581 name: 'Babeltrace'
582 view-type: list
583 regex: 'babeltrace[-_].*'
584
585
586## Projects
890bff23 587- project:
624c5a25 588 name: babeltrace1
4f827afb
JR
589 github_user: efficios
590 github_name: babeltrace
499a96d0 591 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
890bff23 592 version:
9eb09611 593 - stable-1.5
890bff23 594 jobs:
57ae8ff4
MJ
595 - 'babeltrace_{version}_{buildtype}':
596 buildtype: build
16844a6d 597 arch: !!python/tuple [amd64]
b8475d72 598 build: !!python/tuple [std, oot, dist, oot-dist]
87e41bca 599 conf: !!python/tuple [std, static, python-bindings]
57ae8ff4
MJ
600 - 'babeltrace_{version}_{buildtype}':
601 buildtype: portbuild
16844a6d 602 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
9d0846f3 603 build: !!python/tuple [std]
624c5a25 604 conf: !!python/tuple [std, python-bindings]
81bf613d
MJ
605 - 'babeltrace_{version}_{buildtype}':
606 buildtype: slesbuild
607 arch: !!python/tuple [sles12sp2]
608 build: !!python/tuple [std]
609 conf: !!python/tuple [std]
15c21bc0
MJ
610 version: # // support 1.3 on SLES12
611 - stable-1.3
612 - stable-1.5
87e41bca
MJ
613 - 'babeltrace_{version}_{buildtype}':
614 buildtype: solarisbuild
a0b535b2 615 arch: !!python/tuple [sol10-i386, sol11-i386]
87e41bca
MJ
616 build: !!python/tuple [std]
617 conf: !!python/tuple [std, static]
221450b6
MJ
618 - 'babeltrace_{version}_{buildtype}':
619 buildtype: macosxbuild
620 arch: !!python/tuple [macosx]
621 build: !!python/tuple [std]
6a4bf062 622 conf: !!python/tuple [std]
6476f917
MJ
623 - 'babeltrace_{version}_{cctype}':
624 cctype: clangbuild
625 arch: !!python/tuple [amd64]
626 build: !!python/tuple [std]
627 conf: !!python/tuple [std, static]
628 cc: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7]
8f541678 629 - 'babeltrace_{version}_winbuild':
624c5a25 630 arch: !!python/tuple [cygwin, cygwin64]
8f541678
MJ
631 build: !!python/tuple [std]
632 conf: !!python/tuple [std]
624c5a25
MJ
633 - 'babeltrace_{version}_cppcheck'
634 - 'babeltrace_{version}_scan-build'
635 - 'babeltrace_{version}_pylint'
636
637- project:
638 name: babeltrace2
639 github_user: efficios
640 github_name: babeltrace
641 email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
642 version:
643 - stable-2.0
644 - master
645 jobs:
646 - 'babeltrace_{version}_{buildtype}':
647 buildtype: build
648 arch: !!python/tuple [amd64]
b8475d72 649 build: !!python/tuple [std, oot, dist, oot-dist]
0d30552d 650 conf: !!python/tuple [std, static, prod, min]
624c5a25
MJ
651 - 'babeltrace_{version}_{buildtype}':
652 buildtype: portbuild
653 arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
654 build: !!python/tuple [std]
0d30552d 655 conf: !!python/tuple [std, prod]
624c5a25
MJ
656 - 'babeltrace_{version}_{buildtype}':
657 buildtype: slesbuild
658 arch: !!python/tuple [sles12sp2]
659 build: !!python/tuple [std]
0d30552d 660 conf: !!python/tuple [std, prod]
624c5a25
MJ
661 - 'babeltrace_{version}_{buildtype}':
662 buildtype: macosxbuild
663 arch: !!python/tuple [macosx]
664 build: !!python/tuple [std]
0d30552d 665 conf: !!python/tuple [std, prod]
624c5a25
MJ
666 - 'babeltrace_{version}_{cctype}':
667 cctype: clangbuild
668 arch: !!python/tuple [amd64]
669 build: !!python/tuple [std]
0d30552d 670 conf: !!python/tuple [std, static, prod]
624c5a25 671 cc: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7]
b9c55ae7 672 - 'babeltrace_{version}_winbuild':
624c5a25 673 arch: !!python/tuple [cygwin, cygwin64, msys2-mingw32, msys2-mingw64]
b9c55ae7
MJ
674 build: !!python/tuple [std]
675 conf: !!python/tuple [std]
890bff23
MJ
676 - 'babeltrace_{version}_cppcheck'
677 - 'babeltrace_{version}_scan-build'
678 - 'babeltrace_{version}_pylint'
6cf22a3a
MJ
679 - 'babeltrace_{version}_coverity':
680 version: master
556e87cc
JR
681 - 'babeltrace_{version}_glib-2.22.5':
682 version: master
a0b535b2 683
07dafe32
MJ
684- project:
685 name: gerrit-babeltrace
686 github_user: efficios
687 github_name: babeltrace
688 jobs:
689 - 'dev_gerrit_babeltrace_{buildtype}':
690 buildtype: build
691 arch: !!python/tuple [amd64, armhf, arm64, powerpc, ppc64el, i386]
692 build: !!python/tuple [std, oot, dist, oot-dist]
693 conf: !!python/tuple [std, static, prod, min]
694
695
a0b535b2
MJ
696- project:
697 name: babeltrace-jgalar-staging
698 user: jgalar
699 github_user: jgalar
700 github_name: babeltrace
499a96d0 701 email_to: "jgalar@efficios.com"
a0b535b2
MJ
702 version:
703 - stable-1.3-staging
a0b535b2 704 - stable-1.5-staging
a0b535b2 705 jobs:
4f827afb 706 - 'dev_{user}_babeltrace_{version}_{buildtype}':
4f827afb 707 buildtype: build
16844a6d 708 arch: !!python/tuple [amd64]
b8475d72 709 build: !!python/tuple [std, oot, dist, oot-dist]
4f827afb 710 conf: !!python/tuple [std, static, python-bindings]
4b9bec35 711 - 'dev_{user}_babeltrace_{version}_{buildtype}':
4b9bec35 712 buildtype: macosxbuild
a0b535b2 713 version: # macOS support was introduced in 1.4
4b9bec35
MJ
714 - stable-1.5-staging
715 arch: !!python/tuple [macosx]
716 build: !!python/tuple [std]
717 conf: !!python/tuple [std]
890bff23 718
c871b3d3
MJ
719
720- project:
07dafe32
MJ
721 name: babeltrace2-jgalar-staging
722 user: jgalar
723 github_user: jgalar
c871b3d3 724 github_name: babeltrace
07dafe32
MJ
725 email_to: "jgalar@efficios.com"
726 version:
727 - stable-2.0-staging
728 - master-staging
c871b3d3 729 jobs:
07dafe32
MJ
730 - 'dev_{user}_babeltrace_{version}_glib-2.22.5':
731 version:
732 - master-staging
733 - 'dev_{user}_babeltrace_{version}_{buildtype}':
c871b3d3 734 buildtype: build
07dafe32 735 arch: !!python/tuple [amd64]
b8475d72
MJ
736 build: !!python/tuple [std, oot, dist, oot-dist]
737 conf: !!python/tuple [std, static, prod, min]
07dafe32
MJ
738 - 'dev_{user}_babeltrace_{version}_{buildtype}':
739 buildtype: macosxbuild
740 arch: !!python/tuple [macosx]
741 build: !!python/tuple [std]
742 conf: !!python/tuple [std, prod]
743
744- project:
745 name: babeltrace-views
746 views:
747 - Babeltrace
This page took 0.060439 seconds and 4 git commands to generate.