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 2021/05/29 13:15:04 UTC

[tvm] branch main updated: rev jenkins containers for #7995 (#8155)

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

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e2dea7  rev jenkins containers for #7995 (#8155)
2e2dea7 is described below

commit 2e2dea785a56507f63a782c167745b061978168e
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Sat May 29 06:14:43 2021 -0700

    rev jenkins containers for #7995 (#8155)
---
 Jenkinsfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a2f1017..4b331b2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,13 +44,13 @@
 //
 
 // 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.72"
-ci_cpu = "tlcpack/ci-cpu:v0.73"
-ci_wasm = "tlcpack/ci-wasm:v0.70"
-ci_i386 = "tlcpack/ci-i386:v0.72-t0"
-ci_qemu = "tlcpack/ci-qemu:v0.04"
-ci_arm = "tlcpack/ci-arm:v0.03"
+ci_lint = "tlcpack/ci-lint:v0.65"
+ci_gpu = "tlcpack/ci-gpu:v0.74"
+ci_cpu = "tlcpack/ci-cpu:v0.74"
+ci_wasm = "tlcpack/ci-wasm:v0.71"
+ci_i386 = "tlcpack/ci-i386:v0.73"
+ci_qemu = "tlcpack/ci-qemu:v0.05"
+ci_arm = "tlcpack/ci-arm:v0.05"
 // <--- End of regex-scanned config.
 
 // tvm libraries