Concurrent builds (#131)

This commit is contained in:
Fedor Korotkov 2024-02-28 11:04:51 -05:00 committed by GitHub
parent 882cbe2344
commit c03e2f3253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
persistent_worker:
labels:
name: dev-mini
resources:
tart-vms: 1
env:
TART_REGISTRY_HOSTNAME: ghcr.io
@ -12,8 +14,8 @@ env:
defaults: &defaults
timeout_in: 3h
update_script:
- brew update && brew upgrade
- brew install packer cirruslabs/cli/tart
- brew update || true
- brew upgrade || true
info_script:
- tart --version
- packer --version