diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-09 18:47:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-09 18:47:41 +0000 |
commit | e4fa9560b3e6bc32bc109a46318612fad23964b5 (patch) | |
tree | d051ba001970b67617bbef4e9599a5dda424c859 /jjb | |
parent | cd45385ef83be8ca086c8ce486a26bd389733723 (diff) | |
parent | 3b14a10dfc784903980ded6fc9c6555c5defa845 (diff) |
Merge "Move node builder for linters to ubuntu1804"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/testsuite/testsuite.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml index df3be1866..4a8d9c954 100644 --- a/jjb/testsuite/testsuite.yaml +++ b/jjb/testsuite/testsuite.yaml @@ -63,7 +63,8 @@ project-name: 'testsuite' python-version: python3 jobs: - - '{project-name}-{stream}-{subproject}-lint' + - '{project-name}-{stream}-{subproject}-lint': + build-node: ubuntu1804-builder-4c-4g subproject: - 'yaml': tox-dir: '.' |