From 3c4b7cce5462fe54f5062a096a566f1085327030 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Fri, 18 Oct 2019 16:15:52 -0700 Subject: [PATCH] [CI] Update cpu docker (#4153) --- Jenkinsfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6134023..9cf6e4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,9 +38,15 @@ // - Tag the new version as the lates // - Periodically cleanup the old versions on local workers // + +// Hashtag in the source to build current CI docker builds +// +// - ci-cpu:v0.54: e7c88a99f830de30814df14eaa980547ecbd61c1 +// + ci_lint = "tvmai/ci-lint:v0.51" ci_gpu = "tvmai/ci-gpu:v0.54" -ci_cpu = "tvmai/ci-cpu:v0.52" +ci_cpu = "tvmai/ci-cpu:v0.54" ci_i386 = "tvmai/ci-i386:v0.52" // tvm libraries -- 2.7.4