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 ecfd9692a0 Unify name mangling in TVM (#12066)
add 52152e0be6 Build and test TVM under minimal configuration (#12178)
add 48354ded38 [Hexagon] Add skip option for RPC server initialization
(#12368)
add 7e1444111e [skip ci][ci] Fix Jenkinsfile (#12387)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +
Jenkinsfile | 143 ++++++++++++++++++++-
ci/jenkins/Build.groovy.j2 | 19 ++-
ci/jenkins/Jenkinsfile.j2 | 1 +
ci/jenkins/Test.groovy.j2 | 16 +++
ci/jenkins/generate.py | 4 +
ci/jenkins/macros.j2 | 23 ++++
cmake/utils/Summary.cmake | 7 +
.../{Dockerfile.ci_i386 => Dockerfile.ci_minimal} | 39 ++----
...ibxsmm.sh => ubuntu1804_manual_install_llvm.sh} | 22 ++--
python/tvm/contrib/hexagon/pytest_plugin.py | 21 ++-
tests/python/ci/test_ci.py | 1 +
.../unittest/test_meta_schedule_task_scheduler.py | 1 +
tests/scripts/ci.py | 13 ++
...ild_cortexm.sh => task_config_build_minimal.sh} | 13 +-
tests/scripts/task_cpp_unittest.sh | 24 ++--
16 files changed, 287 insertions(+), 62 deletions(-)
copy docker/{Dockerfile.ci_i386 => Dockerfile.ci_minimal} (75%)
copy docker/install/{ubuntu_install_libxsmm.sh =>
ubuntu1804_manual_install_llvm.sh} (71%)
copy tests/scripts/{task_config_build_cortexm.sh =>
task_config_build_minimal.sh} (77%)