Skip to content

Commit

Permalink
Bump jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed May 31, 2024
1 parent 6833232 commit 38679c8
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
- humble
- iron
- rolling
- jazzy
pull_request:
branches:
- '**'

jobs:
rmw_microxrcedds_ci:
runs-on: ubuntu-latest
container: microros/micro-ros-agent:rolling
container: microros/micro-ros-agent:jazzy

steps:
- uses: actions/checkout@v3
Expand All @@ -25,12 +26,12 @@ jobs:
apt update && apt install -y python3-pip git python3-rosdep python3-colcon-common-extensions curl ros-$ROS_DISTRO-performance-test-fixture
git clone -b ros2 https://github.com/eProsima/Micro-CDR src/Micro-CDR
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
git clone -b rolling https://github.com/ros2/rmw src/rmw
git clone -b jazzy https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
git clone -b jazzy https://github.com/ros2/rmw src/rmw
touch src/rosidl_typesupport_microxrcedds/test/COLCON_IGNORE
# Install coverage tools
pip3 install gcovr
apt install gcovr
. /opt/ros/$ROS_DISTRO/setup.sh
rosdep init && rosdep update
rosdep install --from-paths src -r
Expand All @@ -46,15 +47,6 @@ jobs:
colcon test --event-handlers console_direct+ --packages-select=rmw_microxrcedds --return-code-on-test-failure
./build/rmw_microxrcedds/test/test-sizes 2> memanalisys_out
- name: Static memory
continue-on-error: true
if: github.event_name == 'pull_request'
uses: machine-learning-apps/pr-comment@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: memanalisys_out

- name: Coverage
run: |
cd src/rmw-microxrcedds/
Expand Down

0 comments on commit 38679c8

Please sign in to comment.