@samitouri / QOS-React / commits / ac799e569d

[ci] Bump number of shards for test_build to 10 (#32693)

I noticed `test_build` can take a while so let's bump the number of shards

lauren committed Mar 20, 2025 at 17:49 UTC ac799e569d5899c67d72a3e9af5c18b0672eb998
1 file changed +10 -3
.github/workflows/runtime_build_and_test.yml
+10 -3
@@ -373,9 +373,16 @@ jobs:
373 # TODO: Test more persistent configurations?
374 ]
375 shard:
376 - - 1/3
377 - - 2/3
378 - - 3/3
376 + - 1/10
377 + - 2/10
378 + - 3/10
379 + - 4/10
380 + - 5/10
381 + - 6/10
382 + - 7/10
383 + - 8/10
384 + - 9/10
385 + - 10/10
386 runs-on: ubuntu-latest
387 steps:
388 - uses: actions/checkout@v4