Merge "Switch linter jobs to ubuntu 18.04 minion by default"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 12 Mar 2020 17:32:08 +0000 (17:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 12 Mar 2020 17:32:08 +0000 (17:32 +0000)
jjb/integration/integration-templates.yaml
jjb/testsuite/testsuite.yaml

index f4d101e..f5f3a1d 100644 (file)
@@ -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:
index f93a1fa..7d0eb5d 100644 (file)
@@ -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: '.'