This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from fb7cf97fbc [CI] Install xgboost in Hexagon image (#12592)
add cc19cdd711 [microTVM][Zephyr] Add recommended heap size for NRF and
qemu_x86 (#12585)
add 56b7c8ae96 [CI] Assert some unittests are not skipped in CI (#12436)
add 61c034ae27 [DOC] fix code-block error in debuggging TVM part (#12597)
add b547106fde [CI] github_cc_reviewers: Catch all exceptions so all
reviewers can be processed (#12578)
No new revisions were added by this update.
Summary of changes:
.github/workflows/{docs_bot.yml => tests_bot.yml} | 11 +-
apps/microtvm/zephyr/template_project/boards.json | 8 +-
docs/dev/how_to/debugging_tvm.rst | 2 +-
tests/python/ci/test_ci.py | 179 +++++++++++++++
tests/scripts/github_cc_reviewers.py | 6 +-
tests/scripts/github_skipped_tests_comment.py | 256 ++++++++++++++++++++++
6 files changed, 453 insertions(+), 9 deletions(-)
copy .github/workflows/{docs_bot.yml => tests_bot.yml} (55%)
create mode 100755 tests/scripts/github_skipped_tests_comment.py