X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Fliburcu.yaml;h=ee7a4279350e41b5cf5262e6bf44c2533a5bf498;hb=24e49fa56ef3c11d962d5cad8ca0b501dc966f67;hp=2d79cf2c13b0c7197c8e0428584abc5ac1a2c5ef;hpb=4f04deeb6908d8603302ae2ee1813648cbe622b3;p=lttng-ci.git diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 2d79cf2..ee7a427 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -62,7 +62,7 @@ ## Anchors -- liburcu_matrix_axes_defaults: &liburcu_matrix_axes_defaults +- _liburcu_matrix_axes_defaults: &liburcu_matrix_axes_defaults name: 'liburcu_matrix_axes_defaults' project-type: matrix node: 'master' # Applies only to matrix flyweight task @@ -84,7 +84,7 @@ name: build values: '{obj:builds}' -- liburcu_builders_defaults: &liburcu_builders_defaults +- _liburcu_builders_defaults: &liburcu_builders_defaults name: 'liburcu_builders_defaults' builders: !j2-yaml: | @@ -108,7 +108,7 @@ - scripts/liburcu/build.sh {% endif %} -- liburcu_publishers_defaults: &liburcu_publishers_defaults +- _liburcu_publishers_defaults: &liburcu_publishers_defaults name: 'liburcu_publishers_defaults' publishers: - tap: &liburcu_publisher_tap_defaults @@ -159,11 +159,16 @@ - archive: &liburcu_publisher_archive_defaults - artifacts: 'build/**,tap/**' + artifacts: 'build/**,tap/**,log/**' + follow-symlinks: true allow-empty: false - workspace-cleanup: &liburcu_publisher_workspace_cleanup_defaults clean-if: - failure: false + - ircbot: &liburcu_publisher_ircbot_defaults + strategy: statechange-only + message-type: summary + matrix-notifier: only-parent - email-ext: &liburcu_publisher_email_ext_defaults recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -197,7 +202,7 @@ <<: *liburcu_publishers_defaults - job-template: - name: dev_gerrit_liburcu_{buildtype} + name: dev_review_liburcu_{version}_{buildtype} defaults: liburcu concurrent: true @@ -220,8 +225,19 @@ - project-compare-type: 'PLAIN' project-pattern: 'userspace-rcu' branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' + + properties: + - inject: + properties-content: | + PROJECT_NAME=liburcu + - build-discarder: + days-to-keep: 1 + - throttle: + option: 'category' + categories: + - 'gerrit-{buildtype}' <<: *liburcu_matrix_axes_defaults <<: *liburcu_builders_defaults @@ -234,7 +250,7 @@ - job-template: name: liburcu_{version}_scan-build defaults: liburcu - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -250,11 +266,12 @@ dir: 'scan-build-archive/' files: 'index.html' - workspace-cleanup: *liburcu_publisher_workspace_cleanup_defaults + - ircbot: *liburcu_publisher_ircbot_defaults - job-template: name: liburcu_{version}_coverity defaults: liburcu - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -280,6 +297,7 @@ artifacts: 'analysis-results.tgz,cov-int/**' allow-empty: false - workspace-cleanup: *liburcu_publisher_workspace_cleanup_defaults + - ircbot: *liburcu_publisher_ircbot_defaults ## Views @@ -302,38 +320,54 @@ - master jobs: - '{job_prefix}liburcu_{version}_{buildtype}': + version: master + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist] + confs: !!python/tuple [std, static, atomic-builtins, tls_fallback, debug-rcu] + touchstone: '(build == "std") && (conf == "std")' + - '{job_prefix}liburcu_{version}_{buildtype}': + version: stable-0.14 buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': - buildtype: build - platforms: !!python/tuple [bionic-amd64] + version: stable-0.13 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std")' + # Common - '{job_prefix}liburcu_{version}_{buildtype}': 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 [std, static, tls_fallback, debug-rcu] - touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' + touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: slesbuild - platforms: !!python/tuple [sles12sp5-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: elbuild - 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] + touchstone: '(build == "std")' + - '{job_prefix}liburcu_{version}_{buildtype}': + buildtype: yoctobuild + platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: macosbuild - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' @@ -368,19 +402,19 @@ jobs: - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': 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 [std, static, tls_fallback, debug-rcu] - touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' + touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: slesbuild - platforms: !!python/tuple [sles12sp5-amd64] + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' @@ -393,23 +427,27 @@ - project: - name: gerrit-liburcu + name: review-liburcu github_user: urcu github_name: userspace-rcu + version: + - stable-0.13 + - stable-0.14 + - master jobs: - - 'dev_gerrit_liburcu_{buildtype}': - buildtype: build - platforms: !!python/tuple [bionic-amd64] + - 'dev_review_liburcu_{version}_{buildtype}': + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std")' - - 'dev_gerrit_liburcu_{buildtype}': + - 'dev_review_liburcu_{version}_{buildtype}': 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 [std] - touchstone: '(build == "std")' - - 'dev_gerrit_liburcu_{buildtype}': + touchstone: '' + - 'dev_review_liburcu_{version}_{buildtype}': buildtype: winbuild platforms: !!python/tuple [cygwin64] builds: !!python/tuple [std]