#release-engineering (2023-03)

jenkins_ci All things CI/CD. Specific emphasis on Codefresh and CodeBuild with CodePipeline.

CI/CD Discussions

Archive: https://archive.sweetops.com/release-engineering/

2023-03-06

Michael Galey avatar
Michael Galey

Currently using aws codebuild/pipelines/ECR and trying to improve the build times thru faster provisioning, caching, faster disk etc. Codebuild doesn’t seem to support FSX, and can’t run on an nvme server that I can determine. Anyone have any recommendations for an alternative build setup, thinking maybe self-hosted circleci or github actions? I can’t find any good performance comparison, but ideally high performance to save some minutes on some of these node/rails builds. We have aws provisioning times taking 30-40s over and over sometimes when we’re using the same latest image over and over, and that seems silly.

2023-03-15

    keyboard_arrow_up