From fe16cb00eae039e7fc26b94499af420211ccadd6 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 20 Oct 2017 17:21:12 -0400 Subject: [PATCH] jjb: lttng-ust master requires liburcu master Signed-off-by: Michael Jeanson --- jobs/lttng-ust.yaml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 9d61177..0652f59 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -264,7 +264,6 @@ - stable-2.8 - stable-2.9 - stable-2.10 - - master jobs: - 'lttng-ust_{version}_{buildtype}': buildtype: build @@ -286,6 +285,31 @@ liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, master] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + - 'lttng-ust_{version}_{buildtype}': + buildtype: build + version: master + arch: !!python/tuple [x86-32, x86-64] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: portbuild + version: master + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + build: !!python/tuple [std] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: master + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [master] + - 'lttng-ust_{version}_cppcheck': + version: master + - 'lttng-ust_{version}_scan-build': + version: master - 'lttng-ust_{version}_coverity': version: master -- 2.34.1