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

[tvm] branch ci-docker-staging updated (5032740 -> bc4e3e3)

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

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


 discard 5032740  test CI image update
     new bc4e3e3  test CI image update

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

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[tvm] 01/01: test CI image update

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

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

commit bc4e3e31b19fc15b66d73e655e16d8c898078ea7
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Fri May 14 10:15:36 2021 -0700

    test CI image update
---
 Jenkinsfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a2f1017..8e13bed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,13 +44,13 @@
 //
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
-ci_lint = "tlcpack/ci-lint:v0.62"
-ci_gpu = "tlcpack/ci-gpu:v0.72"
-ci_cpu = "tlcpack/ci-cpu:v0.73"
-ci_wasm = "tlcpack/ci-wasm:v0.70"
-ci_i386 = "tlcpack/ci-i386:v0.72-t0"
-ci_qemu = "tlcpack/ci-qemu:v0.04"
-ci_arm = "tlcpack/ci-arm:v0.03"
+ci_lint = "tkonolige/ci-lint:latest"
+ci_gpu = "tkonolige/ci-gpu:latest"
+ci_cpu = "tkonolige/ci-cpu:latest"
+ci_wasm = "tkonolige/ci-wasm:latest"
+ci_i386 = "tkonolige/ci-i386:latest"
+ci_qemu = "areusch1/ci-qemu-staging:v0.05"
+ci_arm = "tkonolige/ci-arm:v0.04"
 // <--- End of regex-scanned config.
 
 // tvm libraries