This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch release/1.11.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.11.0 by this push:
new 05dcca9 Disable windows update on heavy-lifter instances. (#4443)
05dcca9 is described below
commit 05dcca92dfce5dfdb0e587db544fc3bcc2b729cc
Author: Robert Houghton <[email protected]>
AuthorDate: Tue Dec 10 10:12:48 2019 -0800
Disable windows update on heavy-lifter instances. (#4443)
* Disable windows update on heavy-lifter instances.
May mitigate our loss of connection to instances in the middle of jobs.
Co-authored-by: Robert Houghton <[email protected]>
Co-authored-by: Scott Jewell <[email protected]>
* Kick PR pipeline
(cherry picked from commit 63cabe1bec7c1385641771fecaac8cf76eab5869)
---
ci/images/google-windows-geode-builder/windows-packer.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ci/images/google-windows-geode-builder/windows-packer.json
b/ci/images/google-windows-geode-builder/windows-packer.json
index fa3b2f5..432d73f 100644
--- a/ci/images/google-windows-geode-builder/windows-packer.json
+++ b/ci/images/google-windows-geode-builder/windows-packer.json
@@ -43,7 +43,9 @@
"Install-WindowsFeature Containers",
"Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force",
"Install-Module DockerMsftProvider -Force",
- "Install-Package Docker -ProviderName DockerMsftProvider -Force"
+ "Install-Package Docker -ProviderName DockerMsftProvider -Force",
+ "Set-Service wuauserv -StartupType Disabled",
+ "Stop-Service wuauserv"
]
},
{