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 /jenkins-config | |
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 'jenkins-config')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-2g.cfg | 3 | ||||
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-4g.cfg | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-2g.cfg b/jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-2g.cfg new file mode 100644 index 000000000..5e1900178 --- /dev/null +++ b/jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-2g.cfg @@ -0,0 +1,3 @@ +IMAGE_NAME=ZZCI - Ubuntu 18.04 - docker - arm64 - 20200313-023920.944 +LABELS=ubuntu1804-docker-arm64-4c-2g +HARDWARE_ID=lf-standard-2 diff --git a/jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-4g.cfg b/jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-4g.cfg new file mode 100644 index 000000000..5ece27518 --- /dev/null +++ b/jenkins-config/clouds/openstack/cattle/ubuntu1804-docker-arm64-4c-4g.cfg @@ -0,0 +1,3 @@ +IMAGE_NAME=ZZCI - Ubuntu 18.04 - docker - arm64 - 20200313-023920.944 +LABELS=ubuntu1804-docker-arm64-4c-4g +HARDWARE_ID=lf-standard-4 |