You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Virtualized (qemu-based) testing of ARMv7 and ARMv8 has been simplified as part of fb73a17
The test coverage has not been extended as part of the PR and only the executor level tests are run: python3 -m nose --verbose tests/python/unittest/test_engine.py (this is run in unittest_ubuntu_python3_arm)
The runtime of the ARM testing stage has been greatly reduced as part of the commit (from over 1 hour to around 3 minutes) and we can thus extend the test coverage without concerns about slowing down development.
CC @mseth10 as this is related to your work on Jetson. Essentially all CPU level tests can probably be run using qemu and you only need to run GPU level tests on an actual device.
The text was updated successfully, but these errors were encountered:
Description
Virtualized (qemu-based) testing of ARMv7 and ARMv8 has been simplified as part of fb73a17
The test coverage has not been extended as part of the PR and only the executor level tests are run:
python3 -m nose --verbose tests/python/unittest/test_engine.py
(this is run inunittest_ubuntu_python3_arm
)The runtime of the ARM testing stage has been greatly reduced as part of the commit (from over 1 hour to around 3 minutes) and we can thus extend the test coverage without concerns about slowing down development.
CC @mseth10 as this is related to your work on Jetson. Essentially all CPU level tests can probably be run using qemu and you only need to run GPU level tests on an actual device.
The text was updated successfully, but these errors were encountered: