You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/05/26 17:07:06 UTC

[tvm] 01/01: rev jenkins containers for #7995

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

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

commit f4020135f5c3180b613e674d76636dc10fb43848
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Wed May 26 10:06:24 2021 -0700

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

diff --git a/Jenkinsfile b/Jenkinsfile
index a2f1017..24dd240 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 = "tkonolige/ci-lint:latest"
+ci_gpu = "tkonolige/ci-gpu:cuda11"
+ci_cpu = "tkonolige/ci-cpu:latest"
+ci_wasm = "tkonolige/ci-wasm:latest"
+ci_i386 = "tkonolige/ci-i386:latest"
+ci_qemu = "areusch1/ci-qemu-staging:v0.05"
+ci_arm = "tkonolige/ci-arm:v0.04"
 // <--- End of regex-scanned config.
 
 // tvm libraries