changeset 43823:3d53f9cc73ab

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 05 Dec 2019 17:42:38 -0800
parents fb03cd716f50
children a6483107a07a
files contrib/automation/hgautomation/aws.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = {