File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256
257257 crdbdatastoreinttest :
258258 name : " Datastore Integration Tests"
259- runs-on : " depot-ubuntu-24.04-4"
259+ runs-on : " depot-ubuntu-24.04-arm- 4"
260260 needs : " paths-filter"
261261 strategy :
262262 fail-fast : false
@@ -291,7 +291,7 @@ jobs:
291291
292292 crdbdatastoreconstest :
293293 name : " Datastore Consistency Tests"
294- runs-on : " depot-ubuntu-24.04-4"
294+ runs-on : " depot-ubuntu-24.04-arm- 4"
295295 needs : " paths-filter"
296296 strategy :
297297 fail-fast : false
@@ -326,6 +326,8 @@ jobs:
326326
327327 e2e :
328328 name : " E2E"
329+ # NOTE: the e2e tests can't be run on ARM because chaosd (which is used in the cockroach e2e consistency tests)
330+ # doesn't support ARM and it doesn't appear that it will.
329331 runs-on : " depot-ubuntu-24.04-8"
330332 needs : " paths-filter"
331333 strategy :
You can’t perform that action at this time.
0 commit comments