diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-03-09 15:39:06 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-03-09 16:02:15 +0100 |
commit | 3b14a10dfc784903980ded6fc9c6555c5defa845 (patch) | |
tree | a983c29ce3e5c8a11d3acfa4ecbd7229ddbfd1bf /jjb/testsuite | |
parent | b41eef27b638bfecc77db0ecd84adcaced9d2d80 (diff) |
Move node builder for linters to ubuntu1804
issue with python3 version using ubuntu16.04
Issue-ID: INT-1478
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ie2dbe1c7d89520194a2ed842e993fd0add0e32b9
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/testsuite')
-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: '.' |