-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
We currently test all ros version on every release...
We should find a good way to do like for third-party releases :
- pure python tests from main branch
- latest ros distro tests from main branch (if pyros source usecase is in ROS)
- matching ros distro tests from ros distro branches (if we have some because we support running from source in ROS, for dev for example...)
- matching ros release from release repo
The goal here is to speed up release while still testing everything needed.
Note that we first need to implement the same system as pyros-dev/pyzmp#9 to make this easier.
Reactions are currently unavailable