This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 53e3656e77ab3c3bf0da909cec3b50d9e8a11739 Author: Andrew Reusch <[email protected]> AuthorDate: Thu Mar 18 20:31:03 2021 -0700 update to staging containers --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 506dcab..18ba40b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,11 +46,11 @@ // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.62" ci_gpu = "tlcpack/ci-gpu:v0.72" -ci_cpu = "tlcpack/ci-cpu:v0.72-t0" +ci_cpu = "areusch1/ci-cpu-staging:v0.73" ci_wasm = "tlcpack/ci-wasm:v0.70" ci_i386 = "tlcpack/ci-i386:v0.72-t0" ci_qemu = "tlcpack/ci-qemu:v0.01" -ci_arm = "tlcpack/ci-arm:v0.02" +ci_arm = "areusch1/ci-arm-staging:v0.03" // <--- End of regex-scanned config. // tvm libraries
