X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Flttng-tools.yaml;h=f32ce045c6a118cb1f7ed2251827482da365520d;hb=HEAD;hp=3fa5bfb4088e4c28d8723e1e57c23590672a94c0;hpb=ac6fcfec59ba28368069d7df943b8040a479b5f8;p=lttng-ci.git diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 3fa5bfb..8857515 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -111,9 +111,7 @@ - axis: type: slave name: node - values: - - 'amd64-rootnode' - - 'i386-rootnode' + values: '{obj:nodes}' - axis: <<: *lttng-tools_matrix_axis_platform type: user-defined @@ -122,7 +120,6 @@ - axis: *lttng-tools_matrix_axis_liburcu_version - axis: *lttng-tools_matrix_axis_babeltrace_version - ## Builders Anchors - _lttng-tools_builders_defaults: <tng-tools_builders_defaults name: 'lttng-tools_builders_defaults' @@ -154,9 +151,17 @@ ust_conf=std ;; esac - # Run java tests only on 'linuxbuild' jobs - if [ "{buildtype}" = "linuxbuild" ]; then + # Run java tests only on 'linuxbuild' and 'slesbuild' jobs + if [ "{buildtype}" = "linuxbuild" ] || [ "{buildtype}" = "slesbuild" ]; then echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties + else + echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=no" >> env.properties + fi + if [ "{buildtype}" = "slesbuild" ] ; then + echo "TAP_AUTOTIME=0" >> env.properties + echo "LTTNG_TESTS_TAP_AUTOTIME=0" >> env.properties + # On SLES, force log4j to 2.17.1 + echo "LTTNG_TOOLS_UST_JAVA_TESTS_LOG4J_API_VERSION=2.17.1" >> env.properties fi echo "liburcu_conf=$liburcu_conf" >> env.properties echo "babeltrace_conf=$babeltrace_conf" >> env.properties @@ -192,7 +197,7 @@ - conditional-step: condition-kind: regex-match label: '$JOB_NAME' - regex: '.*_rootbuild.*' + regex: '.*_root(?:_[a-z]+)?build.*' steps: - shell: | #!/bin/bash @@ -210,6 +215,21 @@ - _lttng-tools_builders_review: <tng-tools_builders_review name: 'lttng-tools_builders_review' builders: + - shell: | + #!/bin/bash + set -exu + # Run java tests only on 'linuxbuild' and 'slesbuild' jobs + if [ "{buildtype}" = "linuxbuild" ] || [ "{buildtype}" = "slesbuild" ]; then + echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=yes" >> env.properties + else + echo "LTTNG_TOOLS_RUN_UST_JAVA_TESTS=no" >> env.properties + fi + if [ "{buildtype}" = "slesbuild" ] ; then + echo "TAP_AUTOTIME=0" >> env.properties + echo "LTTNG_TESTS_TAP_AUTOTIME=0" >> env.properties + fi + - inject: + properties-file: env.properties - shell: !include-raw-escape: scripts/lttng-tools/gerrit-depends-on.sh @@ -220,7 +240,7 @@ - conditional-step: condition-kind: regex-match label: '$JOB_NAME' - regex: '.*_rootbuild.*' + regex: '.*_root(?:_[a-z]+)?build.*' steps: - shell: | #!/bin/bash @@ -336,25 +356,10 @@ condition-kind: strings-match on-evaluation-failure: run condition-string1: '${{platform}}' - condition-string2: 'msys2-mingw32' - steps: - - inject: - properties-content: 'MSYSTEM=MINGW32' - - shell: - !include-raw-escape: - - scripts/common/msys2-shebang - - scripts/common/cygpath-prefix - - scripts/common/print.sh - - scripts/lttng-tools/build.sh - - - conditional-step: - condition-kind: strings-match - on-evaluation-failure: run - condition-string1: '${{platform}}' - condition-string2: 'msys2-mingw64' + condition-string2: 'msys2-ucrt64' steps: - inject: - properties-content: 'MSYSTEM=MINGW64' + properties-content: 'MSYSTEM=UCRT64' - shell: !include-raw-escape: - scripts/common/msys2-shebang @@ -414,6 +419,7 @@ include-comment-diagnostics: true output-tap-to-console: false todo-is-failure: false + remove-yaml-if-corrupted: true - raw: <tng-tools_publisher_warnings-ng_defaults xml: | @@ -602,31 +608,7 @@ result: 'success' - job-template: - name: '{job_prefix}lttng-tools_{version}_rootbuild' - 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_rootbuild - - triggers: - - pollscm: *lttng-tools_trigger_pollscm_default - - reverse: - jobs: '{ust_job_prefix}lttng-ust_{version}_{buildtype}' - result: 'success' - -- job-template: - name: '{job_prefix}lttng-tools_{version}_rootbuild_i386' + name: '{job_prefix}lttng-tools_{version}_root_{buildtype}' defaults: lttng-tools scm: @@ -684,9 +666,6 @@ - '$GERRIT_REFSPEC' basedir: src/lttng-tools skip-tag: true - # Work-around for hangs while cloning lttng-tools from gerrit - # @see https://support.efficios.com/issues/1532 - git-tool: jgit triggers: - gerrit: <tng-tools_trigger_gerrit_default @@ -867,7 +846,7 @@ - raw: *lttng-tools_publisher_proc-cleaner_defaults - job-template: - name: dev_review_lttng-tools_{version}_rootbuild + name: 'dev_review_lttng-tools_{version}_root_{buildtype}' defaults: lttng-tools concurrent: true @@ -886,6 +865,13 @@ categories: - 'gerrit-{buildtype}' + wrappers: + - ansicolor: *lttng-tools_wrapper_ansicolor_defaults + - timeout: + <<: *lttng-tools_wrapper_timeout_defaults + timeout: 10 + - timestamps + <<: *lttng-tools_matrix_axes_rootbuild <<: *lttng-tools_builders_review @@ -994,6 +980,9 @@ - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' + - copyartifact: + <<: *lttng-tools_steps_copyartifact_defaults + project: 'babeltrace_{babelversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=std,build=std' @@ -1031,6 +1020,9 @@ - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults project: 'liburcu_{urcuversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' + - copyartifact: + <<: *lttng-tools_steps_copyartifact_defaults + project: 'babeltrace_{babelversion}_linuxbuild/platform=deb12-amd64,conf=std,build=std' - copyartifact: <<: *lttng-tools_steps_copyartifact_defaults project: 'lttng-ust_{ustversion}_linuxbuild/liburcu_version={urcuversion},platform=deb12-amd64,conf=std,build=std' @@ -1049,7 +1041,7 @@ - view-template: name: 'LTTng-tools' view-type: list - regex: 'lttng-tools[-_].*' + regex: 'lttng-(docs|tools)[-_].*' ## Projects @@ -1093,7 +1085,7 @@ buildtype: slesbuild version: master ustversion: master - platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [master] @@ -1115,7 +1107,7 @@ buildtype: yoctobuild version: master ustversion: master - platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] + platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [master] @@ -1126,7 +1118,7 @@ buildtype: macosbuild version: master ustversion: master - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] @@ -1154,36 +1146,64 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' - - '{job_prefix}lttng-tools_{version}_rootbuild': + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': buildtype: linuxbuild version: master ustversion: master platforms: !!python/tuple [deb12-amd64] + nodes: !!python/tuple [deb12-amd64-rootnode] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - filter: '(node=="amd64-rootnode" && platform=="deb12-amd64")' + filter: '(node=="deb12-amd64-rootnode" && platform=="deb12-amd64")' touchstone: '' - - '{job_prefix}lttng-tools_{version}_rootbuild_i386': + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': buildtype: portbuild version: master ustversion: master - platforms: !!python/tuple [deb12-i386] + platforms: !!python/tuple [deb12-i386, deb12-armhf, deb12-arm64] + nodes: !!python/tuple [deb12-i386-rootnode, deb12-armhf-rootnode, deb12-arm64-rootnode] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [stable-2.0] + filter: '((node=="deb12-i386-rootnode" && platform=="deb12-i386") || (node=="deb12-armhf-rootnode" && platform=="deb12-armhf") || (node=="deb12-arm64-rootnode" && platform=="deb12-arm64"))' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': + buildtype: slesbuild + version: master + ustversion: master + platforms: !!python/tuple [sles15sp4-amd64] + nodes: !!python/tuple [sles15sp4-amd64-rootnode] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [master] babelversions: !!python/tuple [stable-2.0] - filter: '(node=="i386-rootnode" && platform=="deb12-i386")' + filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': + buildtype: elbuild + version: master + ustversion: master + platforms: !!python/tuple [el8-amd64] + nodes: !!python/tuple [el8-amd64-rootnode] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")' touchstone: '' - 'lttng-tools_{version}_scan-build': version: master urcuversion: master ustversion: master + babelversion: master - 'lttng-tools_{version}_coverity': version: master urcuversion: master ustversion: master + babelversion: master # stable-2.13 - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1212,7 +1232,7 @@ buildtype: slesbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.13] @@ -1234,7 +1254,7 @@ buildtype: yoctobuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] + platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] @@ -1245,7 +1265,7 @@ buildtype: macosbuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] @@ -1273,16 +1293,53 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' - - '{job_prefix}lttng-tools_{version}_rootbuild': + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': buildtype: linuxbuild version: stable-2.13 ustversion: stable-2.13 platforms: !!python/tuple [deb12-amd64] + nodes: !!python/tuple [deb12-amd64-rootnode] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="deb12-amd64-rootnode" && platform=="deb12-amd64")' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': + buildtype: portbuild + version: stable-2.13 + ustversion: stable-2.13 + platforms: !!python/tuple [deb12-i386, deb12-armhf, deb12-arm64] + nodes: !!python/tuple [deb12-i386-rootnode, deb12-armhf-rootnode, deb12-arm64-rootnode] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '((node=="deb12-i386-rootnode" && platform=="deb12-i386") || (node=="deb12-armhf-rootnode" && platform=="deb12-armhf") || (node=="deb12-arm64-rootnode" && platform=="deb12-arm64"))' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': + buildtype: slesbuild + version: stable-2.13 + ustversion: stable-2.13 + platforms: !!python/tuple [sles15sp4-amd64] + nodes: !!python/tuple [sles15sp4-amd64-rootnode] 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")' + filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")' + touchstone: '' + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': + buildtype: elbuild + version: stable-2.13 + ustversion: stable-2.13 + platforms: !!python/tuple [el8-amd64] + nodes: !!python/tuple [el8-amd64-rootnode] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")' touchstone: '' - 'lttng-tools_{version}_release': version: v2.13 @@ -1293,6 +1350,7 @@ version: stable-2.13 urcuversion: stable-0.13 ustversion: stable-2.13 + babelversion: stable-2.0 # stable-2.12 - '{job_prefix}lttng-tools_{version}_{buildtype}': @@ -1321,7 +1379,7 @@ buildtype: slesbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.13] @@ -1343,7 +1401,7 @@ buildtype: yoctobuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] + platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] @@ -1354,7 +1412,7 @@ buildtype: macosbuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [stable-0.13] @@ -1382,127 +1440,52 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' - - '{job_prefix}lttng-tools_{version}_rootbuild': + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': buildtype: linuxbuild version: stable-2.12 ustversion: stable-2.12 platforms: !!python/tuple [deb12-amd64] + nodes: !!python/tuple [deb12-amd64-rootnode-linux5] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - filter: '(node=="amd64-rootnode-linux5" && platform=="deb12-amd64")' + filter: '(node=="deb12-amd64-rootnode-linux5" && platform=="deb12-amd64")' touchstone: '' - - 'lttng-tools_{version}_release': - version: v2.12 - ustversion: stable-2.12 - urcuversion: stable-0.13 - babelversion: stable-2.0 - - 'lttng-tools_{version}_scan-build': + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': + buildtype: slesbuild version: stable-2.12 - urcuversion: stable-0.13 ustversion: stable-2.12 - -- project: - name: dev_upstream_lttng-tools - job_prefix: 'dev_upstream_' - ust_job_prefix: 'dev_upstream_' - urcu_job_prefix: 'dev_upstream_' - bt_job_prefix: 'dev_upstream_' - github_user: lttng - email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com' - jobs: - # stable-2.11 - - '{job_prefix}lttng-tools_{version}_{buildtype}': - buildtype: linuxbuild - version: stable-2.11 - ustversion: stable-2.11 - 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] - 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 [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] - filter: '' - touchstone: '' - - '{job_prefix}lttng-tools_{version}_{buildtype}': - buildtype: slesbuild - version: stable-2.11 - ustversion: stable-2.11 - platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] - builds: !!python/tuple [std] - confs: !!python/tuple [agents] - urcuversions: !!python/tuple [stable-0.11] - babelversions: !!python/tuple [stable-1.5] - filter: '' - touchstone: '' - - '{job_prefix}lttng-tools_{version}_{buildtype}': - buildtype: elbuild - version: stable-2.11 - ustversion: stable-2.11 - platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] - builds: !!python/tuple [std] - confs: !!python/tuple [std] - urcuversions: !!python/tuple [stable-0.11] - babelversions: !!python/tuple [stable-1.5] - filter: '' - touchstone: '' - - # stable-2.10 - - '{job_prefix}lttng-tools_{version}_{buildtype}': - buildtype: linuxbuild - version: stable-2.10 - ustversion: stable-2.10 - 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] - 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 [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] - filter: '' - touchstone: '' - - '{job_prefix}lttng-tools_{version}_{buildtype}': - buildtype: slesbuild - version: stable-2.10 - ustversion: stable-2.10 - platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] + platforms: !!python/tuple [sles15sp4-amd64] + nodes: !!python/tuple [sles15sp4-amd64-rootnode] builds: !!python/tuple [std] confs: !!python/tuple [agents] - urcuversions: !!python/tuple [stable-0.9] - babelversions: !!python/tuple [stable-1.5] - filter: '' + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")' touchstone: '' - - '{job_prefix}lttng-tools_{version}_{buildtype}': + - '{job_prefix}lttng-tools_{version}_root_{buildtype}': buildtype: elbuild - version: stable-2.10 - ustversion: stable-2.10 - platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + version: stable-2.12 + ustversion: stable-2.12 + platforms: !!python/tuple [el8-amd64] + nodes: !!python/tuple [el8-amd64-rootnode] builds: !!python/tuple [std] confs: !!python/tuple [std] - urcuversions: !!python/tuple [stable-0.9] - babelversions: !!python/tuple [stable-1.5] - filter: '' + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="el8-amd64-rootnode" && platform=="el8-amd64")' touchstone: '' + - 'lttng-tools_{version}_release': + version: v2.12 + ustversion: stable-2.12 + urcuversion: stable-0.13 + babelversion: stable-2.0 + - 'lttng-tools_{version}_scan-build': + version: stable-2.12 + urcuversion: stable-0.13 + ustversion: stable-2.12 + babelversion: stable-2.0 - project: name: dev_jgalar_lttng-tools @@ -1541,7 +1524,7 @@ buildtype: macosbuild version: master-staging ustversion: master - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [relayd-only] urcuversions: !!python/tuple [master] @@ -1597,64 +1580,6 @@ filter: '' touchstone: '' -- project: - name: dev_jgalar_lttng-tools-upstream - job_prefix: 'dev_jgalar_' - ust_job_prefix: 'dev_upstream_' - urcu_job_prefix: 'dev_upstream_' - bt_job_prefix: 'dev_upstream_' - user: jgalar - github_user: jgalar - email_to: 'jgalar@efficios.com' - jobs: - # stable-2.11 - - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: linuxbuild - version: stable-2.11-staging - ustversion: stable-2.11 - 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] - filter: '' - touchstone: '' - - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: portbuild - version: stable-2.11-staging - ustversion: stable-2.11 - 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] - filter: '' - touchstone: '' - - # stable-2.10 - - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: linuxbuild - version: stable-2.10-staging - ustversion: stable-2.10 - 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] - filter: '' - touchstone: '' - - 'dev_{user}_lttng-tools_{version}_{buildtype}': - buildtype: portbuild - version: stable-2.10-staging - ustversion: stable-2.10 - 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] - filter: '' - touchstone: '' - - project: name: review-lttng-tools job_prefix: '' @@ -1674,15 +1599,38 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' - - 'dev_review_lttng-tools_{version}_rootbuild': + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: master + buildtype: slesbuild + ustversion: master + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [master] + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' + - 'dev_review_lttng-tools_{version}_root_{buildtype}': version: master buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] + nodes: !!python/tuple [deb12-amd64-rootnode] 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")' + filter: '(node=="deb12-amd64-rootnode" && platform=="deb12-amd64")' + touchstone: '' + - 'dev_review_lttng-tools_{version}_root_{buildtype}': + version: master + buildtype: slesbuild + platforms: !!python/tuple [sles15sp4-amd64] + nodes: !!python/tuple [sles15sp4-amd64-rootnode] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.14] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")' touchstone: '' - 'dev_review_lttng-tools_{version}_smokebuild': version: master @@ -1718,15 +1666,27 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' - - 'dev_review_lttng-tools_{version}_rootbuild': + - 'dev_review_lttng-tools_{version}_root_{buildtype}': version: stable-2.13 buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] + nodes: !!python/tuple [deb12-amd64-rootnode] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="deb12-amd64-rootnode" && platform=="deb12-amd64")' + touchstone: '' + - 'dev_review_lttng-tools_{version}_root_{buildtype}': + version: stable-2.13 + buildtype: slesbuild + platforms: !!python/tuple [sles15sp4-amd64] + nodes: !!python/tuple [sles15sp4-amd64-rootnode] 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")' + filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")' touchstone: '' ## Stable 2.12 ## @@ -1734,59 +1694,37 @@ version: stable-2.12 buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] + nodes: !!python/tuple [deb12-amd64-rootnode] 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': + - 'dev_review_lttng-tools_{version}_root_{buildtype}': version: stable-2.12 buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] + nodes: !!python/tuple [deb12-amd64-rootnode-linux5] builds: !!python/tuple [std] confs: !!python/tuple [agents] urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] - filter: '(node=="amd64-rootnode-linux5" && 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: '' + filter: '(node=="deb12-amd64-rootnode-linux5" && platform=="deb12-amd64")' touchstone: '' - - '{job_prefix}lttng-tools_{version}_rootbuild': - version: master - buildtype: linuxbuild - ustversion: master - platforms: !!python/tuple [deb12-amd64] + - 'dev_review_lttng-tools_{version}_root_{buildtype}': + version: stable-2.12 + buildtype: slesbuild + platforms: !!python/tuple [sles15sp4-amd64] + nodes: !!python/tuple [sles15sp4-amd64-rootnode] 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")' + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '(node=="sles15sp4-amd64-rootnode" && platform=="sles15sp4-amd64")' touchstone: '' + - project: name: lttng-tools-views views: