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