summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2020-12-08 06:31:50 -0800
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2020-12-08 06:31:50 -0800
commitdd772d9454f80626414839460cf8d1766339be20 (patch)
tree421604979fe0578c5960fb744465c3fe89cb089d
parente7b24d72e2369763f0fdeeecd26ef3eb489a78c0 (diff)
Add lf-build2 to Shellcheck and Yamllint Jobs
Change-Id: I631e15c9ccb029347a3174b3914d0faef1c7050a Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r--jjb/opnfvdocs/opnfvdocs.yaml4
-rw-r--r--jjb/releng/opnfv-lint.yaml5
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