Skip to content

Commit 80b7f56

Browse files
committed
ci: pin Azure crabbox lane to eastus2
1 parent 995a9bd commit 80b7f56

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.crabbox.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ aws:
4848
# leaking AWS region names into the Azure default capacity fallback list.
4949
region: eu-west-1
5050
rootGB: 400
51+
azure:
52+
# The OpenClaw Azure subscription has reliable D2 spot capacity in eastus2;
53+
# eastus rejects the same SKUs and can stall provisioning.
54+
location: eastus2
5155
sync:
5256
delete: true
5357
checksum: false
@@ -73,6 +77,7 @@ jobs:
7377
provider: azure
7478
target: linux
7579
class: standard
80+
type: Standard_D2ads_v6
7681
market: spot
7782
idleTimeout: 90m
7883
hydrate:
@@ -90,6 +95,7 @@ jobs:
9095
provider: azure
9196
target: linux
9297
class: standard
98+
type: Standard_D2ads_v6
9399
market: spot
94100
idleTimeout: 90m
95101
hydrate:

0 commit comments

Comments
 (0)