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 de7c4e823a6e95524521d107cadaff32fec665a1 Author: Masahiro Masuda <[email protected]> AuthorDate: Thu Mar 31 15:32:33 2022 +0900 Validating the new gpu image --- Jenkinsfile | 2 +- jenkins/Jenkinsfile.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fdcaa63..2f6b1a3 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,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_gpu = 'tlcpackstaging/ci_gpu:20220331-055919-5cacecc0c' ci_cpu = 'tlcpack/ci-cpu:v0.82' ci_wasm = 'tlcpack/ci-wasm:v0.72' ci_i386 = 'tlcpack/ci-i386:v0.75' diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index 688552e..9a13593 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -49,7 +49,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_gpu = 'tlcpackstaging/ci_gpu:20220331-055919-5cacecc0c' ci_cpu = 'tlcpack/ci-cpu:v0.82' ci_wasm = 'tlcpack/ci-wasm:v0.72' ci_i386 = 'tlcpack/ci-i386:v0.75'
