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/02/18 07:04:54 UTC

[tvm] branch ci-cpu-v0.81 created (now dbcfb0c)

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

masahi pushed a change to branch ci-cpu-v0.81
in repository https://gitbox.apache.org/repos/asf/tvm.git.


      at dbcfb0c  [CI] Update CPU image to v0.81

This branch includes the following new commits:

     new dbcfb0c  [CI] Update CPU image to v0.81

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[tvm] 01/01: [CI] Update CPU image to v0.81

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch ci-cpu-v0.81
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit dbcfb0c20a0866ecb49e876b8430a2b3cdffa5ba
Author: Masahiro Masuda <ma...@gmail.com>
AuthorDate: Fri Feb 18 16:03:16 2022 +0900

    [CI] Update CPU image to v0.81
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 34ad79c..05df4da 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,7 +47,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.68"
 ci_gpu = "tlcpack/ci-gpu:v0.81"
-ci_cpu = "tlcpack/ci-cpu:v0.80"
+ci_cpu = "tlcpack/ci-cpu:v0.81"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
 ci_qemu = "tlcpack/ci-qemu:v0.10"