You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/11/25 00:00:52 UTC

[tvm] branch nightly-docker-update updated (b1f45dae62 -> d9386a31e4)

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

github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git


    omit b1f45dae62 [ci][docker] Nightly Docker image update
     add 3680b3cb49 [microTVM][Zephyr] Add 'serial_number' option (#13377)
     add d9386a31e4 [ci][docker] Nightly Docker 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   (b1f45dae62)
            \
             N -- N -- N   refs/heads/nightly-docker-update (d9386a31e4)

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.

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |   4 +-
 .../template_project/CMakeLists.txt.template       |   4 +-
 .../zephyr/template_project/microtvm_api_server.py | 192 +++++++++++++--------
 ci/jenkins/Jenkinsfile.j2                          |   4 +-
 .../test_hexagon => micro/project_api}/__init__.py |   2 +-
 tests/micro/project_api/test_project_api.py        |  34 +---
 .../test_zephyr_microtvm_api_server.py}            |  19 +-
 .../project_api/{test_project_api.py => utils.py}  |  38 +---
 tests/micro/zephyr/README.md                       |   6 +
 .../test_hexagon => micro/zephyr}/__init__.py      |   2 +-
 tests/micro/zephyr/conftest.py                     |  18 +-
 tests/micro/zephyr/test_zephyr.py                  | 123 +++++++------
 tests/micro/zephyr/test_zephyr_aot_exec.py         |  34 ++--
 .../zephyr/test_zephyr_aot_exec_standalone.py      |  31 ++--
 tests/micro/zephyr/test_zephyr_armv7m.py           |  30 ++--
 tests/micro/zephyr/{test_utils.py => utils.py}     |  16 +-
 16 files changed, 275 insertions(+), 282 deletions(-)
 copy tests/{python/contrib/test_hexagon => micro/project_api}/__init__.py (92%)
 copy tests/{python/unittest/test_tir_transform_decorate_device_scope.py => micro/project_api/test_zephyr_microtvm_api_server.py} (70%)
 copy tests/micro/project_api/{test_project_api.py => utils.py} (66%)
 copy tests/{python/contrib/test_hexagon => micro/zephyr}/__init__.py (93%)
 rename tests/micro/zephyr/{test_utils.py => utils.py} (96%)