This is an automated email from the ASF dual-hosted git repository. mousius pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 134edbdaec4c13a544560666ec8f1d2665540fc5 Author: Chris Sidebottom <[email protected]> AuthorDate: Fri Jan 21 11:18:25 2022 +0000 Test new docker images --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1cd8575..fc7648f 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,13 +45,13 @@ 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.67" -ci_gpu = "tlcpack/ci-gpu:v0.80" -ci_cpu = "tlcpack/ci-cpu:v0.80" +ci_lint = "tlcpackstaging/ci_lint:20220120-230934-099ebaa7d" +ci_gpu = "tlcpackstaging/ci_gpu:20220120-230934-099ebaa7d" +ci_cpu = "tlcpackstaging/ci_cpu:20220120-000549-14d0187ce" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" -ci_qemu = "tlcpack/ci-qemu:v0.09" -ci_arm = "tlcpack/ci-arm:v0.06" +ci_qemu = "tlcpackstaging/ci_qemu:20220120-230934-099ebaa7d" +ci_arm = "tlcpackstaging/ci_arm:20220120-230934-099ebaa7d" // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images
