Skip to content

Commit 51f6563

Browse files
committed
1ESPT
1 parent c4907af commit 51f6563

File tree

1 file changed

+30
-17
lines changed

1 file changed

+30
-17
lines changed

azure-pipelines.yml

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ resources:
4141
- repository: templates
4242
type: git
4343
name: chef-pipelines-templates
44+
- repository: OfficePT
45+
type: git
46+
name: OE/OfficePipelineTemplates
47+
ref: refs/heads/main
4448

4549
parameters:
4650
- name: kitchenSuites
@@ -57,21 +61,30 @@ parameters:
5761
- keychain
5862
- remote-access
5963

60-
jobs:
61-
- template: chefspec-cookstyle.yml@templates
62-
- template: test-kitchen.yml@templates
63-
parameters:
64-
jobName: "haswell_agent"
65-
kitchenFile: kitchen.yml
66-
venturaPlus: true
67-
platforms:
68-
- ventura-x86
69-
- sonoma-x86
70-
suites: ${{ parameters.kitchenSuites }}
71-
- template: test-kitchen.yml@templates
64+
extends:
65+
template: v1/Office.Official.PipelineTemplate.yml@OfficePT
7266
parameters:
73-
jobName: "vintage_agent"
74-
kitchenFile: kitchen.yml
75-
platforms:
76-
- monterey-x86
77-
suites: ${{ parameters.kitchenSuites }}
67+
pool:
68+
name: Azure-Pipelines-1ESPT-ExDShared
69+
image: windows-latest
70+
os: windows
71+
stages:
72+
- stage: cookbook
73+
jobs:
74+
- template: chefspec-cookstyle.yml@templates
75+
- template: test-kitchen.yml@templates
76+
parameters:
77+
jobName: "haswell_agent"
78+
kitchenFile: kitchen.yml
79+
venturaPlus: true
80+
platforms:
81+
- ventura-x86
82+
- sonoma-x86
83+
suites: ${{ parameters.kitchenSuites }}
84+
- template: test-kitchen.yml@templates
85+
parameters:
86+
jobName: "vintage_agent"
87+
kitchenFile: kitchen.yml
88+
platforms:
89+
- monterey-x86
90+
suites: ${{ parameters.kitchenSuites }}

0 commit comments

Comments
 (0)