From 3a38263af48d41094fdf3094835c25254eb0b419 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:17:38 +0000 Subject: [PATCH 1/3] Initial plan From bd3c1eab867d00e6ca0f3b0c0b0b75f850054273 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:21:21 +0000 Subject: [PATCH 2/3] Convert code-mirror.yml to 1ES template format Co-authored-by: torosent <17064840+torosent@users.noreply.github.com> --- eng/ci/code-mirror.yml | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml index f884e101..231ba99b 100644 --- a/eng/ci/code-mirror.yml +++ b/eng/ci/code-mirror.yml @@ -1,3 +1,6 @@ +variables: + - template: ci/variables/cfs.yml@eng + trigger: branches: include: @@ -5,15 +8,29 @@ trigger: # Keep this set limited as appropriate (don't mirror individual user branches). - main +# CI only, does not trigger on PRs. +pr: none + resources: repositories: - - repository: eng - type: git - name: engineering - ref: refs/tags/release - -variables: - - template: ci/variables/cfs.yml@eng + - repository: 1es + type: git + name: 1ESPipelineTemplates/1ESPipelineTemplates + ref: refs/tags/release + - repository: eng + type: git + name: engineering + ref: refs/tags/release extends: - template: ci/code-mirror.yml@eng + template: v1/1ES.Official.PipelineTemplate.yml@1es + parameters: + pool: + name: 1es-pool-azfunc + image: 1es-windows-2022 + os: windows + sdl: + spotBugs: + enabled: false + stages: + - template: ci/code-mirror.yml@eng From ff6bb39356cc444d7917b0af1edcc0b7508ba9b2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:33:28 +0000 Subject: [PATCH 3/3] Fix repository alias conflict - use 1ESPipelineTemplates instead of 1es Co-authored-by: torosent <17064840+torosent@users.noreply.github.com> --- eng/ci/code-mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml index 231ba99b..01f8386d 100644 --- a/eng/ci/code-mirror.yml +++ b/eng/ci/code-mirror.yml @@ -13,7 +13,7 @@ pr: none resources: repositories: - - repository: 1es + - repository: 1ESPipelineTemplates type: git name: 1ESPipelineTemplates/1ESPipelineTemplates ref: refs/tags/release @@ -23,7 +23,7 @@ resources: ref: refs/tags/release extends: - template: v1/1ES.Official.PipelineTemplate.yml@1es + template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates parameters: pool: name: 1es-pool-azfunc