Skip to content

Commit 3d98801

Browse files
authored
ci: use arm runners in integration tests (#2877)
1 parent ea09c1e commit 3d98801

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)