X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Flibrseq.yaml;h=ccb9abb0dd10b9f7ab35557c8bb3f096606ad745;hb=68d45ec89f33a24291627f820856e9b8a766d24b;hp=2487843e1ec0cf851c573b5fa5bfac8c1e114e0d;hpb=4f04deeb6908d8603302ae2ee1813648cbe622b3;p=lttng-ci.git diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 2487843..ccb9abb 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -52,7 +52,7 @@ ## Anchors -- librseq_matrix_axes_defaults: &librseq_matrix_axes_defaults +- _librseq_matrix_axes_defaults: &librseq_matrix_axes_defaults name: 'librseq_matrix_axes_defaults' project-type: matrix node: 'master' # Applies only to matrix flyweight task @@ -74,7 +74,7 @@ name: build values: '{obj:builds}' -- librseq_matrix_axes_cc: &librseq_matrix_axes_cc +- _librseq_matrix_axes_cc: &librseq_matrix_axes_cc name: 'librseq_matrix_axes_cc' project-type: matrix node: 'master' # Applies only to matrix flyweight task @@ -91,7 +91,7 @@ name: cc values: '{obj:ccs}' -- librseq_builders_defaults: &librseq_builders_defaults +- _librseq_builders_defaults: &librseq_builders_defaults name: 'librseq_builders_defaults' builders: - shell: @@ -99,7 +99,7 @@ - scripts/common/print.sh - scripts/librseq/build.sh -- librseq_publishers_defaults: &librseq_publishers_defaults +- _librseq_publishers_defaults: &librseq_publishers_defaults name: 'librseq_publishers_defaults' publishers: - tap: &librseq_publisher_tap_defaults @@ -150,11 +150,16 @@ - archive: &librseq_publisher_archive_defaults - artifacts: 'build/**,tap/**' + artifacts: 'build/**,tap/**,log/**' + follow-symlinks: true allow-empty: false - workspace-cleanup: &librseq_publisher_workspace-cleanup_defaults clean-if: - failure: false + - ircbot: &librseq_publisher_ircbot_defaults + strategy: statechange-only + message-type: summary + matrix-notifier: only-parent - email-ext: &librseq_publisher_email-ext_defaults recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -178,8 +183,8 @@ send-to: - recipients -- librseq_publishers_gerrit: &librseq_publishers_gerrit - name: 'librseq_publishers_gerrit' +- _librseq_publishers_review: &librseq_publishers_review + name: 'librseq_publishers_review' publishers: - tap: *librseq_publisher_tap_defaults - raw: *librseq_publisher_warnings-ng_defaults @@ -205,7 +210,7 @@ <<: *librseq_publishers_defaults - job-template: - name: dev_gerrit_librseq_{buildtype} + name: dev_review_librseq_{version}_{buildtype} defaults: librseq concurrent: true @@ -228,12 +233,12 @@ - project-compare-type: 'PLAIN' project-pattern: 'librseq' branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' <<: *librseq_matrix_axes_defaults <<: *librseq_builders_defaults - <<: *librseq_publishers_gerrit + <<: *librseq_publishers_review properties: - inject: @@ -315,39 +320,34 @@ jobs: - 'librseq_{version}_{buildtype}': buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static] touchstone: '(build == "std") && (conf == "std")' - - 'librseq_{version}_{cctype}': - cctype: gccbuild - platforms: !!python/tuple [jammy-amd64] - builds: !!python/tuple [std] - confs: !!python/tuple [std, static] - ccs: !!python/tuple [gcc-9, gcc-10, gcc-11, gcc-12] - touchstone: '(build == "std") && (conf == "std") && (cc == "gcc-11")' - 'librseq_{version}_{cctype}': cctype: clangbuild - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std, static] - ccs: !!python/tuple [clang-11, clang-12, clang-13, clang-14] - touchstone: '(build == "std") && (conf == "std") && (cc == "clang-14")' + ccs: !!python/tuple [clang-13, clang-14, clang-15] + touchstone: '(build == "std") && (conf == "std") && (cc == "clang-15")' - 'librseq_{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] - touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' + touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")' - project: - name: gerrit-librseq + name: review-librseq github_user: compudj github_name: librseq + version: + - master jobs: - - 'dev_gerrit_librseq_{buildtype}': + - 'dev_review_librseq_{version}_{buildtype}': buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static] touchstone: '(build == "std") && (conf == "std")'