We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a9bd commit 80b7f56Copy full SHA for 80b7f56
1 file changed
.crabbox.yaml
@@ -48,6 +48,10 @@ aws:
48
# leaking AWS region names into the Azure default capacity fallback list.
49
region: eu-west-1
50
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
55
sync:
56
delete: true
57
checksum: false
@@ -73,6 +77,7 @@ jobs:
73
77
provider: azure
74
78
target: linux
75
79
class: standard
80
+ type: Standard_D2ads_v6
76
81
market: spot
82
idleTimeout: 90m
83
hydrate:
@@ -90,6 +95,7 @@ jobs:
90
95
91
96
92
97
98
93
99
94
100
101
0 commit comments