X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flibrseq.yaml;h=15e5c7df11802fbcf023dab69c5d63a3aecb280d;hb=30e5c12c8d51c154a3a4c445204152a4231c00de;hp=b0fd19f2d8e147a539bdaca8793de734f3e6d6de;hpb=9a54aa3b758c807fdbf9024059b0f1aba769afe2;p=lttng-ci.git diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index b0fd19f..15e5c7d 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -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 @@ -319,30 +320,30 @@ 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] + platforms: !!python/tuple [deb12-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")' - '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: review-librseq @@ -353,7 +354,7 @@ jobs: - '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")'