Run docker-tools-eng-validation-pr
pipeline as part of PR validation when there are changes to ImageBuilder
#1255
Labels
We have two PR validation pipelines in this repo.
This eng validation pipeline runs only when there are changes to the eng/ folder:
docker-tools/eng/pipelines/dotnet-docker-tools-eng-validation-pr.yml
Lines 1 to 8 in 736b6b0
However, this does not check when changes in ImageBuilder could affect the way the eng-validation pipeline runs, since it uses the version of ImageBuilder from MAR.
To provide a check for this, we should change the eng-validation pipeline to build and run a new ImageBuilder image, and use that image to run the regular eng-validation-pr pipeline.
One unknown to solve here is how to pass artifacts between stages of public pipeline builds if we don't have access to an ACR. A potential solution to explore is writing the image to the disk and loading it in each successive stage.
The text was updated successfully, but these errors were encountered: