mehrdadh commented on a change in pull request #10473:
URL: https://github.com/apache/tvm/pull/10473#discussion_r819103767
##########
File path: tests/scripts/task_python_hexagon.sh
##########
@@ -23,6 +23,15 @@ source tests/scripts/setup-pytest-env.sh
make cython3
-# unset because hardware does not exist in CI.
-unset ANDROID_SERIAL_NUMBER
-run_pytest ctypes python-contrib-hexagon-no-hwardware
tests/python/contrib/test_hexagon/test_launcher.py
+export TVM_TRACKER_PORT=9190
Review comment:
we need to separate these configurations from this file. Otherwise we
won't be able to reuse this script for running on physical HDK/phonse. Easier
way is to add another file in `tests/scripts` and add them there. You also need
to add that script in Jenkinsfile.
--
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]