awslabs / aws-codebuild-jenkins-plugin

AWS CodeBuild integration as a Jenkins build step.
https://aws.amazon.com/codebuild
Apache License 2.0
150 stars 121 forks source link

Support for GPU based codebuild container #139

Closed shankarhpatel closed 6 months ago

shankarhpatel commented 1 year ago

We aim to launch a GPU-based pipeline on CodeBuild, however, to do so, we require a GPU-based node. Currently, the CodeBuild Jenkins plugin only supports LINUX_CONTAINERS. We would appreciate assistance in launching a GPU-based CodeBuild project using the CodeBuild Jenkins plugin.

leoherran-aws commented 1 year ago

This plugin supports overriding the environment type with all currently supported types, though some of the documentation that the plugin provides is out of date and only mentions Linux and Windows. You should also be able to trigger builds for an existing CodeBuild project that uses the GPU environment type. What specific error are you running into?

subinataws commented 6 months ago

@shankarhpatel - As @leoherran-aws mentioned, you should be able to use any compute type that is available in CodeBuild. Resolving.