File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 11repositories :
2- moveit2 :
3- type : git
4- url : https://github.com/ros-planning/moveit2
5- version : main
62 control_msgs :
73 type : git
84 url : https://github.com/ros-controls/control_msgs.git
@@ -11,14 +7,6 @@ repositories:
117 type : git
128 url : https://github.com/ros-planning/geometric_shapes.git
139 version : ros2
14- moveit_msgs :
15- type : git
16- url : https://github.com/ros-planning/moveit_msgs.git
17- version : ros2
18- moveit_resources :
19- type : git
20- url : https://github.com/ros-planning/moveit_resources.git
21- version : ros2
2210 realtime_tools :
2311 type : git
2412 url : https://github.com/ros-controls/realtime_tools.git
Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ language: cpp
77compiler : gcc
88cache : ccache
99
10- # notifications:
11- # email:
12- # recipients:
13- 10+ notifications :
11+ email :
12+ recipients :
13+ 1414
1515env :
1616 global : # default values that are common to all configurations (can be overriden below)
1717 - ROS_DISTRO=foxy # ROS distro to test for
1818 - ROS_REPO=ros # ROS binary repository [ros | ros-shadow-fixed]
19- - TEST_BLACKLIST= # list packages, for which to skip the unittests
19+ - TEST_BLACKLIST=ur5_moveit_config # list packages, for which to skip the unittests
2020 - UPSTREAM_WORKSPACE=.repos.yaml # pull in packages from a local
2121 - WARNINGS_OK=false # Don't accept warnings [true | false]
2222 # .repos file FIXME -Werror disabled because of compiler warnings
You can’t perform that action at this time.
0 commit comments