This is an automated email from the ASF dual-hosted git repository.

mbrookhart pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 8bce13c32884717087b3fd8b2c595e0c6f3523a6
Author: Matthew Brookhart <mbrookh...@octoml.ai>
AuthorDate: Wed Jun 30 11:08:51 2021 -0700

    try updating docker images again
---
 Jenkinsfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8e5cee0..0603d81 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,12 +45,12 @@
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the 
regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.66"
-ci_gpu = "mbrookhart/ci-gpu:v0.0"
-ci_cpu = "mbrookhart/ci-cpu:v0.0"
+ci_gpu = "mbrookhart/ci-gpu:v0.1"
+ci_cpu = "mbrookhart/ci-cpu:v0.1"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.73"
-ci_qemu = "mbrookhart/ci-qemu:v0.0"
-ci_arm = "mbrookhart/ci-arm:v0.0"
+ci_qemu = "mbrookhart/ci-qemu:v0.1"
+ci_arm = "areusch1/ci-arm-staging:v0.04"
 // <--- End of regex-scanned config.
 
 // tvm libraries

Reply via email to