Skip to content

Commit 9f65a9b

Browse files
[CI] Rebalance tutorial groups (#5614)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent ed91717 commit 9f65a9b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,6 @@ jobs:
329329
export PYTEST_MAX_PROCESSES=4
330330
${{ env.TRITON_TEST_CMD }} --triton-kernels
331331
332-
# FIXME: make sure new tutorials are added to one of the groups (scaled_dot, rest, tutorial-faX)
333-
- name: Select tutorials to run (scaled_dot)
334-
if: matrix.suite == 'scaled_dot'
335-
run: |
336-
cat <<EOF | tee tutorials.txt
337-
09-persistent-matmul
338-
EOF
339-
340332
- name: Select tutorials to run (rest)
341333
if: matrix.suite == 'rest'
342334
run: |
@@ -348,11 +340,12 @@ jobs:
348340
05-layer-norm
349341
07-extern-functions
350342
08-grouped-gemm
343+
09-persistent-matmul
351344
10-experimental-block-pointer
352345
EOF
353346
354347
- name: Run Tutorials
355-
if: matrix.suite == 'scaled_dot' || matrix.suite == 'rest'
348+
if: matrix.suite == 'rest'
356349
run: |
357350
${{ env.TRITON_TEST_CMD }} --select-from-file tutorials.txt --tutorial
358351

0 commit comments

Comments
 (0)