Farm Builds - CodeBuild
What is CodeBuild
AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment. It eliminates the need to provision, manage, and scale your own build servers.
Learn More
To learn more about AWS CodeBuild, visit the AWS CodeBuild website.
Usage of CodeBuild in Brender Studio
Brender Studio uses CodeBuild for two primary tasks:
- Building Docker images for the ECR repository.
- Performing a CDK (Cloud Development Kit) deploy to create a new farm.
Build Process Duration
The build process takes a minimum of about 10 minutes. The time required can vary depending on the number of Docker images (Blender versions) that need to be built.
Monitoring Build Progress
Navigate to the Farm Builds section and click the "View Logs" button to monitor the progress of the build process in the AWS Console.
If everything functions correctly, the Build Status will show as "SUCCEED."
