From 571dad717e6495c6a26f2ce68aca004f5c9fa55c Mon Sep 17 00:00:00 2001 From: Whitney Tsang Date: Sat, 6 Dec 2025 21:52:17 +0000 Subject: [PATCH] [CI] Rebalance tutorial groups Signed-off-by: Whitney Tsang --- .github/workflows/build-test-reusable.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index b12c009b87..78d0cffb1d 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -329,14 +329,6 @@ jobs: export PYTEST_MAX_PROCESSES=4 ${{ env.TRITON_TEST_CMD }} --triton-kernels - # FIXME: make sure new tutorials are added to one of the groups (scaled_dot, rest, tutorial-faX) - - name: Select tutorials to run (scaled_dot) - if: matrix.suite == 'scaled_dot' - run: | - cat <