X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=5fbf11f10e78dcef3529c7eba3db331ff0217c44;hb=f3b60e31709f34824d54a6731b58d5fa87b6c8db;hp=b8baeca64b4472ba159d9ad87780c155d5bc31f1;hpb=f3c8d88cc97005f2e40e39538027f4e49c32c1c0;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index b8baeca..5fbf11f 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -1,3 +1,5 @@ +--- +## Defaults - defaults: name: lttng-ust description: | @@ -47,7 +49,7 @@ ## Anchors -- lttng-ust_matrix_axes_defaults: <tng-ust_matrix_axes_defaults +- _lttng-ust_matrix_axes_defaults: <tng-ust_matrix_axes_defaults name: 'lttng-ust_matrix_axes_defaults' project-type: matrix node: 'master' # Applies only to matrix flyweight task @@ -74,8 +76,8 @@ name: liburcu_version values: '{obj:liburcu_versions}' -- lttng-ust_matrix_axes_gerrit_lttng-tools: <tng-ust_matrix_axes_gerrit_lttng-tools - name: 'lttng-ust_matrix_axes_gerrit_lttng-tools' +- _lttng-ust_matrix_axes_review_lttng-tools: <tng-ust_matrix_axes_review_lttng-tools + name: 'lttng-ust_matrix_axes_review_lttng-tools' project-type: matrix node: 'master' # Applies only to matrix flyweight task execution-strategy: *lttng-ust_matrix_execution-strategy_defaults @@ -84,7 +86,7 @@ - axis: *lttng-ust_matrix_axis_conf - axis: *lttng-ust_matrix_axis_build -- lttng-ust_steps_copyartifact_defaults: +- _lttng-ust_steps_copyartifact_defaults: name: 'lttng-ust_steps_copyartifact_defaults' steps: - copyartifact: <tng-ust_steps_copyartifact_defaults @@ -95,7 +97,7 @@ target: 'deps' do-not-fingerprint: true -- lttng-ust_builders_defaults: <tng-ust_builders_defaults +- _lttng-ust_builders_defaults: <tng-ust_builders_defaults name: 'lttng-ust_builders_defaults' builders: # Generate a properties file to add additionnal env @@ -127,8 +129,8 @@ - scripts/common/print.sh - scripts/lttng-ust/build.sh -- lttng-ust_builders_gerrit_lttng-tools: <tng-ust_builders_gerrit_lttng-tools - name: 'lttng-ust_builders_gerrit_lttng-tools' +- _lttng-ust_builders_review_lttng-tools: <tng-ust_builders_review_lttng-tools + name: 'lttng-ust_builders_review_lttng-tools' builders: # Generate a properties file to add additionnal env @@ -187,7 +189,7 @@ - scripts/common/print.sh - scripts/lttng-tools/build.sh -- lttng-ust_publishers_defaults: <tng-ust_publishers_defaults +- _lttng-ust_publishers_defaults: <tng-ust_publishers_defaults name: 'lttng-ust_publishers_defaults' publishers: - tap: <tng-ust_publisher_tap_defaults @@ -239,10 +241,15 @@ - archive: <tng-ust_publisher_archive_defaults artifacts: 'build/**,tap/**,log/**' + follow-symlinks: true allow-empty: false - workspace-cleanup: <tng-ust_publisher_workspace-cleanup_defaults clean-if: - failure: false + - ircbot: <tng-ust_publisher_ircbot_defaults + strategy: statechange-only + message-type: summary + matrix-notifier: only-parent - email-ext: <tng-ust_publisher_email-ext_defaults recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -266,8 +273,8 @@ send-to: - recipients -- lttng-ust_publishers_gerrit: <tng-ust_publishers_gerrit - name: 'lttng-ust_publishers_gerrit' +- _lttng-ust_publishers_review: <tng-ust_publishers_review + name: 'lttng-ust_publishers_review' publishers: - tap: *lttng-ust_publisher_tap_defaults # Fail job on any compiler warnings @@ -326,7 +333,7 @@ - job-template: - name: dev_gerrit_lttng-ust_{buildtype} + name: dev_review_lttng-ust_{version}_{buildtype} defaults: lttng-ust concurrent: true @@ -340,7 +347,7 @@ skip-tag: true triggers: - - gerrit: + - gerrit: <tng-ust_trigger_gerrit_defaults trigger-on: - comment-added-event: approval-category: 'CI-Build' @@ -349,12 +356,12 @@ - project-compare-type: 'PLAIN' project-pattern: 'lttng-ust' branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' <<: *lttng-ust_matrix_axes_defaults <<: *lttng-ust_builders_defaults - <<: *lttng-ust_publishers_gerrit + <<: *lttng-ust_publishers_review properties: - inject: @@ -369,7 +376,7 @@ - job-template: - name: dev_gerrit_lttng-ust_lttng-tools_{buildtype} + name: dev_review_lttng-ust_lttng-tools_{version}_{buildtype} defaults: lttng-ust concurrent: true @@ -383,21 +390,11 @@ skip-tag: true triggers: - - gerrit: - trigger-on: - - comment-added-event: - approval-category: 'CI-Build' - approval-value: 1 - projects: - - project-compare-type: 'PLAIN' - project-pattern: 'lttng-ust' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' + - gerrit: *lttng-ust_trigger_gerrit_defaults - <<: *lttng-ust_matrix_axes_gerrit_lttng-tools - <<: *lttng-ust_builders_gerrit_lttng-tools - <<: *lttng-ust_publishers_gerrit + <<: *lttng-ust_matrix_axes_review_lttng-tools + <<: *lttng-ust_builders_review_lttng-tools + <<: *lttng-ust_publishers_review properties: - inject: @@ -433,6 +430,7 @@ dir: 'scan-build-archive/' files: 'index.html' - workspace-cleanup: *lttng-ust_publisher_workspace-cleanup_defaults + - ircbot: *lttng-ust_publisher_ircbot_defaults - job-template: @@ -467,6 +465,7 @@ artifacts: 'analysis-results.tgz,cov-int/**' allow-empty: false - workspace-cleanup: *lttng-ust_publisher_workspace-cleanup_defaults + - ircbot: *lttng-ust_publisher_ircbot_defaults ## Views @@ -488,7 +487,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: linuxbuild version: master - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, dist, oot, oot-dist] confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] liburcu_versions: !!python/tuple [stable-0.13, stable-0.14, master] @@ -506,7 +505,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: master - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, agents] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -524,7 +523,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: 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] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -557,7 +556,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: linuxbuild version: stable-2.13 - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, dist, oot, oot-dist] confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] liburcu_versions: !!python/tuple [stable-0.13, stable-0.14, master] @@ -575,7 +574,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.13 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, agents] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -593,7 +592,16 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: 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] + liburcu_versions: !!python/tuple [stable-0.13, master] + filter: '' + touchstone: '' + - '{job_prefix}lttng-ust_{version}_{buildtype}': + buildtype: yoctobuild + version: stable-2.13 + platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -606,7 +614,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: linuxbuild version: stable-2.12 - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, dist, oot, oot-dist] confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] liburcu_versions: !!python/tuple [stable-0.13, stable-0.14, master] @@ -624,7 +632,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.12 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, agents] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -642,7 +650,16 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: elbuild version: 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] + liburcu_versions: !!python/tuple [stable-0.13] + filter: '' + touchstone: '' + - '{job_prefix}lttng-ust_{version}_{buildtype}': + buildtype: yoctobuild + version: stable-2.12 + platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.13] @@ -661,9 +678,9 @@ jobs: ## Stable 2.11 ## - '{job_prefix}lttng-ust_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.11 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, dist, oot, oot-dist] confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] liburcu_versions: !!python/tuple [stable-0.11] @@ -672,7 +689,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.11 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.11] @@ -681,7 +698,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: slesbuild version: stable-2.11 - platforms: !!python/tuple [sles12sp5-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.11] @@ -699,9 +716,9 @@ ## Stable 2.10 ## - '{job_prefix}lttng-ust_{version}_{buildtype}': - buildtype: build + buildtype: linuxbuild version: stable-2.10 - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, dist, oot, oot-dist] confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] liburcu_versions: !!python/tuple [stable-0.9] @@ -710,7 +727,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.10 - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.9] @@ -719,7 +736,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: slesbuild version: stable-2.10 - platforms: !!python/tuple [sles12sp5-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.9] @@ -737,20 +754,23 @@ - project: - name: gerrit-lttng-ust + name: review-lttng-ust job_prefix: '' github_user: lttng github_name: lttng-ust jobs: - - 'dev_gerrit_lttng-ust_{buildtype}': + ## master ## + - 'dev_review_lttng-ust_{version}_{buildtype}': + version: master buildtype: build platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, agents] liburcu_versions: !!python/tuple [stable-0.14] filter: '' - touchstone: '' - - 'dev_gerrit_lttng-ust_lttng-tools_{buildtype}': + touchstone: '(build == "std") && (conf == "std")' + - 'dev_review_lttng-ust_lttng-tools_{version}_{buildtype}': + version: master buildtype: build platforms: !!python/tuple [bionic-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] @@ -759,15 +779,17 @@ touchstone: '' liburcu_version: stable-0.14 babeltrace_version: stable-2.0 - - 'dev_gerrit_lttng-ust_{buildtype}': + - 'dev_review_lttng-ust_{version}_{buildtype}': + version: master buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [agents] liburcu_versions: !!python/tuple [stable-0.14] filter: '' - touchstone: '' - - 'dev_gerrit_lttng-ust_{buildtype}': + touchstone: '(platform == "deb12-i386")' + - 'dev_review_lttng-ust_{version}_{buildtype}': + version: master buildtype: freebsdbuild platforms: !!python/tuple [freebsd-amd64] builds: !!python/tuple [std] @@ -776,6 +798,85 @@ filter: '' touchstone: '' + ## Stable 2.13 ## + - 'dev_review_lttng-ust_{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, agents] + liburcu_versions: !!python/tuple [stable-0.13] + filter: '' + touchstone: '(build == "std") && (conf == "std")' + - 'dev_review_lttng-ust_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, agents] + filter: '' + touchstone: '' + liburcu_version: stable-0.13 + babeltrace_version: stable-2.0 + - 'dev_review_lttng-ust_{version}_{buildtype}': + version: stable-2.13 + buildtype: portbuild + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + liburcu_versions: !!python/tuple [stable-0.13] + filter: '' + touchstone: '(platform == "deb12-i386")' + + ## Stable 2.12 ## + - 'dev_review_lttng-ust_{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, agents] + liburcu_versions: !!python/tuple [stable-0.13] + filter: '' + touchstone: '(build == "std") && (conf == "std")' + - 'dev_review_lttng-ust_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, agents] + filter: '' + touchstone: '' + liburcu_version: stable-0.13 + babeltrace_version: stable-2.0 + - 'dev_review_lttng-ust_{version}_{buildtype}': + version: stable-2.12 + buildtype: portbuild + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + liburcu_versions: !!python/tuple [stable-0.13] + filter: '' + touchstone: '(platform == "deb12-i386")' + +- project: + name: lttng-ust-mjeanson + job_prefix: 'dev_mjeanson_' + github_user: lttng + github_name: lttng-ust + email_to: "mjeanson@efficios.com" + version: + - master + jobs: + - '{job_prefix}lttng-ust_{version}_{buildtype}': + buildtype: portbuild + version: master + platforms: !!python/tuple [sid-riscv64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, agents] + liburcu_versions: !!python/tuple [master] + filter: '' + touchstone: '' + - project: name: lttng-ust-views views: