Skip to content

Commit

Permalink
[microTVM] Temporarily remove mps2_an521 from CI
Browse files Browse the repository at this point in the history
Temporarily removing the mps2_an512 board from CI due to issue 8728.
Possibly all tests can fail on mps2_an512, so removing the board
instead of xfailing specific tests.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
  • Loading branch information
gromero committed Sep 3, 2021
1 parent 5447244 commit b9d178a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/scripts/task_python_microtvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ source tests/scripts/setup-pytest-env.sh

make cython3
run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr --microtvm-platforms=qemu_x86
run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr --microtvm-platforms=mps2_an521
# Temporarily removing mps2_an512 from CI due to issue 8728:
# https://github.com/apache/tvm/issues/8728
# run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr --microtvm-platforms=mps2_an521

run_pytest ctypes python-microtvm-arduino apps/microtvm/arduino/template_project/tests
run_pytest ctypes python-microtvm-arduino-nano33ble tests/micro/arduino --test-build-only --microtvm-platforms=nano33ble
Expand Down

0 comments on commit b9d178a

Please sign in to comment.