You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/06/15 19:46:22 UTC

[tvm] branch ci-docker-staging updated (a2e0166 -> f824f4a)

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

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


 discard a2e0166  add failing onnx tets
     add 1dea3ea  add failing onnx tets
     new f824f4a  point jenkins at new docker

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   (a2e0166)
            \
             N -- N -- N   refs/heads/ci-docker-staging (f824f4a)

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 +-
 tests/python/frontend/onnx/test_forward.py | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

[tvm] 01/01: point jenkins at new docker

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

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

commit f824f4a7f07bace257a7d4b649c974577c25e781
Author: Matthew Brookhart <mb...@octoml.ai>
AuthorDate: Tue Jun 15 12:45:48 2021 -0700

    point jenkins at new docker
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3ea6d22..e304e35 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,7 +45,7 @@
 
 // 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.75"
+ci_gpu = "mbrookhart/tvm.ci-gpu_onnx_update"
 ci_cpu = "tlcpack/ci-cpu:v0.74"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.73"