This is an automated email from the ASF dual-hosted git repository.

tlopex pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f9609f10a [CI] Run s_tir/transform tests in the python-unittest stage 
(#19737)
6f9609f10a is described below

commit 6f9609f10a1c82773706165737328c07b96c6240
Author: Shushi Hong <[email protected]>
AuthorDate: Fri Jun 12 21:28:10 2026 -0400

    [CI] Run s_tir/transform tests in the python-unittest stage (#19737)
    
    The python-unittest stage enumerates test directories explicitly, and
    tests/python/s_tir/transform was never enrolled when the transform tests
    were migrated into the s_tir namespace (#18722). As a result the
    directory has not been exercised by CI at all, which let several
    regressions land on main unnoticed
    
    Add the directory to TEST_FILES so the s_tir transform passes are
    covered. GPU-marked tests are filtered by the -m gpu marker selection in
    the gpuonly variant, so CPU enrollment is safe.
---
 tests/scripts/task_python_unittest.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/scripts/task_python_unittest.sh 
b/tests/scripts/task_python_unittest.sh
index ca092d10d6..ec052281ad 100755
--- a/tests/scripts/task_python_unittest.sh
+++ b/tests/scripts/task_python_unittest.sh
@@ -51,6 +51,7 @@ TEST_FILES=(
   "s_tir/schedule"
   "s_tir/dlight"
   "s_tir/analysis"
+  "s_tir/transform"
   "tirx-analysis"
   "tirx-base"
   "tirx-transform"

Reply via email to