From a14a6678df2eb779cce999d01db325e1e8ad1175 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 10 Feb 2020 10:08:28 +0100 Subject: [PATCH] Fix builder node name for verify-vagrantfile job template Change-Id: I4ad91a2b1078cdcb589e705d12130ff3a699ac1c Signed-off-by: Bartek Grzybowski Issue-ID: INT-1434 --- jjb/integration/integration-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 5d07b31e3..0adfae7a9 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -8,7 +8,7 @@ name: '{project-name}-{stream}-verify-vagrantfile' project-type: freestyle description: 'Job intended for validating vagrantfiles' - node: 'ubuntu1604-builder-2c-1g.cfg' + node: ubuntu1604-builder-2c-1g parameters: - lf-infra-parameters: -- 2.16.6