Skip to content

Commit

Permalink
Fix the VMR synchronization 1ES pipeline (#19173)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun committed Mar 25, 2024
1 parent e39c438 commit dc43d36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 6 additions & 6 deletions eng/pipelines/vmr-sync-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ variables:
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022-pt
os: windows

sdl:
sourceAnalysisPool:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022
os: windows

sourceRepositoriesToScan:
exclude:
- repository: vmr
Expand All @@ -59,6 +59,6 @@ extends:
- stage: VMRSynchronization
displayName: VMR Synchronization
jobs:
- template: templates/jobs/vmr-synchronization.yml@self
- template: /eng/pipelines/templates/jobs/vmr-synchronization.yml@self
parameters:
vmrBranch: ${{ variables.VmrBranch }}
11 changes: 5 additions & 6 deletions eng/pipelines/vmr-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ variables:
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022-pt
os: windows

sdl:
sourceAnalysisPool:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022
os: windows

sourceRepositoriesToScan:
exclude:
- repository: vmr
Expand All @@ -63,5 +63,4 @@ extends:
jobs:
- template: /eng/pipelines/templates/jobs/vmr-synchronization.yml@self
parameters:
jobName: Synchronize_VMR
vmrBranch: ${{ variables.VmrBranch }}

0 comments on commit dc43d36

Please sign in to comment.