Skip to content

Commit 14ae216

Browse files
authored
chore: give more resources to wasm tests (#2818)
1 parent 0b5d8c5 commit 14ae216

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build-test.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
DOCKERHUB_PUBLIC_USER: "spicedbgithubactions"
1818
jobs:
1919
paths-filter:
20-
runs-on: "depot-ubuntu-24.04-small"
20+
runs-on: "depot-ubuntu-24.04-arm-small"
2121
outputs:
2222
codechange: "${{ steps.code-filter.outputs.codechange }}"
2323
protochange: "${{ steps.proto-filter.outputs.protochange }}"
@@ -47,7 +47,7 @@ jobs:
4747
- "go.mod"
4848
build:
4949
name: "Build Binary & Image"
50-
runs-on: "depot-ubuntu-24.04-4"
50+
runs-on: "depot-ubuntu-24.04-arm-4"
5151
needs: "paths-filter"
5252
if: |
5353
needs.paths-filter.outputs.codechange == 'true'
@@ -66,7 +66,7 @@ jobs:
6666

6767
unit:
6868
name: "Unit"
69-
runs-on: "depot-ubuntu-24.04-4"
69+
runs-on: "depot-ubuntu-24.04-arm-4"
7070
needs: "paths-filter"
7171
if: |
7272
needs.paths-filter.outputs.codechange == 'true'
@@ -84,7 +84,7 @@ jobs:
8484

8585
steelthread:
8686
name: "Steelthread"
87-
runs-on: "depot-ubuntu-24.04-4"
87+
runs-on: "depot-ubuntu-24.04-arm-4"
8888
needs: "paths-filter"
8989
if: |
9090
needs.paths-filter.outputs.codechange == 'true'
@@ -118,7 +118,7 @@ jobs:
118118

119119
datastoreinttest:
120120
name: "Datastore Integration Tests"
121-
runs-on: "depot-ubuntu-24.04-8"
121+
runs-on: "depot-ubuntu-24.04-arm-8"
122122
needs: "paths-filter"
123123
strategy:
124124
fail-fast: false
@@ -152,7 +152,7 @@ jobs:
152152

153153
datastoreconstest:
154154
name: "Datastore Consistency Tests"
155-
runs-on: "depot-ubuntu-24.04-8"
155+
runs-on: "depot-ubuntu-24.04-arm-8"
156156
needs: "paths-filter"
157157
strategy:
158158
fail-fast: false
@@ -186,7 +186,7 @@ jobs:
186186

187187
pgdatastoreinttest:
188188
name: "Datastore Integration Tests"
189-
runs-on: "depot-ubuntu-24.04-4"
189+
runs-on: "depot-ubuntu-24.04-arm-4"
190190
needs: "paths-filter"
191191
strategy:
192192
fail-fast: false
@@ -221,7 +221,7 @@ jobs:
221221

222222
pgdatastoreconstest:
223223
name: "Datastore Consistency Tests"
224-
runs-on: "depot-ubuntu-24.04-4"
224+
runs-on: "depot-ubuntu-24.04-arm-4"
225225
needs: "paths-filter"
226226
strategy:
227227
fail-fast: false
@@ -351,7 +351,7 @@ jobs:
351351
path: "e2e/newenemy/*.log"
352352
analyzers-unit-tests:
353353
name: "Analyzers Unit Tests"
354-
runs-on: "depot-ubuntu-24.04-small"
354+
runs-on: "depot-ubuntu-24.04-arm-small"
355355
needs: "paths-filter"
356356
if: |
357357
needs.paths-filter.outputs.codechange == 'true'
@@ -365,7 +365,7 @@ jobs:
365365
run: "go run mage.go test:analyzers"
366366
development:
367367
name: "WASM Tests"
368-
runs-on: "depot-ubuntu-24.04-4"
368+
runs-on: "depot-ubuntu-24.04-arm-8"
369369
needs: "paths-filter"
370370
if: |
371371
needs.paths-filter.outputs.codechange == 'true'
@@ -391,7 +391,7 @@ jobs:
391391

392392
protobuf:
393393
name: "Generate Protobufs"
394-
runs-on: "depot-ubuntu-24.04-small"
394+
runs-on: "depot-ubuntu-24.04-arm-small"
395395
needs: "paths-filter"
396396
if: |
397397
needs.paths-filter.outputs.protochange == 'true'
@@ -417,7 +417,7 @@ jobs:
417417

418418
benchmarks:
419419
name: "Run Go benchmarks"
420-
runs-on: "depot-ubuntu-24.04-8"
420+
runs-on: "depot-ubuntu-24.04-arm-8"
421421
timeout-minutes: 30
422422
needs: "paths-filter"
423423
# Benchmarks on Main are ran through a different workflow

0 commit comments

Comments
 (0)