From 2e144079832d048d81deb44466e1b1ba4c39a2ed Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Fri, 16 Jan 2026 13:52:56 -0800 Subject: [PATCH] Increase 5090 test parallelism from 4 to 8 (#17233) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 3732a8a14..dc61e891d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -601,7 +601,7 @@ jobs: IS_BLACKWELL: "1" strategy: fail-fast: false - max-parallel: 4 + max-parallel: 8 matrix: partition: [0, 1, 2, 3, 4, 5, 6, 7] steps: