This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch tvm-simplify-jenkins-pytest-sharding in repository https://gitbox.apache.org/repos/asf/tvm.git
commit d2f51ffec4697ccc07a5cab40a95a844f57008a0 Author: Tianqi Chen <[email protected]> AuthorDate: Sun Jul 5 13:02:38 2026 +0000 [CI] Remove obsolete integration suite names Delete the remaining integration suite-name variables after removing their JUnit wrapper consumer. --- tests/scripts/task_python_integration.sh | 5 ----- tests/scripts/task_python_integration_gpuonly.sh | 1 - 2 files changed, 6 deletions(-) diff --git a/tests/scripts/task_python_integration.sh b/tests/scripts/task_python_integration.sh index c7cf1f4329..7dd3c9b578 100755 --- a/tests/scripts/task_python_integration.sh +++ b/tests/scripts/task_python_integration.sh @@ -25,11 +25,6 @@ export LD_LIBRARY_PATH="build:${LD_LIBRARY_PATH:-}" export TVM_BIND_THREADS=0 export TVM_NUM_THREADS=2 -# NOTE: also set by task_python_integration_gpuonly.sh. -if [ -z "${TVM_INTEGRATION_TESTSUITE_NAME:-}" ]; then - TVM_INTEGRATION_TESTSUITE_NAME=python-integration -fi - # cleanup pycache find . -type f -path "*.pyc" | xargs rm -f diff --git a/tests/scripts/task_python_integration_gpuonly.sh b/tests/scripts/task_python_integration_gpuonly.sh index f3ea1f9856..9b825b9182 100755 --- a/tests/scripts/task_python_integration_gpuonly.sh +++ b/tests/scripts/task_python_integration_gpuonly.sh @@ -22,7 +22,6 @@ export TVM_TEST_TARGETS='cuda;opencl;metal;rocm;nvptx;{"kind":"opencl","device": # Every GPU test carries the `gpu` marker; the specific backend is gated by skipif. export PYTEST_ADDOPTS="-m gpu $PYTEST_ADDOPTS" export TVM_RELAY_TEST_TARGETS="cuda" -export TVM_INTEGRATION_TESTSUITE_NAME=python-integration-gpu export TVM_INTEGRATION_GPU_ONLY=1 ./tests/scripts/task_python_integration.sh
