-
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
[Windows Container] Add #337 #338 AMI and add new customDeviceMapping config with new benchmark agent #339
Conversation
…tomDeviceMapping config with new benchmark agent Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
lib/ci-stack.ts
Outdated
@@ -161,6 +161,7 @@ export class CIStack extends Stack { | |||
agentNode.AL2_ARM64_DOCKER_HOST, | |||
agentNode.AL2023_ARM64_DOCKER_HOST, | |||
agentNode.AL2023_X64_DOCKER_HOST_BENCHMARK_TEST, | |||
agentNode.AL2023_X64_DOCKER_HOST_BENCHMARK_TEST_NEW_SPEC, |
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.
I think this is a good opportunity to remove "DOCKER" from the agent label as we run everything on the localhost and not inside a CI docker container. @peterzhuamazon
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.
Will change, thanks!
LGTM, please take care of the name change for the benchmark host. |
Signed-off-by: Peter Zhu <[email protected]>
Description
[Windows Container] Add #337 #338 AMI and add new customDeviceMapping config with new benchmark agent
Issues Resolved
#337
#338
Benchmark Host NewSpecs
opensearch-project/opensearch-build#3743
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.