dotnet-buildtools-prereqs-docker icon indicating copy to clipboard operation
dotnet-buildtools-prereqs-docker copied to clipboard

Split apart Dockerfile groupings to avoid long-running build jobs

Open mthalman opened this issue 9 months ago • 3 comments

The CBL Mariner 2.0 and Azure Linux 3.0 build jobs currently take up to 7+ hours to complete. We should look into breaking up the grouping of Dockerfiles so they can be built in separate jobs. This would require determining the dependencies amongst those Dockerfiles to find all the "roots". Then we can get a better picture of what the graphs look like and what potential benefits there may be for splitting things up.

mthalman avatar May 06 '24 18:05 mthalman