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 2023/05/07 19:12:24 UTC

[tvm] branch unity-staging updated (550aa6e66d -> ab0be173ee)

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

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


 discard 550aa6e66d clang-format-15 => clang-format-10
     new ab0be173ee Use latest lint image

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   (550aa6e66d)
            \
             N -- N -- N   refs/heads/unity-staging (ab0be173ee)

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:
 ci/jenkins/unity_jenkinsfile.groovy |  2 +-
 tests/lint/git-clang-format.sh      | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)


[tvm] 01/01: Use latest lint image

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

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

commit ab0be173eec3353dd8f8b602f89a803b0460a315
Author: tqchen <ti...@gmail.com>
AuthorDate: Sun May 7 15:12:17 2023 -0400

    Use latest lint image
---
 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 6013a96976..29b00ae091 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -30,7 +30,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 = 'tlcpack/ci_lint:20230322-060120-46fb2ff35'
+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_wasm = 'tlcpack/ci-wasm:v0.72'