Skip to content

Commit

Permalink
use nightly image including all 3 RMWs (#215)
Browse files Browse the repository at this point in the history
* use nightly image including all 3 RMWs

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>

* add comment about Connext security plugins not being included in docker images

Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas authored May 15, 2020
1 parent 57e08d8 commit 2399abf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
test_latest:
runs-on: ubuntu-latest
# 'osrf/ros2:devel' does *not* include RTI Connext or its' security plugins
# the former gets installed via rosdep in 'action-ros-ci' but the latter do *not* get installed
container: osrf/ros2:devel
steps:
- name: Install prerequisites for action-ros-ci and FastRTPS
Expand Down Expand Up @@ -42,7 +44,9 @@ jobs:
path: ros_ws/log
test_nightly:
runs-on: ubuntu-latest
container: osrf/ros2:nightly
# 'osrf/ros2:nightly-rmw-nonfree' includes RTI Connext but
# does *not* include the security plugins or a license allowing the use of Security
container: osrf/ros2:nightly-rmw-nonfree
steps:
- uses: actions/checkout@v2
- name: Installing dependencies
Expand Down

0 comments on commit 2399abf

Please sign in to comment.