X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=931e274e68e64510d80dd0b81fd49b3de06cf42c;hb=0ecb76529f15cf5935ac7179f42c1b2ecb15d6fe;hp=5583b06f7665d63c33a1287499081b7d61fbd90a;hpb=76f372979fdd9e42b15cf5e038d534fefa3a0514;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 5583b06..931e274 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -15,15 +15,15 @@ project-type: freestyle wrappers: - - ansicolor - - timeout: + - ansicolor: &babeltrace_wrapper_ansicolor_defaults + colormap: xterm + - timeout: &babeltrace_wrapper_timeout_defaults timeout: 20 fail: true type: no-activity + write-description: "

This build failed due to timeout.

" - timestamps - - workspace-cleanup: - clean-if: - - failure: false + - workspace-cleanup scm: - git: @@ -44,67 +44,59 @@ properties-content: | PROJECT_NAME=babeltrace - build-discarder: - num-to-keep: 2 + num-to-keep: 10 + artifact-num-to-keep: 2 - github: url: https://github.com/{github_user}/{github_name} ## Anchors -- babeltrace_build_axes_defaults: &babeltrace_build_axes_defaults - name: 'babeltrace_build_axes_defaults' +- babeltrace_matrix_axes_defaults: &babeltrace_matrix_axes_defaults + name: 'babeltrace_matrix_axes_defaults' project-type: matrix node: 'master' # Applies only to matrix flyweight task + execution-strategy: + combination-filter: '{filter}' + touchstone: + expr: '{touchstone}' + result: unstable axes: - - axis: + - axis: &babeltrace_matrix_axis_platform type: slave - name: arch - values: '{obj:arch}' - - axis: + name: platform + values: '{obj:platforms}' + - axis: &babeltrace_matrix_axis_conf type: user-defined name: conf - values: '{obj:conf}' - - axis: + values: '{obj:confs}' + - axis: &babeltrace_matrix_axis_build type: user-defined name: build - values: '{obj:build}' + values: '{obj:builds}' + +- babeltrace_matrix_axes_cc: &babeltrace_matrix_axes_cc + name: 'babeltrace_matrix_axes_cc' + + <<: *babeltrace_matrix_axes_defaults -- babeltrace_build_axes_cc: &babeltrace_build_axes_cc - name: 'babeltrace_build_axes_cc' - project-type: matrix - node: 'master' # Applies only to matrix flyweight task axes: - - axis: - type: slave - name: arch - values: '{obj:arch}' - - axis: - type: user-defined - name: conf - values: '{obj:conf}' - - axis: - type: user-defined - name: build - values: '{obj:build}' - - axis: + - axis: *babeltrace_matrix_axis_platform + - axis: *babeltrace_matrix_axis_conf + - axis: *babeltrace_matrix_axis_build + - axis: &babeltrace_matrix_axis_cc type: user-defined name: cc - values: '{obj:cc}' + values: '{obj:ccs}' -- babeltrace_build_builders_defaults: &babeltrace_build_builders_defaults - name: 'babeltrace_build_builders_defaults' - builders: - - shell: - !include-raw-escape: - - scripts/common/print.sh - - scripts/babeltrace/build.sh - -- babeltrace_build_builders_win: &babeltrace_build_builders_win - name: 'babeltrace_build_builders_win' +- babeltrace_builders_defaults: &babeltrace_builders_defaults + name: 'babeltrace_builders_defaults' builders: + !j2-yaml: | + {% if buildtype is defined and buildtype == 'winbuild' %} - conditional-step: condition-kind: strings-match on-evaluation-failure: run - condition-string1: '${{arch}}' + condition-string1: {{ '${{platform}}' }} condition-string2: 'cygwin64' steps: - shell: @@ -116,7 +108,7 @@ - conditional-step: condition-kind: strings-match on-evaluation-failure: run - condition-string1: '${{arch}}' + condition-string1: {{ '${{platform}}' }} condition-string2: 'msys2-mingw32' steps: - inject: @@ -130,7 +122,7 @@ - conditional-step: condition-kind: strings-match on-evaluation-failure: run - condition-string1: '${{arch}}' + condition-string1: {{ '${{platform}}' }} condition-string2: 'msys2-mingw64' steps: - inject: @@ -141,16 +133,22 @@ - scripts/common/cygpath-prefix - scripts/common/print.sh - scripts/babeltrace/build.sh + {% else %} + - shell: + !include-raw-escape: + - scripts/common/print.sh + - scripts/babeltrace/build.sh + {% endif %} # Use - in version number since yaml anchor do not support dot -- babeltrace_build_builders_glib-2-28-6: &babeltrace_build_builders_glib-2-28-6 - name: 'babeltrace_build_builders_glib-2-28-6' +- babeltrace_builders_glib-2-28-6: &babeltrace_builders_glib-2-28-6 + name: 'babeltrace_builders_glib-2-28-6' builders: - inject: properties-content: | LD_LIBRARY_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib PKG_CONFIG_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib/pkgconfig - arch=amd64 + platform=bionic-amd64 conf=std build=std - shell: | @@ -166,27 +164,63 @@ - scripts/common/print.sh - scripts/babeltrace/build.sh -- babeltrace_build_publishers_defaults: &babeltrace_build_publishers_defaults - name: 'babeltrace_build_publishers_defaults' +- babeltrace_publishers_defaults: &babeltrace_publishers_defaults + name: 'babeltrace_publishers_defaults' publishers: - - tap: + - tap: &babeltrace_publisher_tap_defaults results: 'tap/**/*.log' fail-if-no-results: true failed-tests-mark-build-as-failure: true + include-comment-diagnostics: true + output-tap-to-console: false todo-is-failure: false - - warnings: - console-log-parsers: - - 'GNU Make + GNU C Compiler (gcc)' - total-thresholds: - unstable: - total-all: 0 - total-high: 0 - total-normal: 0 - total-low: 0 - - archive: - artifacts: 'build/**,tap/**' + - raw: &babeltrace_publisher_warnings-ng_defaults + xml: | + + + + + + + + + false + + + + + + false + true + false + 0 + 0 + + LOW + + + true + true + false + true + false + + + 1 + TOTAL + WARNING + + + AGGREGATION_TOOLS + + + - archive: &babeltrace_publisher_archive_defaults + artifacts: 'build/**,tap/**,log/**' allow-empty: false - - email-ext: + - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults + clean-if: + - failure: false + - email-ext: &babeltrace_publisher_email-ext_defaults recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org always: false @@ -209,61 +243,72 @@ send-to: - recipients -- babeltrace_build_publishers_gerrit: &babeltrace_build_publishers_gerrit - name: 'babeltrace_build_publishers_gerrit' +- babeltrace_publishers_gerrit: &babeltrace_publishers_gerrit + name: 'babeltrace_publishers_gerrit' publishers: - - tap: - results: 'tap/**/*.log' - fail-if-no-results: true - failed-tests-mark-build-as-failure: true - todo-is-failure: false - - warnings: - console-log-parsers: - - 'GNU Make + GNU C Compiler (gcc)' - total-thresholds: - failed: - total-all: 0 - total-high: 0 - total-normal: 0 - total-low: 0 - - archive: - artifacts: 'build/**,tap/**' - allow-empty: false - - -## Templates - -- job-template: - name: babeltrace_{version}_{buildtype} - defaults: babeltrace - - <<: *babeltrace_build_axes_defaults - <<: *babeltrace_build_builders_defaults - <<: *babeltrace_build_publishers_defaults + - tap: *babeltrace_publisher_tap_defaults + # Fail job on any compiler warnings + - raw: + xml: | + + + + + + + + + false + + + + + + false + true + false + 0 + 0 + + LOW + + + true + true + false + true + false + + + 1 + TOTAL + FAILED + + + AGGREGATION_TOOLS + + + - archive: *babeltrace_publisher_archive_defaults + - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults + + +## Job Templates - job-template: name: '{job_prefix}babeltrace_{version}_{buildtype}' defaults: babeltrace - <<: *babeltrace_build_axes_defaults - <<: *babeltrace_build_builders_defaults - <<: *babeltrace_build_publishers_defaults + <<: *babeltrace_matrix_axes_defaults + <<: *babeltrace_builders_defaults + <<: *babeltrace_publishers_defaults - job-template: name: babeltrace_{version}_{cctype} defaults: babeltrace - <<: *babeltrace_build_axes_cc - <<: *babeltrace_build_builders_defaults - <<: *babeltrace_build_publishers_defaults - -- job-template: - name: babeltrace_{version}_winbuild - defaults: babeltrace - - <<: *babeltrace_build_axes_defaults - <<: *babeltrace_build_builders_win - <<: *babeltrace_build_publishers_defaults + <<: *babeltrace_matrix_axes_cc + <<: *babeltrace_builders_defaults + <<: *babeltrace_publishers_defaults - job-template: name: dev_gerrit_babeltrace_{buildtype} @@ -292,28 +337,6 @@ - branch-compare-type: 'ANT' branch-pattern: '**' - project-type: matrix - node: 'master' # Applies only to matrix flyweight task - execution-strategy: - combination-filter: | - {filter} - axes: - - axis: - type: slave - name: arch - values: '{obj:arch}' - - axis: - type: user-defined - name: conf - values: '{obj:conf}' - - axis: - type: user-defined - name: build - values: '{obj:build}' - - <<: *babeltrace_build_builders_defaults - <<: *babeltrace_build_publishers_gerrit - properties: - inject: properties-content: | @@ -325,52 +348,14 @@ categories: - 'gerrit-{buildtype}' -- job-template: - name: dev_gerrit_babeltrace_winbuild - defaults: babeltrace - concurrent: true - - scm: - - git: - url: https://review.lttng.org/babeltrace - refspec: 'refs/changes/*:refs/changes/*' - branches: - - '$GERRIT_REFSPEC' - basedir: src/babeltrace - skip-tag: true - - triggers: - - gerrit: - trigger-on: - - comment-added-event: - approval-category: 'CI-Build' - approval-value: 1 - projects: - - project-compare-type: 'PLAIN' - project-pattern: 'babeltrace' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' - - properties: - - inject: - properties-content: | - PROJECT_NAME=babeltrace - - build-discarder: - days-to-keep: 1 - - throttle: - option: 'category' - categories: - - 'gerrit-winbuild' - - <<: *babeltrace_build_axes_defaults - <<: *babeltrace_build_builders_win - <<: *babeltrace_build_publishers_gerrit + <<: *babeltrace_matrix_axes_defaults + <<: *babeltrace_builders_defaults + <<: *babeltrace_publishers_gerrit - job-template: name: babeltrace_{version}_release defaults: babeltrace - node: 'amd64' + node: 'bionic-amd64' triggers: - pollscm: @@ -391,26 +376,13 @@ !include-raw-escape: scripts/babeltrace/release.sh publishers: - - tap: - results: 'tap/**/*.log' - fail-if-no-results: true - failed-tests-mark-build-as-failure: true - todo-is-failure: false - - warnings: - console-log-parsers: - - 'GNU Make + GNU C Compiler (gcc)' - total-thresholds: - unstable: - total-all: 0 - total-high: 0 - total-normal: 0 - total-low: 0 - - workspace-cleanup: - clean-if: - - failure: false + - tap: *babeltrace_publisher_tap_defaults + - raw: *babeltrace_publisher_warnings-ng_defaults + - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - archive: artifacts: 'out/**,tap/**' allow-empty: false + fingerprint: true - job-template: name: dev_gerrit_babeltrace_pylint @@ -439,7 +411,7 @@ - branch-compare-type: 'ANT' branch-pattern: '**' - node: 'amd64' + node: 'bionic-amd64' builders: - shell: @@ -452,30 +424,10 @@ - build-discarder: days-to-keep: 1 -- job-template: - name: babeltrace_{version}_cppcheck - defaults: babeltrace - - triggers: - - pollscm: - cron: "@daily" - - builders: - - shell: | - rm -f cppcheck-result.xml - cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/babeltrace 2> cppcheck-result.xml - - publishers: - - archive: - artifacts: 'cppcheck-result.xml' - allow-empty: false - - cppcheck: - pattern: 'cppcheck-result.xml' - - job-template: name: babeltrace_{version}_scan-build defaults: babeltrace - node: 'amd64' + node: 'bionic-amd64' triggers: - pollscm: @@ -486,6 +438,7 @@ !include-raw-escape: scripts/common/scan-build.sh publishers: + - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - html-publisher: name: 'HTML Report' dir: 'scan-build-archive/' @@ -494,28 +447,29 @@ - job-template: name: babeltrace_{version}_coverity defaults: babeltrace - node: 'amd64' + node: 'bionic-amd64' triggers: - pollscm: cron: "@daily" wrappers: - - workspace-cleanup + - ansicolor: *babeltrace_wrapper_ansicolor_defaults + - timeout: *babeltrace_wrapper_timeout_defaults - timestamps - - ansicolor: - colormap: xterm + - workspace-cleanup - credentials-binding: - username-password-separated: credential-id: babeltrace_coverity_token username: COVERITY_SCAN_PROJECT_NAME password: COVERITY_SCAN_TOKEN + builders: - shell: !include-raw-escape: scripts/common/coverity.sh publishers: - - workspace-cleanup + - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - archive: artifacts: 'analysis-results.tgz,cov-int/**' allow-empty: false @@ -523,7 +477,7 @@ - job-template: name: babeltrace_{version}_pylint defaults: babeltrace - node: 'amd64' + node: 'bionic-amd64' triggers: - pollscm: @@ -534,46 +488,19 @@ !include-raw-escape: scripts/babeltrace/pylint.sh publishers: + - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - archive: artifacts: 'black.out,flake8.out' - - email-ext: - recipients: '{obj:email_to}' - reply-to: ci-notification@lists.lttng.org - always: false - unstable: false - first-failure: true - first-unstable: true - not-built: false - aborted: false - regression: false - failure: false - second-failure: false - improvement: false - still-failing: false - success: false - fixed: false - fixed-unhealthy: true - still-unstable: false - pre-build: false - matrix-trigger: only-parent - send-to: - - recipients - -- job-template: - name: babeltrace_{version}_glib-2.28.6 - defaults: babeltrace - node: 'amd64' - - <<: *babeltrace_build_builders_glib-2-28-6 - <<: *babeltrace_build_publishers_defaults + allow-empty: false + - email-ext: *babeltrace_publisher_email-ext_defaults - job-template: name: '{job_prefix}babeltrace_{version}_glib-2.28.6' defaults: babeltrace - node: 'amd64' + node: 'bionic-amd64' - <<: *babeltrace_build_builders_glib-2-28-6 - <<: *babeltrace_build_publishers_defaults + <<: *babeltrace_builders_glib-2-28-6 + <<: *babeltrace_publishers_defaults ## Views @@ -594,54 +521,84 @@ - stable-2.0 - master jobs: - - 'babeltrace_{version}_{buildtype}': + - '{job_prefix}babeltrace_{version}_{buildtype}': + buildtype: linuxbuild + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, prod, min, doc, asan] + filter: '(build=="std") || (conf=="std") || (conf=="doc")' + touchstone: '(build == "std") && (conf == "std")' + - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: build - arch: !!python/tuple [amd64] - build: !!python/tuple [std, oot, dist, oot-dist] - conf: !!python/tuple [std, static, prod, min] - - 'babeltrace_{version}_{buildtype}': + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, prod, min, doc, asan] + filter: '(build=="std") || (conf=="std") || (conf=="doc")' + touchstone: '(build == "std") && (conf == "std")' + - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] - build: !!python/tuple [std] - conf: !!python/tuple [std, prod] - - 'babeltrace_{version}_{buildtype}': + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' + - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: slesbuild - arch: !!python/tuple [sles12sp5] - build: !!python/tuple [std] - conf: !!python/tuple [std, prod] - - 'babeltrace_{version}_{buildtype}': + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' + - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: elbuild - arch: !!python/tuple [el8] - build: !!python/tuple [std] - conf: !!python/tuple [std, prod] - - 'babeltrace_{version}_{buildtype}': + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' + - '{job_prefix}babeltrace_{version}_{buildtype}': + buildtype: yoctobuild + platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' + - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild - arch: !!python/tuple [macos-amd64, macos-arm64] - build: !!python/tuple [std] - conf: !!python/tuple [std, prod] - - 'babeltrace_{version}_{buildtype}': + platforms: !!python/tuple [macos-amd64, macos-arm64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' + - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: freebsdbuild - arch: !!python/tuple [freebsd] - build: !!python/tuple [std] - conf: !!python/tuple [std, prod] + platforms: !!python/tuple [freebsd-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' + - '{job_prefix}babeltrace_{version}_{buildtype}': + buildtype: winbuild + platforms: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' - 'babeltrace_{version}_{cctype}': cctype: clangbuild - arch: !!python/tuple [amd64] - build: !!python/tuple [std] - conf: !!python/tuple [std, static, prod] - cc: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7] - - 'babeltrace_{version}_winbuild': - arch: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64] - build: !!python/tuple [std] - conf: !!python/tuple [std] + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, static, prod] + ccs: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7] + filter: '' + touchstone: '' - 'babeltrace_{version}_release': version: v2.0 - - 'babeltrace_{version}_cppcheck' - 'babeltrace_{version}_scan-build' - 'babeltrace_{version}_pylint' - 'babeltrace_{version}_coverity': version: master - - 'babeltrace_{version}_glib-2.28.6': + - '{job_prefix}babeltrace_{version}_glib-2.28.6': version: master - project: @@ -652,20 +609,25 @@ jobs: - 'dev_gerrit_babeltrace_{buildtype}': buildtype: build - arch: !!python/tuple [amd64, armhf, arm64, powerpc, ppc64el, i386] - build: !!python/tuple [std, oot, dist, oot-dist] - conf: !!python/tuple [std, static, prod, min] - filter: '(build=="std" && conf=="std") || (arch=="amd64")' + platforms: !!python/tuple [bionic-amd64, deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, prod, min] + filter: '(build=="std" && conf=="std") || (platform=="bionic-amd64")' + touchstone: '' - 'dev_gerrit_babeltrace_{buildtype}': buildtype: macosbuild - arch: !!python/tuple [macos-amd64, macos-arm64] - build: !!python/tuple [std] - conf: !!python/tuple [std, prod] + platforms: !!python/tuple [macos-amd64, macos-arm64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' + - 'dev_gerrit_babeltrace_{buildtype}': + buildtype: winbuild + platforms: !!python/tuple [cygwin64, msys2-mingw64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] filter: '' - - 'dev_gerrit_babeltrace_winbuild': - arch: !!python/tuple [cygwin64, msys2-mingw64] - build: !!python/tuple [std] - conf: !!python/tuple [std] + touchstone: '' - 'dev_gerrit_babeltrace_pylint' @@ -679,25 +641,35 @@ - stable-1.5 jobs: - '{job_prefix}babeltrace_{version}_{buildtype}': - buildtype: build - arch: !!python/tuple [amd64] - build: !!python/tuple [std, oot, dist, oot-dist] - conf: !!python/tuple [std, static, python-bindings] + buildtype: linuxbuild + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, python-bindings] + filter: '' + touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] - build: !!python/tuple [std] - conf: !!python/tuple [std, python-bindings] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [std, python-bindings] + filter: '' + touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: slesbuild - arch: !!python/tuple [sles12sp5] - build: !!python/tuple [std] - conf: !!python/tuple [std] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: elbuild - arch: !!python/tuple [el8] - build: !!python/tuple [std] - conf: !!python/tuple [std] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' + - 'babeltrace_{version}_release': + version: v1.5 - project: @@ -711,14 +683,18 @@ jobs: - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: build - arch: !!python/tuple [amd64] - build: !!python/tuple [std, oot, dist, oot-dist] - conf: !!python/tuple [std, static, python-bindings] + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, python-bindings] + filter: '' + touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild - arch: !!python/tuple [macos-amd64, macos-arm64] - build: !!python/tuple [std] - conf: !!python/tuple [std] + platforms: !!python/tuple [macos-amd64, macos-arm64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' - project: @@ -736,14 +712,18 @@ - master-staging - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: build - arch: !!python/tuple [amd64] - build: !!python/tuple [std, oot, dist, oot-dist] - conf: !!python/tuple [std, static, prod, min] + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, prod, min] + filter: '' + touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild - arch: !!python/tuple [macos-amd64, macos-arm64] - build: !!python/tuple [std] - conf: !!python/tuple [std, prod] + platforms: !!python/tuple [macos-amd64, macos-arm64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' - project: name: babeltrace-views