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
commit 25dea1a485fdcdff2117eb9387d1a6ec1a70ef9e Author: Masahiro Masuda <[email protected]> AuthorDate: Tue Mar 29 20:23:14 2022 +0900 validating the new cpu image --- Jenkinsfile | 2 +- jenkins/Jenkinsfile.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 365204c..4b665a5 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,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:v0.69' ci_gpu = 'tlcpack/ci-gpu:v0.82' -ci_cpu = 'tlcpack/ci-cpu:v0.82' +ci_cpu = 'tlcpackstaging/ci_cpu:20220329-060137-6b1594c85' ci_wasm = 'tlcpack/ci-wasm:v0.72' ci_i386 = 'tlcpack/ci-i386:v0.75' ci_qemu = 'tlcpack/ci-qemu:v0.11' diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index f9fcc4a..d5c7bcb 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -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:v0.69' ci_gpu = 'tlcpack/ci-gpu:v0.82' -ci_cpu = 'tlcpack/ci-cpu:v0.82' +ci_cpu = 'tlcpackstaging/ci_cpu:20220329-060137-6b1594c85' ci_wasm = 'tlcpack/ci-wasm:v0.72' ci_i386 = 'tlcpack/ci-i386:v0.75' ci_qemu = 'tlcpack/ci-qemu:v0.11'
