From 1ec776e0003434909ff34c50562c378b01afa9fc Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 30 Sep 2023 17:39:52 +0200 Subject: Stop filtering jjbs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A few jobs won't be executed becasue of missing runners (Functest) Change-Id: I4cff35efc548855e9c735ec770bf391e3cfe1957 Signed-off-by: Cédric Ollivier --- jjb/global/slave-params.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/global') diff --git a/jjb/global/slave-params.yaml b/jjb/global/slave-params.yaml index 50743b70b..7d0996bb6 100644 --- a/jjb/global/slave-params.yaml +++ b/jjb/global/slave-params.yaml @@ -1,3 +1,4 @@ +--- - parameter: name: 'opnfv-build-defaults' parameters: @@ -21,7 +22,7 @@ parameters: - label: name: SLAVE_LABEL - default: 'opnfv-build-ubuntu' + default: 'anuket-build' description: 'Slave label on Jenkins' all-nodes: false node-eligibility: 'ignore-offline' -- cgit 1.2.3-korg