From: Bartek Grzybowski Date: Tue, 10 Mar 2020 14:45:05 +0000 (+0100) Subject: Allow setting custom builder node in linters job template X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=72248ba34bb8b23a772b9a166de6d8b2c02a1517;p=ci-management.git 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 --- 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: