Skip to content

Commit

Permalink
add rolling to build_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmann-stefan committed May 17, 2023
1 parent 661105f commit 0e519ec
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
ros_distribution:
- foxy
- humble
- rolling
include:
# Foxy Fitzroy (June 2020 - May 2023)
- os: ubuntu-20.04
Expand All @@ -23,8 +24,14 @@ jobs:
test_target_framework: net6.0
ros_distribution: humble
ros_version: 2
# Rolling Ridley (June 2020 - Present)
- os: ubuntu-22.04
test_target_framework: net6.0
ros_distribution: rolling
ros_version: 2

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.ros_distribution == 'rolling' }}
env:
RCLDOTNET_TEST_TARGET_FRAMEWORK: ${{ matrix.test_target_framework }}

Expand All @@ -46,6 +53,7 @@ jobs:
uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
use-ros2-testing: ${{ matrix.ros_distribution == 'rolling' }}

- name: Configure ros2_dotnet workspace
run: |
Expand Down
33 changes: 33 additions & 0 deletions ros2_dotnet_rolling.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
repositories:
ament_dotnet/ament_cmake_export_assemblies:
type: git
url: https://github.com/ros2-dotnet/ament_cmake_export_assemblies.git
version: main
ros2/common_interfaces:
type: git
url: https://github.com/ros2/common_interfaces.git
version: rolling
ros2/rcl_interfaces:
type: git
url: https://github.com/ros2/rcl_interfaces.git
version: rolling
ros2/rosidl_defaults:
type: git
url: https://github.com/ros2/rosidl_defaults.git
version: rolling
ros2/test_interface_files:
type: git
url: https://github.com/ros2/test_interface_files.git
version: rolling
ros2/unique_identifier_msgs:
type: git
url: https://github.com/ros2/unique_identifier_msgs.git
version: rolling
ros2_dotnet/dotnet_cmake_module:
type: git
url: https://github.com/ros2-dotnet/dotnet_cmake_module.git
version: main
ros2_dotnet/ros2_dotnet:
type: git
url: https://github.com/ros2-dotnet/ros2_dotnet.git
version: main

0 comments on commit 0e519ec

Please sign in to comment.