X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Flibrseq.yaml;h=f91ada4dcf45d5ff4383bb98d6ec799414ccbf31;hb=83ab909ee2a14a0a7aa30ac8c24ca9612bf45593;hp=31487e6c89ec1b0357794241d934c7e3a6eaed2f;hpb=ee4b760abf60e1d139cab33d5d5f0f4403723b8e;p=lttng-ci.git diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 31487e6..f91ada4 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 @@ -151,14 +151,15 @@ - archive: &librseq_publisher_archive_defaults 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-scm - matrix-notifier: only-configurations + 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 @@ -182,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 @@ -209,7 +210,7 @@ <<: *librseq_publishers_defaults - job-template: - name: dev_gerrit_librseq_{buildtype} + name: dev_review_librseq_{version}_{buildtype} defaults: librseq concurrent: true @@ -232,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: @@ -253,7 +254,7 @@ - job-template: name: librseq_{version}_scan-build defaults: librseq - node: 'amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -273,7 +274,7 @@ - job-template: name: librseq_{version}_coverity defaults: librseq - node: 'amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -319,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, 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")'