-
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
Support MacOS13 x64/arm64 Agents Packer Templates on EC2 #459
Support MacOS13 x64/arm64 Agents Packer Templates on EC2 #459
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
Thanks @peterzhuamazon moving forward we dont need macos-disk-resize.sh anymore, should we move this to legacy ? |
@@ -1,5 +1,5 @@ | |||
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH | |||
export PATH=/opt/local/bin:$PATH | |||
export PATH=/opt/homebrew/bin:/opt/local/bin:$PATH |
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.
Since this bashrc
works for legacy jenkins-agent-macos12-x64.json
, should we move this to legacy folder as well?
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.
This also works for the new macos13 that is why I keep it here.
Thanks.
I will keep this for a bit as I am still not 100 percent sure the resizing is consistent. Thanks. |
Mend scan failure unrelated to the changes. |
Description
Support MacOS13 x64/arm64 Packer Building EC2 AMI
Issues Resolved
opensearch-project/opensearch-build#4670
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.