You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/05/29 19:58:10 UTC

[tvm] branch ci-docker-staging updated (e8fce9e -> 946bdbe)

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

tqchen pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


 discard e8fce9e  [CI] Update to the latest version
     new 946bdbe  [CI] Update to the latest version

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   (e8fce9e)
            \
             N -- N -- N   refs/heads/ci-docker-staging (946bdbe)

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:
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[tvm] 01/01: [CI] Update to the latest version

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

tqchen pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 946bdbedf556041098aba0383779f198053c66b7
Author: tqchen <tq...@octoml.ai>
AuthorDate: Sat May 29 12:43:26 2021 -0700

    [CI] Update to the latest version
    
    - ci-gpu needs env var update to support all GPUs
    - ci-lint needs to be reverted to v0.62 due to the black ASCII compact problem
      can be updated back once the issue is fixed.
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4b331b2..a564aed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,8 +44,8 @@
 //
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
-ci_lint = "tlcpack/ci-lint:v0.65"
-ci_gpu = "tlcpack/ci-gpu:v0.74"
+ci_lint = "tlcpack/ci-lint:v0.62"
+ci_gpu = "tlcpack/ci-gpu:v0.75-t0"
 ci_cpu = "tlcpack/ci-cpu:v0.74"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.73"