X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flibrseq.yaml;h=ff7f4c285e030f21bd99cad4f2854b6272ebec84;hb=e6dd082253411acfd9e0d5e2d4fff3ba33dd0f39;hp=15e5c7df11802fbcf023dab69c5d63a3aecb280d;hpb=30e5c12c8d51c154a3a4c445204152a4231c00de;p=lttng-ci.git diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 15e5c7d..ff7f4c2 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: @@ -323,27 +323,20 @@ 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 [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")' + touchstone: '' - 'librseq_{version}_{cctype}': cctype: clangbuild 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: '' - 'librseq_{version}_{buildtype}': buildtype: portbuild 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 == "deb12-i386")' + touchstone: '' - project: name: review-librseq @@ -357,7 +350,13 @@ platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static] - touchstone: '(build == "std") && (conf == "std")' + touchstone: '' + - 'dev_review_librseq_{version}_{buildtype}': + buildtype: portbuild + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + touchstone: '' - project: name: librseq-views