Tips and tricks on improving windows tasks boot up times #1297
Unanswered
ericoporto
asked this question in
Q&A
Replies: 1 comment
-
You can configure EKS and run Windows containers there. Here's an example Cirrus CI configuration: aws_credentials: [...]
task:
eks_container:
image: cirrusci/windowsservercore:2019
cluster_name: my-cluster
region: us-east-1
namespace: default
platform: windows
cpu: 1
memory: 1
build_script:
- Write-Host 'Hello, World!'
env:
CIRRUS_OS: windows
CIRRUS_SHELL: powershell They should be faster to start once the OC image gets cached on the Kubernetes node(s). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While it seems Linux and macOS tasks run very fast, Windows containers seem to take a loooong time. Are there any tips and tricks to get them to run faster?
Unfortunately I need MS Visual Studio, CPP, C++/CLI and .NET Framework stuff and all this stuff will add to a reasonable size in the image.
Beta Was this translation helpful? Give feedback.
All reactions