Fix the VMR synchronization 1ES pipeline (#19173)

This commit is contained in:
Přemek Vysoký 2024-03-25 13:30:58 +01:00 committed by GitHub
parent e39c438bf2
commit dc43d363d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 12 deletions

View file

@ -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
@ -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 }}

View file

@ -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
@ -63,5 +63,4 @@ extends:
jobs:
- template: /eng/pipelines/templates/jobs/vmr-synchronization.yml@self
parameters:
jobName: Synchronize_VMR
vmrBranch: ${{ variables.VmrBranch }}