ci: pin Azure crabbox lane to eastus2 · openclaw/openclaw@80b7f56
steipete
·
2026-06-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -48,6 +48,10 @@ aws:
|
48 | 48 | # leaking AWS region names into the Azure default capacity fallback list. |
49 | 49 | region: eu-west-1 |
50 | 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 |
51 | 55 | sync: |
52 | 56 | delete: true |
53 | 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 |
77 | 82 | idleTimeout: 90m |
78 | 83 | hydrate: |
@@ -90,6 +95,7 @@ jobs:
|
90 | 95 | provider: azure |
91 | 96 | target: linux |
92 | 97 | class: standard |
| 98 | +type: Standard_D2ads_v6 |
93 | 99 | market: spot |
94 | 100 | idleTimeout: 90m |
95 | 101 | hydrate: |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。