From dc43d363d284c26cb1b463683d6ebb2c88ab0b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 25 Mar 2024 13:30:58 +0100 Subject: [PATCH] Fix the VMR synchronization 1ES pipeline (#19173) --- eng/pipelines/vmr-sync-internal.yml | 12 ++++++------ eng/pipelines/vmr-sync.yml | 11 +++++------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/eng/pipelines/vmr-sync-internal.yml b/eng/pipelines/vmr-sync-internal.yml index 9c866494f..cb0877ea2 100644 --- a/eng/pipelines/vmr-sync-internal.yml +++ b/eng/pipelines/vmr-sync-internal.yml @@ -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 }} \ No newline at end of file diff --git a/eng/pipelines/vmr-sync.yml b/eng/pipelines/vmr-sync.yml index 4ba494688..7de3ef614 100644 --- a/eng/pipelines/vmr-sync.yml +++ b/eng/pipelines/vmr-sync.yml @@ -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 }}