How to disable certain tests in ROS 2 Buildfarm?
We are running system tests and a CI has to include dependencies that are not available in rosdep
. Since we are already running the system tests on our CI machines I was wondering whether we can just disable them in ROS 2 Buildfarm? Getting emails such as Jenkins build is still unstable
is a bit annoying. Maybe there is an environment variable specific to ROS 2 Buildfarm that we can use to ignore some tests?
Would removing the dev job for your repository be an option? That's the
source
stanza in thedistribution.yaml
of the ROS distribution you target.The answer to the question is "you can't", I believe.
That may work, but then I will not get notified if a build fails? Our system tests are in a separate package (but in the common repository), would you recommend not releasing it?