-
Notifications
You must be signed in to change notification settings - Fork 25
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
Tweaks to windows agent to support distribution builds #187
Tweaks to windows agent to support distribution builds #187
Conversation
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
…pensearch-windows-enable-longpath
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
@@ -152,10 +152,10 @@ export class AgentNodes { | |||
workerLabelString: 'Jenkins-Agent-Windows2019-X64-C54xlarge-Single-Host', | |||
instanceType: 'C54xlarge', | |||
remoteUser: 'Administrator', | |||
maxTotalUses: -1, | |||
minimumNumberOfSpareInstances: 1, | |||
maxTotalUses: 10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why restrict to 10?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bug that I have yet to have ways to fix it:
opensearch-project/opensearch-build#2306 (comment)
opensearch-project/opensearch-build#2306 (comment)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Description
Tweaks to windows agent to support distribution builds
Issues Resolved
opensearch-project/opensearch-build#2306
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.