##// END OF EJS Templates
automation: remove Ubuntu 18.10...
Gregory Szorc -
r43283:3aa227fe default
parent child Browse files
Show More
@@ -831,13 +831,6 b' def ensure_linux_dev_ami(c: AWSConnectio'
831 'ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20190403',
831 'ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20190403',
832 )
832 )
833 ssh_username = 'ubuntu'
833 ssh_username = 'ubuntu'
834 elif distro == 'ubuntu18.10':
835 image = find_image(
836 ec2resource,
837 UBUNTU_ACCOUNT_ID,
838 'ubuntu/images/hvm-ssd/ubuntu-cosmic-18.10-amd64-server-20190402',
839 )
840 ssh_username = 'ubuntu'
841 elif distro == 'ubuntu19.04':
834 elif distro == 'ubuntu19.04':
842 image = find_image(
835 image = find_image(
843 ec2resource,
836 ec2resource,
@@ -22,7 +22,6 b' from .ssh import ('
22 DISTROS = {
22 DISTROS = {
23 'debian9',
23 'debian9',
24 'ubuntu18.04',
24 'ubuntu18.04',
25 'ubuntu18.10',
26 'ubuntu19.04',
25 'ubuntu19.04',
27 }
26 }
28
27
General Comments 0
You need to be logged in to leave comments. Login now