pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
24 stars 4 forks source link

Improve release flow #127

Open asmodehn opened 7 years ago

asmodehn commented 7 years ago

We currently test all ros version on every release... We should find a good way to do like for third-party releases :

  1. pure python tests from main branch
  2. latest ros distro tests from main branch (if pyros source usecase is in ROS)
  3. matching ros distro tests from ros distro branches (if we have some because we support running from source in ROS, for dev for example...)
  4. 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 https://github.com/asmodehn/pyzmp/issues/9 to make this easier.

asmodehn commented 7 years ago

Note we also need to make ROS dependencies optional (at least for testing...) but in a meaningful way... So that the pure python test works without ROS dependencies, but still does meaningful tests.