comparison contrib/automation/hgautomation/aws.py @ 42646:92a99822e731 stable

automation: use newer Windows base image It looks like the old base image disappeared. Let's use a newer image that exists today. Differential Revision: https://phab.mercurial-scm.org/D6671
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 22 Jul 2019 18:52:58 -0700
parents 65b3ef162b39
children 8804aa6c07a0
comparison
equal deleted inserted replaced
42645:8c5a36805d5d 42646:92a99822e731
1046 1046
1047 name = '%s%s' % (prefix, 'windows-dev') 1047 name = '%s%s' % (prefix, 'windows-dev')
1048 1048
1049 image = find_image(ec2resource, 1049 image = find_image(ec2resource,
1050 '801119661308', 1050 '801119661308',
1051 'Windows_Server-2019-English-Full-Base-2019.02.13') 1051 'Windows_Server-2019-English-Full-Base-2019.07.12')
1052 1052
1053 config = { 1053 config = {
1054 'BlockDeviceMappings': [ 1054 'BlockDeviceMappings': [
1055 { 1055 {
1056 'DeviceName': '/dev/sda1', 1056 'DeviceName': '/dev/sda1',