Skip to content

Commit c5cea6d

Browse files
[TEST] reduce test
1 parent 510cf55 commit c5cea6d

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,6 @@ jobs:
190190
matrix:
191191
suite:
192192
- minicore
193-
- scaled_dot
194-
- gluon
195-
- triton-kernels
196-
- rest
197-
- tutorial-fa-64
198-
- tutorial-fa-128-fwdfp8
199-
- tutorial-fa-128-nofwdfp8
200193
timeout-minutes: 720
201194
runs-on: ${{ fromJson(inputs.runner_label && format('["linux", "{0}"]', inputs.runner_label) || format('["linux", "{0}", "{1}", "{2}"]', inputs.device, inputs.driver_version, inputs.runner_version)) }}
202195
defaults:

scripts/test-triton.sh

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -354,38 +354,8 @@ run_minicore_tests() {
354354
cd $TRITON_PROJ/python/test/unit
355355
ensure_spirv_dis
356356

357-
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
358-
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
359-
-k "not test_mxfp and not test_preshuffle_scale_mxfp_cdna4 and not test_scaled_dot"
360-
361-
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
362-
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/test_subprocess.py
363-
364-
# run runtime tests serially to avoid race condition with cache handling.
365-
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=runtime \
366-
run_pytest_command -k "not test_within_2gb" --verbose --device xpu runtime/ --ignore=runtime/test_cublas.py
367-
368-
TRITON_TEST_SUITE=debug \
369-
run_pytest_command --verbose -n ${PYTEST_MAX_PROCESSES:-8} test_debug.py test_debuginfo.py test_debug_dump.py --forked --device xpu
370-
371-
TRITON_TEST_SUITE=warnings \
372-
run_pytest_command --verbose -n ${PYTEST_MAX_PROCESSES:-8} test_perf_warning.py --device xpu
373-
374-
# run test_line_info.py separately with TRITON_DISABLE_LINE_INFO=0
375-
TRITON_DISABLE_LINE_INFO=0 TRITON_TEST_SUITE=line_info \
376-
run_pytest_command -k "not test_line_info_interpreter" --verbose --device xpu language/test_line_info.py
377-
378-
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=tools \
379-
run_pytest_command -n ${PYTEST_MAX_PROCESSES:-8} -k "not test_disam_cubin" --verbose tools
380-
381357
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=intel \
382358
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu intel/ --ignore=intel/test_mxfp_matmul.py
383-
384-
cd $TRITON_PROJ/third_party/intel/python/test
385-
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=third_party \
386-
run_pytest_command --device xpu .
387-
388-
run_regression_tests
389359
}
390360

391361
run_mxfp_tests() {

0 commit comments

Comments
 (0)