From 2b239d5ea7a5fe5e2cc22aa3500a35166766b59a Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Thu, 20 Mar 2025 17:23:49 -0400 Subject: [PATCH] [ci] Bump number of shards for test_build to 5 I noticed `test_build` can take a while so let's bump the number of shards to 5. --- .github/workflows/runtime_build_and_test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runtime_build_and_test.yml b/.github/workflows/runtime_build_and_test.yml index 8d9dc7487e..6ae94a4331 100644 --- a/.github/workflows/runtime_build_and_test.yml +++ b/.github/workflows/runtime_build_and_test.yml @@ -373,9 +373,11 @@ jobs: # TODO: Test more persistent configurations? ] shard: - - 1/3 - - 2/3 - - 3/3 + - 1/5 + - 2/5 + - 3/5 + - 4/5 + - 5/5 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4