From c8370e00c5b20d4889864bcee792fa7005805cea Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 27 Apr 2020 13:49:51 -0400 Subject: [PATCH] jjb: lttng-ust: Add gerrit portbuild job Signed-off-by: Michael Jeanson --- jobs/lttng-ust.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 054dff1..d1f2130 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -457,7 +457,14 @@ build: !!python/tuple [std, oot, dist, oot-dist] conf: !!python/tuple [std, agents] liburcu_version: !!python/tuple [stable-0.12] - filter: '(build=="std" && conf=="std") || (arch=="amd64")' + filter: '' + - 'dev_gerrit_lttng-ust_{buildtype}': + buildtype: portbuild + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.12] + filter: '' - project: name: lttng-ust-views -- 2.34.1