This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 6660e27e71 [ci][docker] Fall back to tlcpackstaging if images don't
exist (#11775)
add c42ef79d1e [ci][docker] Send a PR to bump the Docker images nightly
(#11813)
No new revisions were added by this update.
Summary of changes:
.github/workflows/nightly_docker_update.yml | 31 +++++
tests/python/ci/test_ci.py | 113 +++++++++++++++++
tests/scripts/git_utils.py | 11 +-
tests/scripts/open_docker_update_pr.py | 188 ++++++++++++++++++++++++++++
4 files changed, 340 insertions(+), 3 deletions(-)
create mode 100644 .github/workflows/nightly_docker_update.yml
create mode 100755 tests/scripts/open_docker_update_pr.py