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/04/06 00:49:08 UTC

[tvm] branch main updated: [µTVM] Try to fix qemu hangs in the CI #7590 (#7769)

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

areusch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 4142abc  [µTVM] Try to fix qemu hangs in the CI #7590 (#7769)
4142abc is described below

commit 4142abcd1f66878be67b8600d8d6ef7ae8d60870
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Mon Apr 5 17:48:45 2021 -0700

    [µTVM] Try to fix qemu hangs in the CI #7590 (#7769)
    
    * Try to fix qemu hangs in the CI.
    
     * Remove __pycache__ directories only underneath checked-in
       subdirectories to hopefully avoid long find runtime.
    
    * try just removing the check
---
 tests/scripts/task_python_microtvm.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/scripts/task_python_microtvm.sh b/tests/scripts/task_python_microtvm.sh
index 1c202c0..7233718 100755
--- a/tests/scripts/task_python_microtvm.sh
+++ b/tests/scripts/task_python_microtvm.sh
@@ -22,8 +22,5 @@ set -x  # NOTE(areusch): Adding to diagnose flaky timeouts
 
 source tests/scripts/setup-pytest-env.sh
 
-# cleanup pycache
-find . -type f -path "*.pyc" | xargs rm -f
-
 make cython3
 run_pytest ctypes python-microtvm-zephyr tests/micro/zephyr