automation: use latest Windows AMI as base
authorGregory Szorc <gregory.szorc@gmail.com>
Thu, 05 Dec 2019 17:42:38 -0800
changeset 43841 3d53f9cc73ab
parent 43840 fb03cd716f50
child 43842 a6483107a07a
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
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 = {