X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-tools.yaml;h=5c97d7325c3e95653d14684f0ab0040b5a663cb8;hb=40497a50d8f2bd728bc4491ecab0cb793c1004c0;hp=c90104ee4697554973d1663efb2eb83402885a68;hpb=7007618645a3be6355ea292da4007ee91667a52b;p=lttng-ci.git diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index c90104e..5c97d73 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -22,6 +22,16 @@ write-description: "

This build failed due to timeout.

" - timestamps - workspace-cleanup + - raw: <tng-tools_wrapper_proc-cleaner_defaults + xml: | + + + org.jenkinsci.plugins.proccleaner.PsAllKiller + + false + false + + scm: - git: <tng-tools_scm_git_default @@ -38,17 +48,17 @@ cron: "@hourly" properties: - - inject: + - inject: <tng-tools_property_inject_defaults properties-content: | PROJECT_NAME=lttng-tools - - build-discarder: + - build-discarder: <tng-tools_property_build-discarder_defaults num-to-keep: 20 artifact-num-to-keep: 2 - - github: + - github: <tng-tools_property_github_defaults 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 +71,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 @@ -91,12 +101,8 @@ type: user-defined name: babeltrace_version values: '{obj:babelversions}' - - axis: <tng-tools_matrix_axis_test_type - type: user-defined - 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 @@ -115,11 +121,10 @@ - axis: *lttng-tools_matrix_axis_build - axis: *lttng-tools_matrix_axis_liburcu_version - axis: *lttng-tools_matrix_axis_babeltrace_version - - axis: *lttng-tools_matrix_axis_test_type ## 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 @@ -198,8 +203,8 @@ - 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 @@ -283,7 +288,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" != ""' @@ -302,7 +307,7 @@ - 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 @@ -353,7 +358,7 @@ - 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 @@ -447,18 +452,34 @@ + - junit: <tng-tools_publisher_junit_defaults + results: 'src/lttng-ust-java-tests/**/target/failsafe-reports/*.xml' + allow-empty-results: true + - archive: <tng-tools_publisher_archive_defaults artifacts: 'build/**,deps/**,tap/**,log/**' + follow-symlinks: true allow-empty: false - workspace-cleanup: <tng-tools_publisher_workspace-cleanup_defaults clean-if: - failure: false + - raw: <tng-tools_publisher_proc-cleaner_defaults + xml: | + + + org.jenkinsci.plugins.proccleaner.PsAllKiller + + false + false + + + - ircbot: <tng-tools_publisher_ircbot_defaults strategy: statechange-only - message-type: summary-scm - matrix-notifier: only-configurations + message-type: summary + matrix-notifier: only-parent - email-ext: <tng-tools_publisher_email-ext_defaults recipients: '{obj:email_to}' @@ -483,16 +504,31 @@ send-to: - recipients -- lttng-tools_publishers_win: <tng-tools_publishers_win - name: 'lttng-tools_publishers_win' +- _lttng-tools_publishers_rootbuild: <tng-tools_publishers_rootbuild + name: 'lttng-tools_publishers_rootbuild' publishers: + - postbuildscript: *lttng-tools_publisher_postbuildscript_wait_10_seconds_on_abort + - postbuildscript: *lttng-tools_publisher_postbuildscript_collect_tap_on_failure + - postbuildscript: *lttng-tools_publisher_postbuildscript_clean_processes_coredumps - tap: *lttng-tools_publisher_tap_defaults - raw: *lttng-tools_publisher_warnings-ng_defaults + - archive: *lttng-tools_publisher_archive_defaults - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - ircbot: *lttng-tools_publisher_ircbot_defaults + - email-ext: *lttng-tools_publisher_email-ext_defaults + +- _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 - archive: *lttng-tools_publisher_archive_defaults + - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - raw: *lttng-tools_publisher_proc-cleaner_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}' @@ -516,10 +552,32 @@ <<: *lttng-tools_builders_defaults <<: *lttng-tools_publishers_defaults +- job-template: + name: 'dev_{user}_lttng-tools_{version}_macosbuild' + defaults: lttng-tools + + wrappers: + - ansicolor: *lttng-tools_wrapper_ansicolor_defaults + - timeout: *lttng-tools_wrapper_timeout_defaults + - timestamps + - workspace-cleanup + + <<: *lttng-tools_matrix_axes_defaults + <<: *lttng-tools_builders_defaults + <<: *lttng-tools_publishers_defaults + - job-template: name: '{job_prefix}lttng-tools_{version}_long_regression' defaults: lttng-tools + properties: + - inject: + properties-content: | + PROJECT_NAME=lttng-tools + LTTNG_TOOLS_RUN_TESTS_LONG_REGRESSION=yes + - build-discarder: *lttng-tools_property_build-discarder_defaults + - github: *lttng-tools_property_github_defaults + wrappers: - ansicolor: *lttng-tools_wrapper_ansicolor_defaults - timeout: @@ -527,6 +585,7 @@ timeout: 45 - timestamps - workspace-cleanup + - raw: *lttng-tools_wrapper_proc-cleaner_defaults <<: *lttng-tools_matrix_axes_defaults <<: *lttng-tools_builders_defaults @@ -554,7 +613,7 @@ <<: *lttng-tools_matrix_axes_rootbuild <<: *lttng-tools_builders_defaults - <<: *lttng-tools_publishers_defaults + <<: *lttng-tools_publishers_rootbuild triggers: - pollscm: *lttng-tools_trigger_pollscm_default @@ -578,7 +637,7 @@ <<: *lttng-tools_matrix_axes_rootbuild <<: *lttng-tools_builders_defaults - <<: *lttng-tools_publishers_defaults + <<: *lttng-tools_publishers_rootbuild triggers: - pollscm: *lttng-tools_trigger_pollscm_default @@ -586,6 +645,20 @@ jobs: '{ust_job_prefix}lttng-ust_{version}_build' result: 'success' +- job-template: + name: '{job_prefix}lttng-tools_{version}_macosbuild' + defaults: lttng-tools + + wrappers: + - ansicolor: *lttng-tools_wrapper_ansicolor_defaults + - timeout: *lttng-tools_wrapper_timeout_defaults + - timestamps + - workspace-cleanup + + <<: *lttng-tools_matrix_axes_defaults + <<: *lttng-tools_builders_defaults + <<: *lttng-tools_publishers_defaults + - job-template: name: lttng-tools_{version}_winbuild defaults: lttng-tools @@ -595,12 +668,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: @@ -618,13 +691,11 @@ - project-compare-type: 'PLAIN' project-pattern: 'lttng-tools' branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' properties: - - inject: - properties-content: | - PROJECT_NAME=lttng-tools + - inject: *lttng-tools_property_inject_defaults - build-discarder: days-to-keep: 1 - throttle: @@ -633,7 +704,7 @@ - 'gerrit-{buildtype}' <<: *lttng-tools_matrix_axes_defaults - <<: *lttng-tools_builders_gerrit + <<: *lttng-tools_builders_review publishers: # On build abort (timeout), wait 10 seconds before running the other post @@ -651,24 +722,156 @@ - tap: *lttng-tools_publisher_tap_defaults - raw: *lttng-tools_publisher_warnings-ng_defaults + - junit: *lttng-tools_publisher_junit_defaults - archive: *lttng-tools_publisher_archive_defaults - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - raw: *lttng-tools_publisher_proc-cleaner_defaults - job-template: - name: dev_gerrit_lttng-tools_rootbuild + name: dev_review_lttng-tools_{version}_smokebuild 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 + - gerrit: <tng-tools_trigger_gerrit_smoke_1 + trigger-on: + - comment-added-event: + approval-category: 'Smoke-Build-Lvl1' + approval-value: 1 + projects: + - project-compare-type: 'PLAIN' + project-pattern: 'lttng-tools' + branches: + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + aborted: true properties: - inject: properties-content: | PROJECT_NAME=lttng-tools + LTTNG_TOOLS_RUN_TESTS=no + - build-discarder: + days-to-keep: 1 + + <<: *lttng-tools_matrix_axes_defaults + <<: *lttng-tools_builders_review + + publishers: + - raw: *lttng-tools_publisher_warnings-ng_defaults + - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - raw: *lttng-tools_publisher_proc-cleaner_defaults + +- job-template: + name: dev_review_lttng-tools_{version}_clang-tidy + defaults: lttng-tools + concurrent: true + + scm: + - git: *lttng-tools_scm_git_review + + triggers: + - gerrit: <tng-tools_trigger_gerrit_smoke_2 + trigger-on: + - comment-added-event: + approval-category: 'Smoke-Build-Lvl2' + approval-value: 1 + projects: + - project-compare-type: 'PLAIN' + project-pattern: 'lttng-tools' + branches: + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + aborted: true + + properties: + - inject: + properties-content: | + PROJECT_NAME=lttng-tools + LTTNG_TOOLS_MAKE_INSTALL=no + LTTNG_TOOLS_MAKE_CLEAN=no + LTTNG_TOOLS_RUN_TESTS=no + LTTNG_TOOLS_GEN_COMPILE_COMMANDS=yes + LTTNG_TOOLS_CLANG_TIDY=yes + - build-discarder: + days-to-keep: 1 + + <<: *lttng-tools_matrix_axes_defaults + <<: *lttng-tools_builders_review + + publishers: + - raw: + xml: | + + + + + + + + + false + + + + + + false + true + false + 0 + 0 + + LOW + + + true + true + false + true + false + + + FAILED + 1 + TOTAL + + + AGGREGATION_TOOLS + + + - archive: + artifacts: 'clang-tidy-fixes.diff' + allow-empty: true + - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - raw: *lttng-tools_publisher_proc-cleaner_defaults + +- job-template: + name: dev_review_lttng-tools_{version}_rootbuild + defaults: lttng-tools + concurrent: true + + scm: + - git: *lttng-tools_scm_git_review + + triggers: + - gerrit: *lttng-tools_trigger_gerrit_default + + properties: + - inject: *lttng-tools_property_inject_defaults - build-discarder: days-to-keep: 1 - throttle: @@ -677,7 +880,7 @@ - 'gerrit-{buildtype}' <<: *lttng-tools_matrix_axes_rootbuild - <<: *lttng-tools_builders_gerrit + <<: *lttng-tools_builders_review publishers: - tap: *lttng-tools_publisher_tap_defaults @@ -685,10 +888,38 @@ - archive: *lttng-tools_publisher_archive_defaults - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults +- job-template: + name: 'dev_review_lttng-tools_{version}_check-format' + defaults: lttng-tools + concurrent: true + + scm: + - git: *lttng-tools_scm_git_review + + triggers: + - gerrit: *lttng-tools_trigger_gerrit_smoke_1 + + node: 'deb12-amd64' + + builders: + - shell: + !include-raw-escape: scripts/common/check-format.sh + + properties: + - inject: *lttng-tools_property_inject_defaults + - build-discarder: + days-to-keep: 1 + + publishers: + - archive: + artifacts: 'clang-format-fixes.diff' + allow-empty: true + - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - job-template: name: lttng-tools_{version}_release defaults: lttng-tools - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -707,13 +938,13 @@ builders: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'liburcu_{urcuversion}_build/platform=bionic-amd64,conf=std,build=std' + project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'babeltrace_{babelversion}_build/platform=bionic-amd64,conf=std,build=std' + project: 'babeltrace_{babelversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},platform=bionic-amd64,conf=agents,build=std' + project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=agents,build=std' - shell: !include-raw-escape: scripts/lttng-tools/prebuild_clean_processes_coredumps.sh - shell: @@ -740,12 +971,13 @@ allow-empty: false fingerprint: true - workspace-cleanup: *lttng-tools_publisher_workspace-cleanup_defaults + - raw: *lttng-tools_publisher_proc-cleaner_defaults - ircbot: *lttng-tools_publisher_ircbot_defaults - job-template: name: lttng-tools_{version}_scan-build defaults: lttng-tools - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -754,10 +986,10 @@ builders: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'liburcu_{urcuversion}_build/platform=bionic-amd64,conf=std,build=std' + project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},platform=bionic-amd64,conf=std,build=std' + project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=std,build=std' - shell: !include-raw-escape: scripts/common/scan-build.sh @@ -771,7 +1003,7 @@ - job-template: name: lttng-tools_{version}_coverity defaults: lttng-tools - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -791,10 +1023,10 @@ builders: - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'liburcu_{urcuversion}_build/platform=bionic-amd64,conf=std,build=std' + project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults - project: 'lttng-ust_{ustversion}_build/liburcu_version={urcuversion},platform=bionic-amd64,conf=std,build=std' + project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=std,build=std' - shell: !include-raw-escape: scripts/common/coverity.sh @@ -832,12 +1064,11 @@ buildtype: linuxbuild version: master ustversion: master - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-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}': @@ -849,19 +1080,17 @@ 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: portbuild version: master ustversion: master - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -873,19 +1102,17 @@ confs: !!python/tuple [agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: elbuild version: master ustversion: master - platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64] 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}': @@ -897,10 +1124,9 @@ 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}': + - '{job_prefix}lttng-tools_{version}_macosbuild': buildtype: macosbuild version: master ustversion: master @@ -909,7 +1135,6 @@ confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'lttng-tools_{version}_winbuild': @@ -920,44 +1145,40 @@ confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_long_regression': - buildtype: build + buildtype: linuxbuild version: master ustversion: master - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [full] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_rootbuild': - buildtype: build + buildtype: linuxbuild version: master ustversion: master - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] - filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' + filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")' touchstone: '' - '{job_prefix}lttng-tools_{version}_rootbuild_i386': buildtype: portbuild version: master ustversion: master - platforms: !!python/tuple [deb11-i386] + platforms: !!python/tuple [deb12-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")' + filter: '(node=="i386-rootnode" && platform=="deb12-i386")' touchstone: '' - 'lttng-tools_{version}_scan-build': version: master @@ -973,12 +1194,11 @@ buildtype: linuxbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-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}': @@ -990,19 +1210,17 @@ 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: portbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] 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: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1014,19 +1232,17 @@ confs: !!python/tuple [agents] 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: elbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64] 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}': @@ -1038,10 +1254,9 @@ 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}': + - '{job_prefix}lttng-tools_{version}_macosbuild': buildtype: macosbuild version: stable-2.13 ustversion: stable-2.13 @@ -1050,7 +1265,6 @@ confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'lttng-tools_{version}_winbuild': @@ -1061,32 +1275,29 @@ confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_long_regression': - buildtype: build + buildtype: linuxbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [full] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_rootbuild': - buildtype: build + buildtype: linuxbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-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")' + filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")' touchstone: '' - 'lttng-tools_{version}_release': version: v2.13 @@ -1103,12 +1314,11 @@ buildtype: linuxbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-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}': @@ -1120,19 +1330,17 @@ 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: portbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] 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: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1144,19 +1352,17 @@ confs: !!python/tuple [agents] 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: elbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64] 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}': @@ -1168,10 +1374,9 @@ 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}': + - '{job_prefix}lttng-tools_{version}_macosbuild': buildtype: macosbuild version: stable-2.12 ustversion: stable-2.12 @@ -1180,7 +1385,6 @@ confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'lttng-tools_{version}_winbuild': @@ -1191,32 +1395,29 @@ confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_long_regression': - buildtype: build + buildtype: linuxbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [full] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_rootbuild': - buildtype: build + buildtype: linuxbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-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")' + filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")' touchstone: '' - 'lttng-tools_{version}_release': version: v2.12 @@ -1242,24 +1443,22 @@ buildtype: linuxbuild version: stable-2.11 ustversion: stable-2.11 - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [stable-0.11] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '(build=="std") || (conf=="std" || conf=="agents" || conf=="no-ust")' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.11 ustversion: stable-2.11 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [no-ust, agents] urcuversions: !!python/tuple [stable-0.11] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1271,7 +1470,6 @@ confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.11] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1283,7 +1481,6 @@ confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.11] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' @@ -1292,24 +1489,22 @@ buildtype: linuxbuild version: stable-2.10 ustversion: stable-2.10 - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback] urcuversions: !!python/tuple [stable-0.9] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '(build=="std") || (conf=="std" || conf=="agents" || conf=="no-ust")' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.10 ustversion: stable-2.10 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [no-ust, agents] urcuversions: !!python/tuple [stable-0.9] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1321,7 +1516,6 @@ confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.9] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1333,7 +1527,6 @@ confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.9] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' @@ -1349,30 +1542,28 @@ jobs: # Master - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: master-staging ustversion: master - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0, master] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: master-staging ustversion: master - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-1.5, master] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - - 'dev_{user}_lttng-tools_{version}_{buildtype}': + - 'dev_{user}_lttng-tools_{version}_macosbuild': buildtype: macosbuild version: master-staging ustversion: master @@ -1381,59 +1572,54 @@ confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] filter: '' touchstone: '' # stable-2.13 - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.13-staging ustversion: stable-2.13 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0, master] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.13-staging ustversion: stable-2.13 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] 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: '' # stable-2.12 - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.12-staging ustversion: stable-2.12 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0, master] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.12-staging ustversion: stable-2.12 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] 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: '' @@ -1449,83 +1635,212 @@ jobs: # stable-2.11 - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.11-staging ustversion: stable-2.11 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.11] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.11-staging ustversion: stable-2.11 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.11] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' # stable-2.10 - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.10-staging ustversion: stable-2.10 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.9] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' touchstone: '' - 'dev_{user}_lttng-tools_{version}_{buildtype}': buildtype: portbuild version: stable-2.10-staging ustversion: stable-2.10 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, no-ust, agents] urcuversions: !!python/tuple [stable-0.9] babelversions: !!python/tuple [stable-1.5] - testtypes: !!python/tuple [base] filter: '' 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 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.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}_{buildtype}': + version: master + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, no-ust, agents] + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_rootbuild': + version: master + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")' + touchstone: '' + - 'dev_review_lttng-tools_{version}_smokebuild': + version: master + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [oot-dist] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_clang-tidy': + version: master + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_check-format': + version: master + + ## 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] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: stable-2.13 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-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] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_rootbuild': + version: stable-2.13 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] - urcuversions: !!python/tuple [stable-0.14] # Baseline is stable-0.14 for C++ support + urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - testtypes: !!python/tuple [base] - filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' + filter: '(node=="amd64-rootnode" && platform=="deb12-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] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: stable-2.12 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-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] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_rootbuild': + version: stable-2.12 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")' + touchstone: '' + +- project: + name: lttng-tools-mjeanson + job_prefix: 'dev_mjeanson_' + ust_job_prefix: 'dev_mjeanson_' + urcu_job_prefix: 'dev_mjeanson_' + bt_job_prefix: 'dev_mjeanson_' + github_user: lttng + github_name: lttng-tools + email_to: "mjeanson@efficios.com" + version: + - master + jobs: + - '{job_prefix}lttng-tools_{version}_{buildtype}': + buildtype: portbuild + version: master + ustversion: master + platforms: !!python/tuple [sid-riscv64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, no-ust, agents] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [master] + filter: '' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_rootbuild': + version: master + buildtype: linuxbuild + ustversion: master + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [master] + ustversion: master + babelversions: !!python/tuple [master] + filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")' touchstone: '' - project: