You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/03/31 07:21:35 UTC

[tvm] branch ci-docker-staging updated: Bump the Jenkinsfile

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

jroesch 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 16a7f60  Bump the Jenkinsfile
16a7f60 is described below

commit 16a7f60140d9223125302fbd7736816ba3c072a3
Author: Jared Roesch <ro...@gmail.com>
AuthorDate: Wed Mar 31 00:21:01 2021 -0700

    Bump the Jenkinsfile
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f7fc6e4..e60c1f5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,8 +45,8 @@
 
 // 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_gpu = "tlcpack/ci-gpu:v0.73-t1"
+ci_cpu = "tlcpack/ci-cpu:v0.74-t1"
 ci_wasm = "tlcpack/ci-wasm:v0.70"
 ci_i386 = "tlcpack/ci-i386:v0.72-t0"
 ci_qemu = "tlcpack/ci-qemu:v0.02"