This is an automated email from the ASF dual-hosted git repository.
masahi 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 123134e1b9 fixed tag
123134e1b9 is described below
commit 123134e1b94d503c7f3fdfb9c3545163547b6117
Author: Masahiro Masuda <[email protected]>
AuthorDate: Wed Oct 19 17:20:18 2022 +0900
fixed tag
---
Jenkinsfile | 2 +-
ci/jenkins/Jenkinsfile.j2 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 7e27698f15..2fd707a570 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,7 +50,7 @@
import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the
regex as needed. -->
ci_lint = 'tlcpack/ci-lint:20221013-060115-61c9742ea'
-ci_gpu = 'tlcpackstaging/ci_gpu:20221019-060125-0b4836739'
+ci_gpu = 'tlcpack/ci-gpu:20221019-060125-0b4836739'
ci_cpu = 'tlcpack/ci-cpu:20221013-060115-61c9742ea'
ci_minimal = 'tlcpack/ci-minimal:20221013-060115-61c9742ea'
ci_wasm = 'tlcpack/ci-wasm:20221013-060115-61c9742ea'
diff --git a/ci/jenkins/Jenkinsfile.j2 b/ci/jenkins/Jenkinsfile.j2
index 60735aa4f9..bca7034938 100644
--- a/ci/jenkins/Jenkinsfile.j2
+++ b/ci/jenkins/Jenkinsfile.j2
@@ -52,7 +52,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the
regex as needed. -->
ci_lint = 'tlcpack/ci-lint:20221013-060115-61c9742ea'
-ci_gpu = 'tlcpackstaging/ci_gpu:20221019-060125-0b4836739'
+ci_gpu = 'tlcpack/ci-gpu:20221019-060125-0b4836739'
ci_cpu = 'tlcpack/ci-cpu:20221013-060115-61c9742ea'
ci_minimal = 'tlcpack/ci-minimal:20221013-060115-61c9742ea'
ci_wasm = 'tlcpack/ci-wasm:20221013-060115-61c9742ea'