diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-12 17:32:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-12 17:32:08 +0000 |
commit | ce6a0c4c38ddb581cbd16358e77085b46841d48a (patch) | |
tree | 93e90a0d79a931ca6b075055fd6dd0d460674f71 /jjb | |
parent | c22be7a4d095949018af4d8e5d036594cbb85615 (diff) | |
parent | f6eef0bc83741e84a23cf2290875c721107cffa9 (diff) |
Merge "Switch linter jobs to ubuntu 18.04 minion by default"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-templates.yaml | 2 | ||||
-rw-r--r-- | jjb/testsuite/testsuite.yaml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index f4d101eb8..f5f3a1d8d 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -56,7 +56,7 @@ name: '{project-name}-{stream}-{subproject}-lint' project-type: freestyle description: 'Job intended for running linters with Tox and Coala' - build-node: ubuntu1604-builder-2c-1g + build-node: ubuntu1804-builder-4c-4g node: '{build-node}' parameters: diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml index f93a1faf2..7d0eb5d72 100644 --- a/jjb/testsuite/testsuite.yaml +++ b/jjb/testsuite/testsuite.yaml @@ -63,8 +63,7 @@ project-name: 'testsuite' python-version: python3 jobs: - - '{project-name}-{stream}-{subproject}-lint': - build-node: ubuntu1804-builder-4c-4g + - '{project-name}-{stream}-{subproject}-lint' subproject: - 'yaml': tox-dir: '.' |