areusch commented on code in PR #11362:
URL: https://github.com/apache/tvm/pull/11362#discussion_r882933133


##########
apps/microtvm/zephyr/template_project/microtvm_api_server.py:
##########
@@ -70,6 +69,8 @@
 
 ZEPHYR_BASE = os.getenv("ZEPHYR_BASE")
 
+CMSIS_PATH = os.getenv("CMSIS_PATH")

Review Comment:
   do we need this anymore?



##########
tests/scripts/task_python_microtvm.sh:
##########
@@ -28,6 +28,7 @@ make cython3
 run_pytest ctypes python-microtvm-zephyr-qemu_x86 tests/micro/zephyr 
--zephyr-board=qemu_x86
 run_pytest ctypes python-microtvm-zephyr-qemu_riscv32 tests/micro/zephyr 
--zephyr-board=qemu_riscv32
 run_pytest ctypes python-microtvm-zephyr-qemu_riscv64 tests/micro/zephyr 
--zephyr-board=qemu_riscv64
+run_pytest ctypes python-microtvm-zephyr-mps2_an521 tests/micro/zephyr 
--zephyr-board=mps2_an521

Review Comment:
   cc @gromero is this board stable enough to run in CI? i thought we had I/O 
flakiness here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to