From 3b14a10dfc784903980ded6fc9c6555c5defa845 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Mon, 9 Mar 2020 15:39:06 +0100 Subject: [PATCH] Move node builder for linters to ubuntu1804 issue with python3 version using ubuntu16.04 Issue-ID: INT-1478 Signed-off-by: mrichomme Change-Id: Ie2dbe1c7d89520194a2ed842e993fd0add0e32b9 Signed-off-by: mrichomme --- jjb/testsuite/testsuite.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: '.' -- 2.16.6