From 72248ba34bb8b23a772b9a166de6d8b2c02a1517 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 10 Mar 2020 15:45:05 +0100 Subject: [PATCH] Allow setting custom builder node in linters job template This adds option to define custom builder-node in {project-name}-{stream}-{subproject}-lint job template with pre-set default value. Change-Id: Ie27991f7964815f8eb38597bcc836724a55bad41 Issue-ID: INT-1478 Signed-off-by: Bartek Grzybowski --- jjb/integration/integration-templates.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 0cf19bcff..f4d101eb8 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -56,7 +56,8 @@ name: '{project-name}-{stream}-{subproject}-lint' project-type: freestyle description: 'Job intended for running linters with Tox and Coala' - node: ubuntu1604-builder-2c-1g + build-node: ubuntu1604-builder-2c-1g + node: '{build-node}' parameters: - lf-infra-parameters: -- 2.16.6