2021-09-24 13:56:16 +03:00
|
|
|
name: macOS-12_$(date:yyyyMMdd)$(rev:.r)_unstable
|
2021-11-01 17:58:03 +03:00
|
|
|
schedules:
|
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
|
displayName: Daily
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
always: true
|
2021-09-24 13:56:16 +03:00
|
|
|
|
|
|
|
|
trigger: none
|
|
|
|
|
pr:
|
|
|
|
|
autoCancel: true
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
|
2024-01-25 10:51:07 +01:00
|
|
|
variables:
|
|
|
|
|
- group: Mac-Cloud Image Generation
|
|
|
|
|
|
2021-09-24 13:56:16 +03:00
|
|
|
jobs:
|
|
|
|
|
- template: image-generation.yml
|
|
|
|
|
parameters:
|
|
|
|
|
image_label: 'macOS Monterey'
|
|
|
|
|
base_image_name: 'clean-macOS-12-380Gb-runner'
|
2024-01-05 12:29:46 +01:00
|
|
|
template_path: 'templates/macOS-12.pkr.hcl'
|
2021-09-24 13:56:16 +03:00
|
|
|
target_datastore: 'ds-image'
|
2024-01-25 10:51:07 +01:00
|
|
|
variable_group_name: 'Mac-Cloud Image Generation'
|
|
|
|
|
primary_agent: 'true'
|