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
The current automated tests take a lot of time to run.
This could be improved by using docker images which are built weekly (as suggested by @sea-bass ) and also adding a manually triggered workflow to rebuild a docker image in case of a requirement to rebuild between the automated build interval.
EDIT :
It might also be useful to make the tests run based on dependencies.
For example,
The python tests only run if format tests pass
The ROS tests only run once the python tests pass.
The text was updated successfully, but these errors were encountered:
Another option would be to use the GitHub Actions cache, which is for sure going to help with the Docker tests... but not with the standalone Python ones, necessarily. Although it should be possible to use a ROS free Docker container for that too.
The current automated tests take a lot of time to run.
This could be improved by using docker images which are built weekly (as suggested by @sea-bass ) and also adding a manually triggered workflow to rebuild a docker image in case of a requirement to rebuild between the automated build interval.
EDIT :
It might also be useful to make the tests run based on dependencies.
For example,
The python tests only run if format tests pass
The ROS tests only run once the python tests pass.
The text was updated successfully, but these errors were encountered: