This is an automated email from the ASF dual-hosted git repository. leandron pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 7a62a9035233dc3d61581b6684f00f7e59ae85ee Author: Leandro Nunes <[email protected]> AuthorDate: Tue Aug 24 14:41:49 2021 +0100 Test docker images tlcpackstaging/*:20210823-232401-607bb9492 --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b96bdf5..d684d68 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,13 +44,13 @@ // // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> -ci_lint = "tlcpack/ci-lint:v0.66" -ci_gpu = "tlcpack/ci-gpu:v0.76" -ci_cpu = "tlcpack/ci-cpu:v0.76" -ci_wasm = "tlcpack/ci-wasm:v0.71" -ci_i386 = "tlcpack/ci-i386:v0.73" -ci_qemu = "tlcpack/ci-qemu:v0.08" -ci_arm = "tlcpack/ci-arm:v0.06" +ci_lint = "tlcpackstaging/ci_lint:20210823-232401-607bb9492" +ci_gpu = "tlcpackstaging/ci_gpu:20210823-232401-607bb9492" +ci_cpu = "tlcpackstaging/ci_cpu:20210823-232401-607bb9492" +ci_wasm = "tlcpackstaging/ci_wasm:20210823-232401-607bb9492" +ci_i386 = "tlcpackstaging/ci_i386:20210823-232401-607bb9492" +ci_qemu = "tlcpackstaging/ci_qemu:20210823-232401-607bb9492" +ci_arm = "tlcpackstaging/ci_arm:20210823-232401-607bb9492" // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images
