From: Michael Jeanson Date: Wed, 5 Jun 2019 22:20:14 +0000 (-0400) Subject: jjb: Add prod conf to bt master and stable-2.0 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=3945afd55be6a34f138383dbef2b8bb075bd5e8e;p=lttng-ci.git jjb: Add prod conf to bt master and stable-2.0 Signed-off-by: Michael Jeanson --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index dfd7e0e..057d09c 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -566,11 +566,21 @@ - stable-2.0 - master jobs: + - 'babeltrace_{version}_{buildtype}': + buildtype: build + arch: !!python/tuple [amd64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, static, python-bindings, production] + version: + - stable-2.0 + - master - 'babeltrace_{version}_{buildtype}': buildtype: build arch: !!python/tuple [amd64] build: !!python/tuple [std, oot, dist] conf: !!python/tuple [std, static, python-bindings] + version: + - stable-1.5 - 'babeltrace_{version}_{buildtype}': buildtype: portbuild arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]