From patchwork Mon Sep 30 21:06:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D6912: automation: remove Ubuntu 18.10 From: phabricator X-Patchwork-Id: 41862 Message-Id: <6bbdcb4a7f88cf1bc1200bce277e4b75@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Mon, 30 Sep 2019 21:06:49 +0000 Closed by commit rHG3aa227feffbe: automation: remove Ubuntu 18.10 (authored by indygreg). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6912?vs=16685&id=16707 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6912/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6912 AFFECTED FILES contrib/automation/hgautomation/aws.py contrib/automation/hgautomation/linux.py CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/contrib/automation/hgautomation/linux.py b/contrib/automation/hgautomation/linux.py --- a/contrib/automation/hgautomation/linux.py +++ b/contrib/automation/hgautomation/linux.py @@ -22,7 +22,6 @@ DISTROS = { 'debian9', 'ubuntu18.04', - 'ubuntu18.10', 'ubuntu19.04', } diff --git a/contrib/automation/hgautomation/aws.py b/contrib/automation/hgautomation/aws.py --- a/contrib/automation/hgautomation/aws.py +++ b/contrib/automation/hgautomation/aws.py @@ -831,13 +831,6 @@ 'ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20190403', ) ssh_username = 'ubuntu' - elif distro == 'ubuntu18.10': - image = find_image( - ec2resource, - UBUNTU_ACCOUNT_ID, - 'ubuntu/images/hvm-ssd/ubuntu-cosmic-18.10-amd64-server-20190402', - ) - ssh_username = 'ubuntu' elif distro == 'ubuntu19.04': image = find_image( ec2resource,