diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-12 21:13:14 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-12 21:15:49 -0700 |
commit | 0d27ccf66a76f6a7f6555be90104d4918a1a7368 (patch) | |
tree | 15b24777cff3b780f85e5993f4d0d517260278f9 /jjb/cli | |
parent | b1cc18a29ef40451d5535dfe9349a1ec501d3af2 (diff) |
Migrate to ARM Ubuntu18.04 node
Ubuntu 16.04 still has SSH and Kernel issues.
Migrating to Ubuntu18.04 since we have a good
instance now.
TODO: Disable Ubuntu16.04 arm nodes.
- Currently Ubuntu18.04 arm nodes are under more test.
- No additional costs since no job is using 16.04 arm
nodes.
- Once confirmed, these will be disabled.
Change-Id: I1ef6dfc04aa6e85531f824e24ad517137a7080ca
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/cli')
-rw-r--r-- | jjb/cli/cli.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cli/cli.yaml b/jjb/cli/cli.yaml index c21ae21fc..ef105ffab 100644 --- a/jjb/cli/cli.yaml +++ b/jjb/cli/cli.yaml @@ -54,7 +54,7 @@ # mvn-settings: 'cli-settings' # files: '**' # archive-artifacts: '' -# build-node: ubuntu1604-docker-arm64-4c-2g +# build-node: ubuntu1804-docker-arm64-4c-2g # - project: name: cli-sonar |