Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NodeJS Upgrade] Add more timeouts and idle time for Windows AMI #300

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/compute/agent-node-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,10 @@ export class AgentNodeConfig {
metadataHopsLimit: '2',
hostKeyVerificationStrategy: 'OFF',
iamInstanceProfile: this.AgentNodeInstanceProfileArn,
idleTerminationMinutes: '60',
idleTerminationMinutes: '120',
initScript: config.initScript,
labelString: config.workerLabelString,
launchTimeoutStr: '1000',
launchTimeoutStr: '1200',
maxTotalUses: config.maxTotalUses,
minimumNumberOfInstances: 0,
minimumNumberOfSpareInstances: config.minimumNumberOfSpareInstances,
Expand Down
3 changes: 0 additions & 3 deletions packer/scripts/windows/scoop-install-alpinewsl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ scoop config no_junction true
# Install alpine
scoop bucket add extras
scoop install alpinewsl

# Scoop clean cache
scoop cache rm --all
3 changes: 0 additions & 3 deletions packer/scripts/windows/scoop-install-commons.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,3 @@ cmake --version
# Install zip
scoop install zip

# Scoop clean cache
scoop cache rm --all