From ac799e569d5899c67d72a3e9af5c18b0672eb998 Mon Sep 17 00:00:00 2001 From: lauren Date: Thu, 20 Mar 2025 17:49:36 -0400 Subject: [PATCH] [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 --- .github/workflows/runtime_build_and_test.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runtime_build_and_test.yml b/.github/workflows/runtime_build_and_test.yml index 8d9dc7487e..3fc608e01c 100644 --- a/.github/workflows/runtime_build_and_test.yml +++ b/.github/workflows/runtime_build_and_test.yml @@ -373,9 +373,16 @@ jobs: # TODO: Test more persistent configurations? ] shard: - - 1/3 - - 2/3 - - 3/3 + - 1/10 + - 2/10 + - 3/10 + - 4/10 + - 5/10 + - 6/10 + - 7/10 + - 8/10 + - 9/10 + - 10/10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4