X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=77aaa53d91e803a80221ea33cec723b970a03790;hb=07fc222e39aa5de61ecdbc1dd6bf9653dc6b97d5;hp=96e0f6684e4f08ce17a38efbc6691bef956a3ff4;hpb=a3bc03794901f2b7b8cc46f4f02698c222021ec7;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 96e0f66..77aaa53 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -180,6 +180,17 @@ <<: *lttng-ust_build_axes_defaults <<: *lttng-ust_build_builders_defaults + properties: + - inject: + properties-content: | + PROJECT_NAME=lttng-ust + - build-discarder: + days-to-keep: 1 + - throttle: + option: 'category' + categories: + - 'gerrit-{buildtype}' + publishers: - tap: results: 'tap/**/*.log' @@ -337,6 +348,7 @@ filter: '' - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + ## Master ## - 'lttng-ust_{version}_{buildtype}': buildtype: build version: master @@ -375,6 +387,43 @@ version: master - 'lttng-ust_{version}_coverity': version: master + ## Stable 2.12 ## + - 'lttng-ust_{version}_{buildtype}': + buildtype: build + version: stable-2.12 + arch: !!python/tuple [amd64] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '(build=="std") || (liburcu_version=="stable-0.11")' + - 'lttng-ust_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.12 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '' + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: stable-2.12 + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '' + - 'lttng-ust_{version}_{buildtype}': + buildtype: elbuild + version: stable-2.12 + arch: !!python/tuple [el8] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.11, master] + filter: '' + - 'lttng-ust_{version}_cppcheck': + version: stable-2.12 + - 'lttng-ust_{version}_scan-build': + version: stable-2.12 # stable-2.7 - 'lttng-ust_{version}_{buildtype}':