This is an automated email from the ASF dual-hosted git repository. mousius pushed a commit to branch pytest-lazy-fixture-images in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 41319ab6926226fa9b458621e8100e4db4b6be24 Author: Chris Sidebottom <[email protected]> AuthorDate: Wed Apr 13 16:32:53 2022 +0100 [CI] Update CI Images to include `pytest-lazy-fixture` Closes #10984 --- Jenkinsfile | 8 ++++---- jenkins/Jenkinsfile.j2 | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 29d19092a8..97359f0275 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,17 +45,17 @@ // 'python3 jenkins/generate.py' // Note: This timestamp is here to ensure that updates to the Jenkinsfile are // always rebased on main before merging: -// Generated at 2022-04-13T17:46:58.845847 +// Generated at 2022-04-13T15:32:37.844476 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.71' ci_gpu = 'tlcpack/ci-gpu:v0.85' -ci_cpu = 'tlcpack/ci-cpu:v0.83' +ci_cpu = 'tlcpack/ci-cpu:v0.84' ci_wasm = 'tlcpack/ci-wasm:v0.73' -ci_i386 = 'tlcpack/ci-i386:v0.76' +ci_i386 = 'tlcpack/ci-i386:v0.77' ci_qemu = 'tlcpack/ci-qemu:v0.13' -ci_arm = 'tlcpack/ci-arm:v0.09' +ci_arm = 'tlcpack/ci-arm:v0.10' ci_hexagon = 'tlcpack/ci-hexagon:v0.03' // <--- End of regex-scanned config. diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index 522a460c2d..1638a6201b 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -53,11 +53,11 @@ 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.71' ci_gpu = 'tlcpack/ci-gpu:v0.85' -ci_cpu = 'tlcpack/ci-cpu:v0.83' +ci_cpu = 'tlcpack/ci-cpu:v0.84' ci_wasm = 'tlcpack/ci-wasm:v0.73' -ci_i386 = 'tlcpack/ci-i386:v0.76' +ci_i386 = 'tlcpack/ci-i386:v0.77' ci_qemu = 'tlcpack/ci-qemu:v0.13' -ci_arm = 'tlcpack/ci-arm:v0.09' +ci_arm = 'tlcpack/ci-arm:v0.10' ci_hexagon = 'tlcpack/ci-hexagon:v0.03' // <--- End of regex-scanned config.
