mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 06:46:31 +00:00
ci: pin Azure crabbox lane to eastus2
This commit is contained in:
parent
995a9bd702
commit
80b7f56603
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ aws:
|
|||
# leaking AWS region names into the Azure default capacity fallback list.
|
||||
region: eu-west-1
|
||||
rootGB: 400
|
||||
azure:
|
||||
# The OpenClaw Azure subscription has reliable D2 spot capacity in eastus2;
|
||||
# eastus rejects the same SKUs and can stall provisioning.
|
||||
location: eastus2
|
||||
sync:
|
||||
delete: true
|
||||
checksum: false
|
||||
|
|
@ -73,6 +77,7 @@ jobs:
|
|||
provider: azure
|
||||
target: linux
|
||||
class: standard
|
||||
type: Standard_D2ads_v6
|
||||
market: spot
|
||||
idleTimeout: 90m
|
||||
hydrate:
|
||||
|
|
@ -90,6 +95,7 @@ jobs:
|
|||
provider: azure
|
||||
target: linux
|
||||
class: standard
|
||||
type: Standard_D2ads_v6
|
||||
market: spot
|
||||
idleTimeout: 90m
|
||||
hydrate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue