File tree Expand file tree Collapse file tree 1 file changed +30
-17
lines changed Expand file tree Collapse file tree 1 file changed +30
-17
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ resources:
41
41
- repository : templates
42
42
type : git
43
43
name : chef-pipelines-templates
44
+ - repository : OfficePT
45
+ type : git
46
+ name : OE/OfficePipelineTemplates
47
+ ref : refs/heads/main
44
48
45
49
parameters :
46
50
- name : kitchenSuites
@@ -57,21 +61,30 @@ parameters:
57
61
- keychain
58
62
- remote-access
59
63
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
72
66
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 }}
You can’t perform that action at this time.
0 commit comments