This is an automated email from the ASF dual-hosted git repository.

wuwei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new af97dc5  [CI] Update `ci-qemu` to use python 3.7 (#10815)
af97dc5 is described below

commit af97dc51f51c40286e582e0d97386a1e0206689e
Author: Masahiro Masuda <[email protected]>
AuthorDate: Wed Mar 30 07:44:24 2022 +0900

    [CI] Update `ci-qemu` to use python 3.7 (#10815)
---
 Jenkinsfile            | 2 +-
 jenkins/Jenkinsfile.j2 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 365204c..fdcaa63 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@ ci_gpu = 'tlcpack/ci-gpu:v0.82'
 ci_cpu = 'tlcpack/ci-cpu:v0.82'
 ci_wasm = 'tlcpack/ci-wasm:v0.72'
 ci_i386 = 'tlcpack/ci-i386:v0.75'
-ci_qemu = 'tlcpack/ci-qemu:v0.11'
+ci_qemu = 'tlcpack/ci-qemu:v0.12'
 ci_arm = 'tlcpack/ci-arm:v0.08'
 ci_hexagon = 'tlcpack/ci-hexagon:v0.02'
 // <--- End of regex-scanned config.
diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2
index f9fcc4a..688552e 100644
--- a/jenkins/Jenkinsfile.j2
+++ b/jenkins/Jenkinsfile.j2
@@ -53,7 +53,7 @@ ci_gpu = 'tlcpack/ci-gpu:v0.82'
 ci_cpu = 'tlcpack/ci-cpu:v0.82'
 ci_wasm = 'tlcpack/ci-wasm:v0.72'
 ci_i386 = 'tlcpack/ci-i386:v0.75'
-ci_qemu = 'tlcpack/ci-qemu:v0.11'
+ci_qemu = 'tlcpack/ci-qemu:v0.12'
 ci_arm = 'tlcpack/ci-arm:v0.08'
 ci_hexagon = 'tlcpack/ci-hexagon:v0.02'
 // <--- End of regex-scanned config.

Reply via email to