D6671: automation: use newer Windows base image

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Tue Jul 23 02:21:19 UTC 2019


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  It looks like the old base image disappeared. Let's use a newer
  image that exists today.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6671

AFFECTED FILES
  contrib/automation/hgautomation/aws.py

CHANGE DETAILS

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
@@ -1048,7 +1048,7 @@
 
     image = find_image(ec2resource,
                        '801119661308',
-                       'Windows_Server-2019-English-Full-Base-2019.02.13')
+                       'Windows_Server-2019-English-Full-Base-2019.07.12')
 
     config = {
         'BlockDeviceMappings': [



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list