Skip to content

Commit

Permalink
Merge pull request #279 from microsoft/ventura
Browse files Browse the repository at this point in the history
split out pre-Haswell Kitchen VM jobs
  • Loading branch information
jazaval authored Jun 29, 2023
2 parents 24812f6 + 35fed76 commit 2524f9d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
39 changes: 27 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,38 @@ resources:
type: git
name: chef-pipelines-templates

parameters:
- name: kitchenSuites
displayName: Kitchen Suites
type: object
default:
- default
- software-updates
- spotlight
# - xcode-from-apple
# - xcode-from-url
- command-line-tools
- certificate
- users
- keychain
- remote-access

jobs:
- template: chefspec-cookstyle.yml@templates
- template: test-kitchen.yml@templates
parameters:
jobName: "haswell"
kitchenFile: kitchen.yml
venturaPlus: true
platforms:
- ventura-x86
# - ventura-arm
suites: ${{ parameters.kitchenSuites }}
- template: test-kitchen.yml@templates
parameters:
jobName: "vintage"
platforms:
- big-sur-x86
- monterey-x86
# - ventura-arm
suites:
- default
- software-updates
- spotlight
# - xcode-from-apple
# - xcode-from-url
- command-line-tools
- certificate
- users
- keychain
- remote-access
suites: ${{ parameters.kitchenSuites }}
kitchenFile: kitchen.yml
2 changes: 1 addition & 1 deletion kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:
- name: ventura-x86
driver:
box: microsoft/macos-ventura
box_version: 13.4
box_version: 13.4.1

- name: ventura-arm
driver:
Expand Down

0 comments on commit 2524f9d

Please sign in to comment.