# HG changeset patch # User Gregory Szorc # Date 1575596558 28800 # Node ID 3d53f9cc73ab799ed90f551c4f8018c9250b0766 # Parent fb03cd716f5022306f068c4989b942bc485f5a96 automation: use latest Windows AMI as base It looks like the previous base image no longer exists. I guess Amazon expires them or something. Let's switch to the newest version of the equivalent image. Differential Revision: https://phab.mercurial-scm.org/D7571 diff -r fb03cd716f50 -r 3d53f9cc73ab contrib/automation/hgautomation/aws.py --- a/contrib/automation/hgautomation/aws.py Fri Dec 06 23:49:03 2019 -0500 +++ b/contrib/automation/hgautomation/aws.py Thu Dec 05 17:42:38 2019 -0800 @@ -59,7 +59,7 @@ UBUNTU_ACCOUNT_ID = '099720109477' -WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.07.12' +WINDOWS_BASE_IMAGE_NAME = 'Windows_Server-2019-English-Full-Base-2019.11.13' KEY_PAIRS = {