You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/02 02:39:17 UTC

[GitHub] [tvm] areusch commented on a change in pull request #7769: [µTVM] Try to fix qemu hangs in the CI #7590

areusch commented on a change in pull request #7769:
URL: https://github.com/apache/tvm/pull/7769#discussion_r606043432



##########
File path: tests/scripts/task_python_microtvm.sh
##########
@@ -22,8 +22,12 @@ 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
+# Search for __pycache__ in all checked-in dirs. As of now, no Python code is

Review comment:
       I was pretty sure there was some issue with running this locally, but I now can't remember what it was. what isn't commented, isn't. let's try running through CI at least, worst case we have exactly the logic we need to bring back in the first patch on this PR.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org