Codebuild is getting slow

0

Hi Team,

Since last 2 months I have noticed that my codebuild is getting very before usually it takes upto 5 mins to complete the build now a days it's taking around 2 mins to provisions and to complete the build it will take 13 mins I m using standard:3 image from code. I don't want to upgrade to standard:4 or any other latest versions due to my runtime dependency I have created a new customer docker image with my requirement even though it's slow and even I have tried the cache option from the artifact's unfortunately it doesn't help me Kindly request you to suggest me any tricks to improve the speed

1 Answer
0

I've seen the same and it's a result of benefiting from the images cache strategy. See https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html

Ultimately, you will get faster provisioning if you stay in-sync with one of these images. Additionally, if you happen to be using one of these images as a base image to build a new image from, then you might benefit from the cached layers of the base image. However, if the base image changes enough, then you will likely lose that benefit until you rebuild your custom image.

answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions