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 af0128158c [TIR][Schedule] Allow named block and buffer arguments in
Schedule (#11624)
add 6d557ffae2 [ci] Rebuild Docker images if necessary (#11329)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 393 +++++++++++++--------
jenkins/Build.groovy.j2 | 23 ++
jenkins/Deploy.groovy.j2 | 50 +++
jenkins/DockerBuild.groovy.j2 | 240 +++++--------
jenkins/Jenkinsfile.j2 | 3 +
jenkins/Lint.groovy.j2 | 10 +-
jenkins/Prepare.groovy.j2 | 11 +
tests/python/ci/test_ci.py | 97 ++++-
tests/scripts/cmd_utils.py | 21 +-
tests/scripts/git_utils.py | 1 +
.../Makefile => tests/scripts/http_utils.py | 30 +-
tests/scripts/should_rebuild_docker.py | 154 ++++++++
12 files changed, 717 insertions(+), 316 deletions(-)
copy apps/extension/Makefile => tests/scripts/http_utils.py (59%)
create mode 100755 tests/scripts/should_rebuild_docker.py