diff options
author | 2020-12-08 15:04:26 +0000 | |
---|---|---|
committer | 2020-12-08 15:04:26 +0000 | |
commit | 6d669b42752bb3827c41ea17e650ff40c1a6358b (patch) | |
tree | fd3c1830bb5790f6f3bcb954783e0093b9ec9373 /jjb | |
parent | 0930ac395629a7d96367a69d15da15ac85b4a142 (diff) | |
parent | dd772d9454f80626414839460cf8d1766339be20 (diff) |
Merge "Add lf-build2 to Shellcheck and Yamllint Jobs"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/opnfvdocs/opnfvdocs.yaml | 4 | ||||
-rw-r--r-- | 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 |