You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2023/05/15 05:51:36 UTC

[tvm] branch unity-ci-cpu-pt updated (2b4b010949 -> b510b633f9)

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

masahi pushed a change to branch unity-ci-cpu-pt
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 2b4b010949 [CI] Update CPU image to install PyTorch (fix)
    omit f6182501ab [CI] Update CPU image to install PyTorch
     add 773620f267 [Unity][CI] Update CPU image to install PyTorch (#14848)
     new b510b633f9 [CI] Update CPU image to install PyTorch (fix)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2b4b010949)
            \
             N -- N -- N   refs/heads/unity-ci-cpu-pt (b510b633f9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[tvm] 01/01: [CI] Update CPU image to install PyTorch (fix)

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch unity-ci-cpu-pt
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit b510b633f9880f014c82015e01f341e959652a0e
Author: Masahiro Masuda <ma...@gmail.com>
AuthorDate: Mon May 15 14:49:15 2023 +0900

    [CI] Update CPU image to install PyTorch (fix)
---
 ci/jenkins/unity_jenkinsfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jenkins/unity_jenkinsfile.groovy b/ci/jenkins/unity_jenkinsfile.groovy
index 29b00ae091..c93755fa97 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -32,7 +32,7 @@ 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 = 'tlcpackstaging/ci_lint:20230504-142417-4d37a0a0'
 ci_gpu = 'tlcpackstaging/ci_gpu:20230504-142417-4d37a0a0'
-ci_cpu = 'tlcpackstaging/ci_cpu:20230504-142417-4d37a0a0'
+ci_cpu = 'tlcpackstaging/ci_cpu:20230513-200357-e54bbc73'
 ci_wasm = 'tlcpack/ci-wasm:v0.72'
 ci_i386 = 'tlcpack/ci-i386:v0.75'
 ci_qemu = 'tlcpack/ci-qemu:v0.11'