X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-tools.yaml;h=a8c267e98b0fb28c73eb1d8256dc7849e8387890;hb=8d093cb2e5d11aa49221bafc702c07f883c6213e;hp=84113517a40f971059c418704752e54969126a27;hpb=adb702d734f543aa0fc6331ddcef48bf08b35ce2;p=lttng-ci.git diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 8411351..a8c267e 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -17,7 +17,7 @@ colormap: xterm - timeout: <tng-tools_wrapper_timeout_defaults timeout: 30 - fail: true + abort: true type: no-activity write-description: "

This build failed due to timeout.

" - timestamps @@ -48,7 +48,7 @@ url: https://github.com/{github_user}/lttng-tools ## Anchors -- lttng-tools_steps_copyartifact_defaults: +- _lttng-tools_steps_copyartifact_defaults: name: 'lttng-tools_steps_copyartifact_defaults' steps: - copyartifact: <tng-tools_steps_copyartifact_defaults @@ -61,7 +61,7 @@ ## Axis Anchors -- lttng-tools_matrix_axes_defaults: <tng-tools_matrix_axes_defaults +- _lttng-tools_matrix_axes_defaults: <tng-tools_matrix_axes_defaults name: 'lttng-tools_matrix_axes_defaults' project-type: matrix node: 'master' # Applies only to matrix flyweight task @@ -71,10 +71,10 @@ expr: '{touchstone}' result: unstable axes: - - axis: <tng-tools_matrix_axis_arch + - axis: <tng-tools_matrix_axis_platform type: slave - name: arch - values: '{obj:archs}' + name: platform + values: '{obj:platforms}' - axis: <tng-tools_matrix_axis_conf type: user-defined name: conf @@ -96,7 +96,7 @@ name: test_type values: '{obj:testtypes}' -- lttng-tools_matrix_axes_rootbuild: <tng-tools_matrix_axes_rootbuild +- _lttng-tools_matrix_axes_rootbuild: <tng-tools_matrix_axes_rootbuild name: 'lttng-tools_matrix_axes_rootbuild' project-type: matrix node: 'master' # Applies only to matrix flyweight task @@ -107,8 +107,9 @@ name: node values: - 'amd64-rootnode' + - 'i386-rootnode' - axis: - <<: *lttng-tools_matrix_axis_arch + <<: *lttng-tools_matrix_axis_platform type: user-defined - axis: *lttng-tools_matrix_axis_conf - axis: *lttng-tools_matrix_axis_build @@ -118,7 +119,7 @@ ## Builders Anchors -- lttng-tools_builders_defaults: <tng-tools_builders_defaults +- _lttng-tools_builders_defaults: <tng-tools_builders_defaults name: 'lttng-tools_builders_defaults' builders: # Generate a properties file to add additionnal env @@ -159,12 +160,12 @@ # Always copy liburcu artifacts - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=${{liburcu_conf}},build=std' + project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/platform=${{platform}},conf=${{liburcu_conf}},build=std' # Always copy babeltrace artifacts - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: '{bt_job_prefix}babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=${{babeltrace_conf}},build=std' + project: '{bt_job_prefix}babeltrace_${{babeltrace_version}}_{buildtype}/platform=${{platform}},conf=${{babeltrace_conf}},build=std' # Some conf do not require lttng-ust artifacts - conditional-step: @@ -176,7 +177,7 @@ steps: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: '{ust_job_prefix}lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{ust_conf}},build=std' + project: '{ust_job_prefix}lttng-ust_{ustversion}_{buildtype}/liburcu_version=${{liburcu_version}},platform=${{platform}},conf=${{ust_conf}},build=std' # rootbuild requires a checkout of modules - conditional-step: @@ -190,15 +191,15 @@ git clone -b "{version}" https://github.com/{github_user}/lttng-modules.git src/lttng-modules - shell: - !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh + !include-raw-escape: scripts/lttng-tools/prebuild_clean_processes_coredumps.sh - shell: !include-raw-escape: - scripts/common/print.sh - scripts/lttng-tools/build.sh -- lttng-tools_builders_gerrit: <tng-tools_builders_gerrit - name: 'lttng-tools_builders_gerrit' +- _lttng-tools_builders_review: <tng-tools_builders_review + name: 'lttng-tools_builders_review' builders: - shell: !include-raw-escape: scripts/lttng-tools/gerrit-depends-on.sh @@ -231,7 +232,7 @@ steps: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: '{ust_job_prefix}lttng-ust_${{GERRIT_BRANCH}}_{buildtype}/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=${{conf}},build=std' + project: '{ust_job_prefix}lttng-ust_${{GERRIT_BRANCH}}_{buildtype}/liburcu_version=${{liburcu_version}},platform=${{platform}},conf=${{conf}},build=std' # Copy liburcu artifacts if we don't depend on a specific liburcu change - conditional-step: @@ -241,7 +242,7 @@ steps: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std' + project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_{buildtype}/platform=${{platform}},conf=std,build=std' # Copy babeltrace artifacts if we don't depend on a specific babeltrace change - conditional-step: @@ -251,10 +252,10 @@ steps: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: '{bt_job_prefix}babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std' + project: '{bt_job_prefix}babeltrace_${{babeltrace_version}}_{buildtype}/platform=${{platform}},conf=std,build=std' - shell: - !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh + !include-raw-escape: scripts/lttng-tools/prebuild_clean_processes_coredumps.sh # Build liburcu if we depend on a specific liburcu change - conditional-step: @@ -282,7 +283,7 @@ - shell: !include-raw-escape: scripts/lttng-tools/gerrit-install-deps.sh - # Build babeltrace if we depend on a specific babeltrace change + # Build lttng-ust if we depend on a specific lttng-ust change - conditional-step: condition-kind: shell condition-command: 'test "$GERRIT_DEP_LTTNG_UST" != ""' @@ -301,18 +302,18 @@ - scripts/common/print.sh - scripts/lttng-tools/build.sh -- lttng-tools_builders_win: <tng-tools_builders_win +- _lttng-tools_builders_win: <tng-tools_builders_win name: 'lttng-tools_builders_win' builders: # Always copy liburcu artifacts - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_winbuild/arch=${{arch}},conf=std,build=std' + project: '{urcu_job_prefix}liburcu_${{liburcu_version}}_winbuild/platform=${{platform}},conf=std,build=std' - conditional-step: condition-kind: strings-match on-evaluation-failure: run - condition-string1: '${{arch}}' + condition-string1: '${{platform}}' condition-string2: 'cygwin64' steps: - shell: @@ -325,7 +326,7 @@ - conditional-step: condition-kind: strings-match on-evaluation-failure: run - condition-string1: '${{arch}}' + condition-string1: '${{platform}}' condition-string2: 'msys2-mingw32' steps: - inject: @@ -340,7 +341,7 @@ - conditional-step: condition-kind: strings-match on-evaluation-failure: run - condition-string1: '${{arch}}' + condition-string1: '${{platform}}' condition-string2: 'msys2-mingw64' steps: - inject: @@ -352,21 +353,38 @@ - scripts/common/print.sh - scripts/lttng-tools/build.sh -- lttng-tools_publishers_defaults: <tng-tools_publishers_defaults +- _lttng-tools_publishers_defaults: <tng-tools_publishers_defaults name: 'lttng-tools_publishers_defaults' publishers: + # On build abort (timeout), wait 10 seconds before running the other post + # build scripts, this will allow the processes to terminate and make the + # build log more legible. + - postbuildscript: <tng-tools_publisher_postbuildscript_wait_10_seconds_on_abort + mark-unstable-if-failed: false + builders: + - role: SLAVE + build-on: + - ABORTED + build-steps: + - shell: + !include-raw-escape: scripts/lttng-tools/postbuild_wait_10_seconds.sh + # On build failure, try to get partial tap results if any exists - - postbuildscript: + - postbuildscript: <tng-tools_publisher_postbuildscript_collect_tap_on_failure mark-unstable-if-failed: false builders: - role: SLAVE build-on: + - ABORTED - FAILURE build-steps: - shell: - !include-raw-escape: scripts/lttng-tools/tap_failure.sh + !include-raw-escape: scripts/lttng-tools/postbuild_collect_tap_results.sh - - postbuildscript: + # If there are leftover lttng processes or core files present, kill the + # processes, collect the core files, delete them and mark the build + # unstable. + - postbuildscript: <tng-tools_publisher_postbuildscript_clean_processes_coredumps mark-unstable-if-failed: true builders: - role: SLAVE @@ -378,12 +396,14 @@ - FAILURE build-steps: - shell: - !include-raw-escape: scripts/lttng-tools/hang_processes.sh + !include-raw-escape: scripts/lttng-tools/postbuild_clean_processes_coredumps.sh - tap: <tng-tools_publisher_tap_defaults results: 'tap/**/*.*' 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 - raw: <tng-tools_publisher_warnings-ng_defaults @@ -398,14 +418,6 @@ false - - - - - - - false - @@ -436,13 +448,18 @@ - archive: <tng-tools_publisher_archive_defaults - artifacts: 'build/**,deps/**,tap/**' + artifacts: 'build/**,deps/**,tap/**,log/**' allow-empty: false - workspace-cleanup: <tng-tools_publisher_workspace-cleanup_defaults clean-if: - failure: false + - ircbot: <tng-tools_publisher_ircbot_defaults + strategy: statechange-only + message-type: summary-scm + matrix-notifier: only-configurations + - email-ext: <tng-tools_publisher_email-ext_defaults recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -466,15 +483,17 @@ send-to: - recipients -- lttng-tools_publishers_win: <tng-tools_publishers_win +- _lttng-tools_publishers_win: <tng-tools_publishers_win name: 'lttng-tools_publishers_win' publishers: - tap: *lttng-tools_publisher_tap_defaults - raw: *lttng-tools_publisher_warnings-ng_defaults - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults - archive: *lttng-tools_publisher_archive_defaults + - ircbot: *lttng-tools_publisher_ircbot_defaults - email-ext: *lttng-tools_publisher_email-ext_defaults + ## Templates - job-template: name: '{job_prefix}lttng-tools_{version}_{buildtype}' @@ -544,6 +563,30 @@ jobs: '{ust_job_prefix}lttng-ust_{version}_build' result: 'success' +- job-template: + name: '{job_prefix}lttng-tools_{version}_rootbuild_i386' + defaults: lttng-tools + + scm: + - git: *lttng-tools_scm_git_default + + wrappers: + - ansicolor: *lttng-tools_wrapper_ansicolor_defaults + - timeout: + <<: *lttng-tools_wrapper_timeout_defaults + timeout: 10 + - timestamps + + <<: *lttng-tools_matrix_axes_rootbuild + <<: *lttng-tools_builders_defaults + <<: *lttng-tools_publishers_defaults + + triggers: + - pollscm: *lttng-tools_trigger_pollscm_default + - reverse: + jobs: '{ust_job_prefix}lttng-ust_{version}_build' + result: 'success' + - job-template: name: lttng-tools_{version}_winbuild defaults: lttng-tools @@ -553,12 +596,12 @@ <<: *lttng-tools_publishers_win - job-template: - name: dev_gerrit_lttng-tools_{buildtype} + name: dev_review_lttng-tools_{version}_{buildtype} defaults: lttng-tools concurrent: true scm: - - git: <tng-tools_scm_git_gerrit + - git: <tng-tools_scm_git_review url: https://review.lttng.org/lttng-tools refspec: 'refs/changes/*:refs/changes/*' branches: @@ -576,8 +619,8 @@ - project-compare-type: 'PLAIN' project-pattern: 'lttng-tools' branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' properties: - inject: @@ -591,32 +634,21 @@ - 'gerrit-{buildtype}' <<: *lttng-tools_matrix_axes_defaults - <<: *lttng-tools_builders_gerrit + <<: *lttng-tools_builders_review publishers: - - postbuildscript: - mark-unstable-if-failed: false - builders: - - role: SLAVE - build-on: - - FAILURE - build-steps: - - shell: - !include-raw-escape: scripts/lttng-tools/tap_failure.sh + # On build abort (timeout), wait 10 seconds before running the other post + # build scripts, this will allow the processes to terminate and make the + # build log more legible. + - postbuildscript: *lttng-tools_publisher_postbuildscript_wait_10_seconds_on_abort - - postbuildscript: - mark-unstable-if-failed: true - builders: - - role: SLAVE - build-on: - - SUCCESS - - UNSTABLE - - NOT_BUILT - - ABORTED - - FAILURE - build-steps: - - shell: - !include-raw-escape: scripts/lttng-tools/hang_processes.sh + # On build failure, try to get partial tap results if any exists + - postbuildscript: *lttng-tools_publisher_postbuildscript_collect_tap_on_failure + + # If there are leftover lttng processes or core files present, kill the + # processes, collect the core files, delete them and mark the build + # unstable. + - postbuildscript: *lttng-tools_publisher_postbuildscript_clean_processes_coredumps - tap: *lttng-tools_publisher_tap_defaults - raw: *lttng-tools_publisher_warnings-ng_defaults @@ -624,12 +656,12 @@ - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults - job-template: - name: dev_gerrit_lttng-tools_rootbuild + name: dev_review_lttng-tools_{version}_rootbuild defaults: lttng-tools concurrent: true scm: - - git: *lttng-tools_scm_git_gerrit + - git: *lttng-tools_scm_git_review triggers: - gerrit: *lttng-tools_trigger_gerrit_default @@ -646,7 +678,7 @@ - 'gerrit-{buildtype}' <<: *lttng-tools_matrix_axes_rootbuild - <<: *lttng-tools_builders_gerrit + <<: *lttng-tools_builders_review publishers: - tap: *lttng-tools_publisher_tap_defaults @@ -657,7 +689,7 @@ - job-template: name: lttng-tools_{version}_release defaults: lttng-tools - node: 'amd64' + node: 'bionic-amd64' triggers: - pollscm: @@ -676,75 +708,45 @@ builders: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std' + project: 'liburcu_{urcuversion}_build/platform=bionic-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'babeltrace_{babelversion}_build/arch=amd64,conf=std,build=std' + project: 'babeltrace_{babelversion}_build/platform=bionic-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=agents,build=std' + project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},platform=bionic-amd64,conf=agents,build=std' - shell: - !include-raw-escape: scripts/lttng-tools/clean_processes_coredump.sh + !include-raw-escape: scripts/lttng-tools/prebuild_clean_processes_coredumps.sh - shell: !include-raw-escape: scripts/lttng-tools/release.sh publishers: - - postbuildscript: - mark-unstable-if-failed: false - builders: - - role: SLAVE - build-on: - - ABORTED - build-steps: - - shell: - !include-raw-escape: scripts/lttng-tools/tap_failure.sh + # On build abort (timeout), wait 10 seconds before running the other post + # build scripts, this will allow the processes to terminate and make the + # build log more legible. + - postbuildscript: *lttng-tools_publisher_postbuildscript_wait_10_seconds_on_abort - - postbuildscript: - mark-unstable-if-failed: true - builders: - - role: SLAVE - build-on: - - SUCCESS - - UNSTABLE - - NOT_BUILT - - ABORTED - - FAILURE - build-steps: - - shell: - !include-raw-escape: scripts/lttng-tools/hang_processes.sh + # On build failure, try to get partial tap results if any exists + - postbuildscript: *lttng-tools_publisher_postbuildscript_collect_tap_on_failure + + # If there are leftover lttng processes or core files present, kill the + # processes, collect the core files, delete them and mark the build + # unstable. + - postbuildscript: *lttng-tools_publisher_postbuildscript_clean_processes_coredumps - tap: *lttng-tools_publisher_tap_defaults - raw: *lttng-tools_publisher_warnings-ng_defaults - archive: artifacts: 'out/**' allow-empty: false + fingerprint: true - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults - -- job-template: - name: lttng-tools_{version}_cppcheck - defaults: lttng-tools - - triggers: - - pollscm: - cron: "@daily" - - builders: - - shell: | - rm -f cppcheck-result.xml - cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> cppcheck-result.xml - - publishers: - - archive: - artifacts: 'cppcheck-result.xml' - allow-empty: false - - cppcheck: - pattern: 'cppcheck-result.xml' - - email-ext: *lttng-tools_publisher_email-ext_defaults + - ircbot: *lttng-tools_publisher_ircbot_defaults - job-template: name: lttng-tools_{version}_scan-build defaults: lttng-tools - node: 'amd64' + node: 'bionic-amd64' triggers: - pollscm: @@ -753,10 +755,10 @@ builders: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std' + project: 'liburcu_{urcuversion}_build/platform=bionic-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std' + project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},platform=bionic-amd64,conf=std,build=std' - shell: !include-raw-escape: scripts/common/scan-build.sh @@ -765,11 +767,12 @@ name: 'HTML Report' dir: 'scan-build-archive/' files: 'index.html' + - ircbot: *lttng-tools_publisher_ircbot_defaults - job-template: name: lttng-tools_{version}_coverity defaults: lttng-tools - node: 'amd64' + node: 'bionic-amd64' triggers: - pollscm: @@ -789,10 +792,10 @@ builders: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'liburcu_{urcuversion}_build/arch=amd64,conf=std,build=std' + project: 'liburcu_{urcuversion}_build/platform=bionic-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},arch=amd64,conf=std,build=std' + project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},platform=bionic-amd64,conf=std,build=std' - shell: !include-raw-escape: scripts/common/coverity.sh @@ -801,6 +804,7 @@ artifacts: 'analysis-results.tgz,cov-int/**' allow-empty: false - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - ircbot: *lttng-tools_publisher_ircbot_defaults ## Views @@ -825,11 +829,23 @@ - master jobs: # Master # + - '{job_prefix}lttng-tools_{version}_{buildtype}': + buildtype: linuxbuild + version: master + ustversion: master + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, oot, dist] + confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [stable-2.0, master] + testtypes: !!python/tuple [base] + filter: '(build=="std") || ((babeltrace_version=="master" && (conf=="std" || conf=="agents" || conf=="no-ust")))' + touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: build version: master ustversion: master - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [master] @@ -841,7 +857,7 @@ buildtype: portbuild version: master ustversion: master - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] @@ -853,7 +869,7 @@ buildtype: slesbuild version: master ustversion: master - archs: !!python/tuple [sles12sp5] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [master] @@ -865,7 +881,19 @@ buildtype: elbuild version: master ustversion: master - archs: !!python/tuple [el7, el8, el9] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_{buildtype}': + buildtype: yoctobuild + version: master + ustversion: master + platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [master] @@ -877,7 +905,7 @@ buildtype: macosbuild version: master ustversion: master - archs: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-amd64, macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] @@ -888,7 +916,7 @@ - 'lttng-tools_{version}_winbuild': version: master ustversion: master - archs: !!python/tuple [cygwin64] + platforms: !!python/tuple [cygwin64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] @@ -900,7 +928,7 @@ buildtype: build version: master ustversion: master - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [master] @@ -912,13 +940,25 @@ buildtype: build version: master ustversion: master - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] - filter: '' + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_rootbuild_i386': + buildtype: portbuild + version: master + ustversion: master + platforms: !!python/tuple [deb11-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '(node=="i386-rootnode" && platform=="deb11-i386")' touchstone: '' - 'lttng-tools_{version}_scan-build': version: master @@ -930,11 +970,23 @@ ustversion: master # stable-2.13 + - '{job_prefix}lttng-tools_{version}_{buildtype}': + buildtype: linuxbuild + version: stable-2.13 + ustversion: stable-2.13 + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, oot, dist] + confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))' + touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [stable-0.13] @@ -946,7 +998,7 @@ buildtype: portbuild version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] @@ -958,7 +1010,7 @@ buildtype: slesbuild version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [sles12sp5] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.13] @@ -970,7 +1022,19 @@ buildtype: elbuild version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [el7, el8, el9] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_{buildtype}': + buildtype: yoctobuild + version: stable-2.13 + ustversion: stable-2.13 + platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] @@ -982,7 +1046,7 @@ buildtype: macosbuild version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-amd64, macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] @@ -993,7 +1057,7 @@ - 'lttng-tools_{version}_winbuild': version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [cygwin64] + platforms: !!python/tuple [cygwin64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] @@ -1005,7 +1069,7 @@ buildtype: build version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] @@ -1017,13 +1081,13 @@ buildtype: build version: stable-2.13 ustversion: stable-2.13 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] - filter: '' + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' touchstone: '' - 'lttng-tools_{version}_release': version: v2.13 @@ -1036,14 +1100,26 @@ ustversion: stable-2.13 # stable-2.12 + - '{job_prefix}lttng-tools_{version}_{buildtype}': + buildtype: linuxbuild + version: stable-2.12 + ustversion: stable-2.12 + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, oot, dist] + confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))' + touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))' @@ -1052,10 +1128,10 @@ buildtype: portbuild version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1064,10 +1140,10 @@ buildtype: slesbuild version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [sles12sp5] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1076,10 +1152,22 @@ buildtype: elbuild version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [el7, el8, el9] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_{buildtype}': + buildtype: yoctobuild + version: stable-2.12 + ustversion: stable-2.12 + platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1088,10 +1176,10 @@ buildtype: macosbuild version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-amd64, macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1099,10 +1187,10 @@ - 'lttng-tools_{version}_winbuild': version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [cygwin64] + platforms: !!python/tuple [cygwin64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1111,10 +1199,10 @@ buildtype: build version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [full] filter: '' @@ -1123,27 +1211,24 @@ buildtype: build version: stable-2.12 ustversion: stable-2.12 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] - filter: '' + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' touchstone: '' - 'lttng-tools_{version}_release': version: v2.12 ustversion: stable-2.12 - urcuversion: stable-0.12 + urcuversion: stable-0.13 babelversion: stable-2.0 - 'lttng-tools_{version}_scan-build': version: stable-2.12 - urcuversion: stable-0.12 + urcuversion: stable-0.13 ustversion: stable-2.12 - # Other jobs - - 'lttng-tools_{version}_cppcheck' - - project: name: dev_upstream_lttng-tools job_prefix: 'dev_upstream_' @@ -1155,10 +1240,10 @@ jobs: # stable-2.11 - '{job_prefix}lttng-tools_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.11 ustversion: stable-2.11 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [jammy-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [stable-0.11] @@ -1170,7 +1255,7 @@ buildtype: portbuild version: stable-2.11 ustversion: stable-2.11 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [no-ust, agents] urcuversions: !!python/tuple [stable-0.11] @@ -1182,7 +1267,7 @@ buildtype: slesbuild version: stable-2.11 ustversion: stable-2.11 - archs: !!python/tuple [sles12sp5] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.11] @@ -1194,7 +1279,7 @@ buildtype: elbuild version: stable-2.11 ustversion: stable-2.11 - archs: !!python/tuple [el7, el8, el9] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.11] @@ -1202,37 +1287,13 @@ testtypes: !!python/tuple [base] filter: '' touchstone: '' - - '{job_prefix}lttng-tools_{version}_long_regression': - buildtype: build - version: stable-2.11 - ustversion: stable-2.11 - archs: !!python/tuple [amd64] - builds: !!python/tuple [std] - confs: !!python/tuple [std] - urcuversions: !!python/tuple [stable-0.11] - babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [full] - filter: '' - touchstone: '' - - '{job_prefix}lttng-tools_{version}_rootbuild': - buildtype: build - version: stable-2.11 - ustversion: stable-2.11 - archs: !!python/tuple [amd64] - builds: !!python/tuple [std] - confs: !!python/tuple [agents] - urcuversions: !!python/tuple [stable-0.11] - babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] - filter: '' - touchstone: '' # stable-2.10 - '{job_prefix}lttng-tools_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.10 ustversion: stable-2.10 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [jammy-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [stable-0.9] @@ -1244,7 +1305,7 @@ buildtype: portbuild version: stable-2.10 ustversion: stable-2.10 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [no-ust, agents] urcuversions: !!python/tuple [stable-0.9] @@ -1256,7 +1317,7 @@ buildtype: slesbuild version: stable-2.10 ustversion: stable-2.10 - archs: !!python/tuple [sles12sp5] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.9] @@ -1268,7 +1329,7 @@ buildtype: elbuild version: stable-2.10 ustversion: stable-2.10 - archs: !!python/tuple [el7, el8, el9] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.9] @@ -1276,18 +1337,6 @@ testtypes: !!python/tuple [base] filter: '' touchstone: '' - - '{job_prefix}lttng-tools_{version}_long_regression': - buildtype: build - version: stable-2.10 - ustversion: stable-2.10 - archs: !!python/tuple [amd64] - builds: !!python/tuple [std] - confs: !!python/tuple [std] - urcuversions: !!python/tuple [stable-0.9] - babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [full] - filter: '' - touchstone: '' - project: name: dev_jgalar_lttng-tools @@ -1304,7 +1353,7 @@ buildtype: build version: master-staging ustversion: master - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] @@ -1316,7 +1365,7 @@ buildtype: portbuild version: master-staging ustversion: master - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] @@ -1328,7 +1377,7 @@ buildtype: macosbuild version: master-staging ustversion: master - archs: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-amd64, macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] @@ -1342,10 +1391,10 @@ buildtype: build version: stable-2.13-staging ustversion: stable-2.13 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0, master] testtypes: !!python/tuple [base] filter: '' @@ -1354,10 +1403,10 @@ buildtype: portbuild version: stable-2.13-staging ustversion: stable-2.13 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1368,10 +1417,10 @@ buildtype: build version: stable-2.12-staging ustversion: stable-2.12 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0, master] testtypes: !!python/tuple [base] filter: '' @@ -1380,10 +1429,10 @@ buildtype: portbuild version: stable-2.12-staging ustversion: stable-2.12 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] - urcuversions: !!python/tuple [stable-0.12] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' @@ -1404,7 +1453,7 @@ buildtype: build version: stable-2.11-staging ustversion: stable-2.11 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.11] @@ -1416,7 +1465,7 @@ buildtype: portbuild version: stable-2.11-staging ustversion: stable-2.11 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.11] @@ -1430,7 +1479,7 @@ buildtype: build version: stable-2.10-staging ustversion: stable-2.10 - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.9] @@ -1442,7 +1491,7 @@ buildtype: portbuild version: stable-2.10-staging ustversion: stable-2.10 - archs: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.9] @@ -1452,33 +1501,84 @@ touchstone: '' - project: - name: gerrit-lttng-tools + name: review-lttng-tools job_prefix: '' ust_job_prefix: '' urcu_job_prefix: '' bt_job_prefix: '' github_user: lttng jobs: - - 'dev_gerrit_lttng-tools_{buildtype}': + ## Master ## + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: master buildtype: build - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, no-ust, agents] - urcuversions: !!python/tuple [master] # Switch to stable-0.14 when released (for C++ support) + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' touchstone: '' - - 'dev_gerrit_lttng-tools_rootbuild': + - 'dev_review_lttng-tools_{version}_rootbuild': + version: master buildtype: build - archs: !!python/tuple [amd64] + platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] - urcuversions: !!python/tuple [master] # Switch to stable-0.14 when released (for C++ support) + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' + touchstone: '' + + ## Stable 2.13 ## + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: stable-2.13 + buildtype: build + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, no-ust, agents] + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] filter: '' touchstone: '' + - 'dev_review_lttng-tools_{version}_rootbuild': + version: stable-2.13 + buildtype: build + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' + touchstone: '' + + ## Stable 2.12 ## + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: stable-2.12 + buildtype: build + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, no-ust, agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_rootbuild': + version: stable-2.12 + buildtype: build + platforms: !!python/tuple [bionic-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + testtypes: !!python/tuple [base] + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' + touchstone: '' - project: name: lttng-tools-views