X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flibrseq.yaml;h=f91ada4dcf45d5ff4383bb98d6ec799414ccbf31;hb=cda84f27d95fd6f55fa736e35298266a78bd35c5;hp=2bfff943e6db82bcdf0900026674b5907fb826ef;hpb=7ff14a9767236737d53c52cefc9c992bdbe7d164;p=lttng-ci.git diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 2bfff94..f91ada4 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -254,7 +254,7 @@ - job-template: name: librseq_{version}_scan-build defaults: librseq - node: 'amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -274,7 +274,7 @@ - job-template: name: librseq_{version}_coverity defaults: librseq - node: 'amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -320,24 +320,17 @@ jobs: - 'librseq_{version}_{buildtype}': buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64, deb12-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, 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, deb12-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 [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] @@ -354,7 +347,7 @@ jobs: - 'dev_review_librseq_{version}_{buildtype}': buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64, deb12-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static] touchstone: '(build == "std") && (conf == "std")'