You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/01/06 07:36:57 UTC

[tvm] branch ci-docker-staging updated: update to 20220105-225914-79cfb797e

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

masahi 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 e8f25e1  update to 20220105-225914-79cfb797e
e8f25e1 is described below

commit e8f25e11b054739ff2f864598d033c1728d8bc14
Author: Masahiro Masuda <ma...@gmail.com>
AuthorDate: Thu Jan 6 16:36:13 2022 +0900

    update to 20220105-225914-79cfb797e
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 57db549..eb90a36 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,7 +46,7 @@ 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.67"
-ci_gpu = "tlcpackstaging/ci_gpu:20211226-225913-218d2919f"
+ci_gpu = "tlcpackstaging/ci_gpu:20220105-225914-79cfb797e"
 ci_cpu = "tlcpack/ci-cpu:v0.79"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"