You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/06/23 20:36:26 UTC

[tvm] branch last-successful updated (9968b73426 -> 6660e27e71)

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 9968b73426 [LLVM] Remove PrintModule (defined in llvm_common.cc) (#11851)
     add 6660e27e71 [ci][docker] Fall back to tlcpackstaging if images don't exist (#11775)

No new revisions were added by this update.

Summary of changes:
 .gitignore                               |   3 +
 Jenkinsfile                              |  51 +++++++++++++-
 jenkins/Prepare.groovy.j2                |  16 +++++
 tests/python/ci/test_ci.py               |  53 ++++++++++++++
 tests/scripts/determine_docker_images.py | 115 +++++++++++++++++++++++++++++++
 5 files changed, 237 insertions(+), 1 deletion(-)
 create mode 100755 tests/scripts/determine_docker_images.py