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/08/03 20:49:27 UTC

[tvm] branch last-successful updated (49587cfcea -> 6f831137c9)

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

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


    from 49587cfcea [ci] Add retries to S3 uploads/downloads (#12221)
     add 6f831137c9 [microTVM] Refactor pytest fixtures (#12207)

No new revisions were added by this update.

Summary of changes:
 python/tvm/micro/testing/evaluation.py             |  5 +-
 .../tvm/micro/testing/pytest_plugin.py             | 69 ++++++++++++--------
 tests/micro/.gitignore                             |  2 +
 tests/micro/arduino/conftest.py                    | 45 ++-----------
 .../micro/arduino/test_arduino_error_detection.py  |  9 +--
 tests/micro/arduino/test_arduino_rpc_server.py     | 29 ++++-----
 tests/micro/arduino/test_arduino_workflow.py       | 13 ++--
 tests/micro/arduino/test_utils.py                  |  4 +-
 tests/micro/common/conftest.py                     | 31 ++-------
 tests/micro/common/test_autotune.py                |  2 +-
 tests/micro/zephyr/conftest.py                     | 73 ++--------------------
 tests/micro/zephyr/test_zephyr.py                  | 56 +++++++++--------
 tests/micro/zephyr/test_zephyr_aot_exec.py         | 16 ++---
 .../zephyr/test_zephyr_aot_exec_standalone.py      | 20 ++++--
 tests/micro/zephyr/test_zephyr_armv7m.py           | 16 ++---
 tests/scripts/task_python_microtvm.sh              | 14 ++---
 16 files changed, 152 insertions(+), 252 deletions(-)
 copy tests/micro/zephyr/conftest.py => python/tvm/micro/testing/pytest_plugin.py (53%)
 create mode 100644 tests/micro/.gitignore