tqchen opened a new pull request, #19798: URL: https://github.com/apache/tvm/pull/19798
The Jenkins PR title/body linter is comparatively heavy and can report false positives before the normal CI signal is available. This removes the check_pr step from the Jenkins prepare flow and drops the now-unused script-level test coverage. Validation: - python3 ci/jenkins/generate.py --check - pre-commit run --files <changed Jenkins/template/test files> - cmake -S . -B build -G Ninja ... && cmake --build build --target tvm_runtime -j32 - PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 TVM_LIBRARY_PATH=/home/tqchen/github/docker/tdev/worktrees/tvm/tvm-remove-check-pr-ci-stage/build/lib PYTHONPATH=python:.local/python python3 -m pytest -c /dev/null --confcutdir=tests/python/ci tests/python/ci/test_ci.py -q -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
