Skip to content

Commit bd3c1ea

Browse files
Copilottorosent
andcommitted
Convert code-mirror.yml to 1ES template format
Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>
1 parent 3a38263 commit bd3c1ea

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

eng/ci/code-mirror.yml

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
1+
variables:
2+
- template: ci/variables/cfs.yml@eng
3+
14
trigger:
25
branches:
36
include:
47
# These are the branches we'll mirror to our internal ADO instance
58
# Keep this set limited as appropriate (don't mirror individual user branches).
69
- main
710

11+
# CI only, does not trigger on PRs.
12+
pr: none
13+
814
resources:
915
repositories:
10-
- repository: eng
11-
type: git
12-
name: engineering
13-
ref: refs/tags/release
14-
15-
variables:
16-
- template: ci/variables/cfs.yml@eng
16+
- repository: 1es
17+
type: git
18+
name: 1ESPipelineTemplates/1ESPipelineTemplates
19+
ref: refs/tags/release
20+
- repository: eng
21+
type: git
22+
name: engineering
23+
ref: refs/tags/release
1724

1825
extends:
19-
template: ci/code-mirror.yml@eng
26+
template: v1/1ES.Official.PipelineTemplate.yml@1es
27+
parameters:
28+
pool:
29+
name: 1es-pool-azfunc
30+
image: 1es-windows-2022
31+
os: windows
32+
sdl:
33+
spotBugs:
34+
enabled: false
35+
stages:
36+
- template: ci/code-mirror.yml@eng

0 commit comments

Comments
 (0)