Skip to content

Commit 4fa1669

Browse files
authored
Add custom build tag for canary validation runs (#35094)
1 parent 4ba935c commit 4fa1669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/pipelines/templates/stages/1es-redirect.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ extends:
3030
${{ else }}:
3131
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
3232
parameters:
33+
${{ if eq(parameters.oneESTemplateTag, 'canary') }}:
34+
# Enable 1es template team to verify validation has been run on canary
35+
customBuildTags:
36+
- 1ES.PT.Tag-refs/tags/canary
3337
settings:
3438
skipBuildTagsForGitHubPullRequests: true
3539
sdl:

0 commit comments

Comments
 (0)