From dd772d9454f80626414839460cf8d1766339be20 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 8 Dec 2020 06:31:50 -0800 Subject: Add lf-build2 to Shellcheck and Yamllint Jobs Change-Id: I631e15c9ccb029347a3174b3914d0faef1c7050a Signed-off-by: Trevor Bramwell --- jjb/opnfvdocs/opnfvdocs.yaml | 4 ++-- jjb/releng/opnfv-lint.yaml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jjb/opnfvdocs/opnfvdocs.yaml b/jjb/opnfvdocs/opnfvdocs.yaml index fe5d14996..22d67d637 100644 --- a/jjb/opnfvdocs/opnfvdocs.yaml +++ b/jjb/opnfvdocs/opnfvdocs.yaml @@ -39,7 +39,7 @@ name: GIT_CLONE_BASE default: ssh://gerrit.opnfv.org:29418 description: "Used for overriding the GIT URL coming from parameters macro." - - 'opnfv-build-centos-defaults' + - 'opnfv-build-defaults' scm: - git-scm-gerrit @@ -90,7 +90,7 @@ default: '$GS_BASE{gs-pathname}' description: "Directory where the build artifact will be located upon\ \ the completion of the build." - - 'opnfv-build-centos-defaults' + - 'opnfv-build-defaults' scm: - git-scm diff --git a/jjb/releng/opnfv-lint.yaml b/jjb/releng/opnfv-lint.yaml index 6483e3262..dcd262aa5 100644 --- a/jjb/releng/opnfv-lint.yaml +++ b/jjb/releng/opnfv-lint.yaml @@ -47,6 +47,7 @@ description: Slaves to execute yamllint default-slaves: - lf-build1 + - lf-build2 allowed-multiselect: true ignore-offline-nodes: true @@ -96,9 +97,10 @@ branch: '{branch}' - node: name: SLAVE_NAME - description: Slaves to execute yamllint + description: Slaves to execute pylint default-slaves: - lf-build1 + - lf-build2 allowed-multiselect: true ignore-offline-nodes: true @@ -149,6 +151,7 @@ description: Slaves to execute yamllint default-slaves: - lf-build1 + - lf-build2 allowed-multiselect: true ignore-offline-nodes: true -- cgit 1.2.3-korg