X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Fliburcu.yaml;h=5e231e8a6a6c7213185cd33ce4f457909b144ccf;hb=2fc14cc3cf1e5f7b5d73bbcc033e1a05b7b0ef60;hp=64a9482f7417a7c0d1b1f4c5fe2894755455d7f4;hpb=a806eaf5cae362f8d7ad8c946a8ccbd516744d88;p=lttng-ci.git diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 64a9482..5e231e8 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -320,17 +320,27 @@ - master jobs: - '{job_prefix}liburcu_{version}_{buildtype}': + version: master + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist] + confs: !!python/tuple [std, static, atomic-builtins, tls_fallback, debug-rcu] + touchstone: '(build == "std") && (conf == "std")' + - '{job_prefix}liburcu_{version}_{buildtype}': + version: stable-0.14 buildtype: linuxbuild platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': - buildtype: build - platforms: !!python/tuple [bionic-amd64] + version: stable-0.13 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist] confs: !!python/tuple [std, static, tls_fallback, debug-rcu] touchstone: '(build == "std") && (conf == "std")' + # Common - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: portbuild platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]