From aa83d68e92c14c35e1750115baad6c9d3bdc2428 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 4 Apr 2023 15:04:56 -0400 Subject: [PATCH] jjb: lttng-tools: add missing filter to stable rootbuild job Change-Id: Iba347446234e7270211a5179c275a46e7bd16374 Signed-off-by: Michael Jeanson --- jobs/lttng-tools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index aee0198..024c8bb 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1070,7 +1070,7 @@ urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] - filter: '' + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' touchstone: '' - 'lttng-tools_{version}_release': version: v2.13 @@ -1188,7 +1188,7 @@ urcuversions: !!python/tuple [stable-0.13] babelversions: !!python/tuple [stable-2.0] testtypes: !!python/tuple [base] - filter: '' + filter: '(node=="amd64-rootnode" && platform=="bionic-amd64")' touchstone: '' - 'lttng-tools_{version}_release': version: v2.12 -- 2.34.1