This is an automated email from the ASF dual-hosted git repository.
leandron pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new a4bd70d Validate Docker images using 20220204-110603-89aa4fe28
updating TF to 2.6.
a4bd70d is described below
commit a4bd70dbce8e9255f4a272df82b0fa532a223e65
Author: Leandro Nunes <[email protected]>
AuthorDate: Fri Feb 4 13:26:01 2022 +0000
Validate Docker images using 20220204-110603-89aa4fe28 updating TF to 2.6.
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index db4127d..f297dbb 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,8 +46,8 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the
regex as needed. -->
ci_lint = "tlcpack/ci-lint:v0.68"
-ci_gpu = "tlcpack/ci-gpu:v0.81"
-ci_cpu = "tlcpack/ci-cpu:v0.80"
+ci_gpu = "tlcpackstaging/ci_gpu:20220204-110603-89aa4fe28"
+ci_cpu = "tlcpackstaging/ci_cpu:v20220204-110603-89aa4fe28"
ci_wasm = "tlcpack/ci-wasm:v0.71"
ci_i386 = "tlcpack/ci-i386:v0.74"
ci_qemu = "tlcpack/ci-qemu:v0.10"