You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/10/24 21:37:23 UTC

[incubator-tvm] 01/01: Staging

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

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

commit 609f2d90d9b06e843656b2dc44974c4b16b1e1ff
Author: tqchen <tq...@octoml.ai>
AuthorDate: Sat Oct 24 14:37:02 2020 -0700

    Staging
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6cc0ae4..d6b36e0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,10 +45,10 @@
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.62"
-ci_gpu = "tlcpack/ci-gpu:v0.70"
-ci_cpu = "tlcpack/ci-cpu:v0.70"
+ci_gpu = "tlcpack/ci-gpu:v0.71-t0"
+ci_cpu = "tlcpack/ci-cpu:v0.71-t0"
 ci_wasm = "tlcpack/ci-wasm:v0.60"
-ci_i386 = "tlcpack/ci-i386:v0.70"
+ci_i386 = "tlcpack/ci-i386:v0.71-t0"
 ci_qemu = "tlcpack/ci-qemu:v0.01"
 // <--- End of regex-scanned config.