aws-codebuild-jenkins-plugin icon indicating copy to clipboard operation
aws-codebuild-jenkins-plugin copied to clipboard

Support for GPU based codebuild container

Open shankarhpatel opened this issue 2 years ago • 1 comments

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.

shankarhpatel avatar Jan 19 '23 10:01 shankarhpatel

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?

leoherran-aws avatar Feb 01 '23 20:02 leoherran-aws

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

subinataws avatar Mar 14 '24 20:03 subinataws