Skip to content

Commit b584d29

Browse files
author
AndyZe
committed
Remove ur5_moveit_config from CI, remove moveit stuff from .repos.yaml
1 parent 1c3972d commit b584d29

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

.repos.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
repositories:
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

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ language: cpp
77
compiler: gcc
88
cache: ccache
99

10-
# notifications:
11-
# email:
12-
# recipients:
13-
10+
notifications:
11+
email:
12+
recipients:
13+
1414

1515
env:
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

0 commit comments

Comments
 (0)