From 80b7f5660354e2f0a77e36fa95297a660fdff628 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 31 May 2026 21:11:25 +0100 Subject: [PATCH] ci: pin Azure crabbox lane to eastus2 --- .crabbox.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.crabbox.yaml b/.crabbox.yaml index b2a44cd4469..1fd39452420 100644 --- a/.crabbox.yaml +++ b/.crabbox.yaml @@ -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: