8000 Add support for ARM and GPU containers for CodeBuild by vz10 · Pull Request #1699 · cloudtools/troposphere · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add support for ARM and GPU containers for CodeBuild #1699

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

Merged
merged 2 commits into from
Jun 7, 2020

Conversation

vz10
Copy link
Contributor
@vz10 vz10 commented May 18, 2020

This adds ARM_CONTAINER and LINUX_GPU_CONTAINER to the valid list of environment types for a CodeBuild Environment.

@@ -143,6 +143,8 @@ def validate(self):
valid_types = [
'LINUX_CONTAINER',
'WINDOWS_CONTAINER',
'ARM_CONTAINER',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor change...can you alphabetize this list? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done ✅

@markpeek markpeek merged commit 446148c into cloudtools:master Jun 7, 2020
@markpeek
Copy link
Member
markpeek commented Jun 7, 2020

Thanks!

@vz10 vz10 deleted the arm-and-gpu-codebuild branch June 7, 2020 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0