This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new 7243a14 [CI] Update ci-lint to v0.60 (#4850)
7243a14 is described below
commit 7243a146fc7cc8056ef4f6478f5a28bd8e02f503
Author: Tianqi Chen <[email protected]>
AuthorDate: Sat Feb 8 21:42:36 2020 -0800
[CI] Update ci-lint to v0.60 (#4850)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index e65f73e..0230a1a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@
// - ci-cpu:v0.55: 07b45d958d4af91ec1bab66f6cf391d1ce12ddaf
//
-ci_lint = "tvmai/ci-lint:v0.51"
+ci_lint = "tvmai/ci-lint:v0.60"
ci_gpu = "tvmai/ci-gpu:v0.60"
ci_cpu = "tvmai/ci-cpu:v0.55"
ci_i386 = "tvmai/ci-i386:v0.52"