Skip to content

Commit

Permalink
Update common Docker engineering infrastructure with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot committed Oct 15, 2024
1 parent e444ca7 commit a3ad2a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/common/templates/jobs/generate-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ parameters:
isTestStage: false
internalProjectName: null
noCache: false
customInitSteps: []
commonInitStepsForMatrixAndBuild: []

jobs:
Expand All @@ -15,6 +16,7 @@ jobs:
- ${{ parameters.commonInitStepsForMatrixAndBuild }}
- template: /eng/common/templates/steps/retain-build.yml@self
- template: /eng/common/templates/steps/init-docker-linux.yml@self
- ${{ parameters.customInitSteps }}
- template: /eng/common/templates/steps/validate-branch.yml@self
parameters:
internalProjectName: ${{ parameters.internalProjectName }}
Expand Down
3 changes: 3 additions & 0 deletions eng/common/templates/stages/build-test-publish-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ parameters:
buildMatrixCustomBuildLegGroupArgs: ""
testMatrixCustomBuildLegGroupArgs: ""
customCopyBaseImagesInitSteps: []
customGenerateMatrixInitSteps: []
customBuildInitSteps: []
customTestInitSteps: []
customPublishInitSteps: []
Expand Down Expand Up @@ -83,6 +84,7 @@ stages:
customBuildLegGroupArgs: ${{ parameters.buildMatrixCustomBuildLegGroupArgs }}
internalProjectName: ${{ parameters.internalProjectName }}
noCache: ${{ parameters.noCache }}
customInitSteps: ${{ parameters.customGenerateMatrixInitSteps }}
commonInitStepsForMatrixAndBuild:
- template: /eng/common/templates/steps/common-init-for-matrix-and-build.yml@self
parameters:
Expand Down Expand Up @@ -257,6 +259,7 @@ stages:
isTestStage: true
internalProjectName: ${{ parameters.internalProjectName }}
publicProjectName: ${{ parameters.publicProjectName }}
customInitSteps: ${{ parameters.customGenerateMatrixInitSteps }}
commonInitStepsForMatrixAndBuild:
- template: /eng/common/templates/steps/common-init-for-matrix-and-build.yml@self
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parameters:
buildMatrixCustomBuildLegGroupArgs: ""
testMatrixCustomBuildLegGroupArgs: ""
customCopyBaseImagesInitSteps: []
customGenerateMatrixInitSteps: []
customBuildInitSteps: []
customTestInitSteps: []
customPublishInitSteps: []
Expand All @@ -27,6 +28,7 @@ stages:
internalProjectName: ${{ parameters.internalProjectName }}
publicProjectName: ${{ parameters.publicProjectName }}
isInternalServicingValidation: ${{ parameters.isInternalServicingValidation }}
customGenerateMatrixInitSteps: ${{ parameters.customGenerateMatrixInitSteps }}
buildMatrixCustomBuildLegGroupArgs: ${{ parameters.buildMatrixCustomBuildLegGroupArgs }}
testMatrixCustomBuildLegGroupArgs: ${{ parameters.testMatrixCustomBuildLegGroupArgs }}
customCopyBaseImagesInitSteps: ${{ parameters.customCopyBaseImagesInitSteps}}
Expand Down

0 comments on commit a3ad2a6

Please sign in to comment.