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 167c08d [Lint] Ignore Hexagon generated files in CPP lint (#10609)
add ed6e7c0 [microTVM] Enable micro tvmc tutorial testing in CI (#10555)
No new revisions were added by this update.
Summary of changes:
docs/script_convert.py | 94 ++++++++++++
.../{micro_tvmc.py => micro_tvmc.sh} | 110 +++++++-------
tests/python/{unittest => ci}/test_ci.py | 5 +-
tests/python/ci/test_script_converter.py | 162 +++++++++++++++++++++
.../python/ci/test_utils.py | 8 +-
.../scripts/task_convert_scripts_to_python.sh | 11 +-
tests/scripts/task_lint.sh | 3 +
tests/scripts/task_python_docs.sh | 3 +
tests/scripts/task_python_microtvm.sh | 3 +-
9 files changed, 324 insertions(+), 75 deletions(-)
create mode 100644 docs/script_convert.py
rename gallery/how_to/work_with_microtvm/{micro_tvmc.py => micro_tvmc.sh} (85%)
mode change 100644 => 100755
rename tests/python/{unittest => ci}/test_ci.py (99%)
create mode 100644 tests/python/ci/test_script_converter.py
copy conda/recipe/conda_build_config.yaml => tests/python/ci/test_utils.py
(89%)
copy apps/microtvm/reference-vm/scripts/utils.sh =>
tests/scripts/task_convert_scripts_to_python.sh (80%)