@@ -20,11 +20,11 @@ jobs:
20
20
fail-fast : false
21
21
matrix :
22
22
include :
23
- - arch : [buildjet-8vcpu- ubuntu-2204]
23
+ - arch : ubuntu-large
24
24
image : ghcr.io/viamrobotics/rdk-devenv:amd64-cache
25
25
platform : linux/amd64
26
26
platform_name : linux-amd64
27
- - arch : github-linux-arm64-8core
27
+ - arch : ubuntu-large-arm
28
28
image : ghcr.io/viamrobotics/rdk-devenv:arm64-cache
29
29
platform : linux/arm64
30
30
platform_name : linux-arm64
@@ -92,11 +92,11 @@ jobs:
92
92
fail-fast : false
93
93
matrix :
94
94
include :
95
- - arch : [buildjet-8vcpu- ubuntu-2204]
95
+ - arch : ubuntu-large
96
96
image : ghcr.io/viamrobotics/rdk-devenv:amd64-cache
97
97
platform : linux/amd64
98
98
platform_name : linux-amd64
99
- - arch : github-linux-arm64-8core
99
+ - arch : ubuntu-large-arm
100
100
image : ghcr.io/viamrobotics/rdk-devenv:arm64-cache
101
101
platform : linux/arm64
102
102
platform_name : linux-arm64
@@ -157,7 +157,7 @@ jobs:
157
157
158
158
test32 :
159
159
name : Go 32-bit Unit Tests
160
- runs-on : github-linux-arm64-8core
160
+ runs-on : ubuntu-large-arm
161
161
timeout-minutes : 30
162
162
163
163
steps :
@@ -206,7 +206,7 @@ jobs:
206
206
207
207
test_web_e2e :
208
208
name : Test End-to-End and Web
209
- runs-on : [buildjet-4vcpu- ubuntu-2204]
209
+ runs-on : ubuntu-latest
210
210
container : ghcr.io/viamrobotics/rdk-devenv:amd64-cache
211
211
timeout-minutes : 15
212
212
steps :
0 commit comments