Skip to content

Conversation

@minggangw
Copy link
Member

@minggangw minggangw commented May 28, 2025

This PR aims to update the build and test workflows to include the ROS distribution "humble" for the ARM environment.

  • Removed the ROS distribution mapping (including "humble") from the Windows workflow.
  • Added "humble" to the ROS distribution list and provided a corresponding docker image mapping in the linux-arm64 workflow.

Fix: #1156

@minggangw minggangw requested a review from Copilot May 28, 2025 07:30
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR aims to update the build and test workflows to include the ROS distribution "humble" for the ARM environment.

  • Removed the ROS distribution mapping (including "humble") from the Windows workflow.
  • Added "humble" to the ROS distribution list and provided a corresponding docker image mapping in the linux-arm64 workflow.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/windows-build-and-test.yml Removed the include block mapping ROS distributions, possibly to disable "humble" testing on Windows.
.github/workflows/linux-arm64-build-and-test.yml Added "humble" to the distribution list and inserted an include block with a docker image for "humble".
Comments suppressed due to low confidence (3)

.github/workflows/windows-build-and-test.yml:27

  • Removal of the ROS distribution mapping in the Windows workflow may require updating the project documentation to clarify which distributions are now supported on Windows.
   -        include:

.github/workflows/linux-arm64-build-and-test.yml:33

  • Ensure that the addition of 'humble' in the ros_distribution list is fully supported by the ARM build environment and any necessary environment configurations are updated accordingly.
          - humble

.github/workflows/linux-arm64-build-and-test.yml:37

  • [nitpick] Confirm that the selected docker image 'ubuntu:jammy' for 'humble' is appropriate and consistent with the testing requirements for this ROS distribution.
          # Humble Hawksbill (May 2022 - May 2027)

@coveralls
Copy link

Coverage Status

coverage: 84.823%. remained the same
when pulling d955adc on minggangw:fix-1156
into 17a1e85 on RobotWebTools:develop.

@minggangw minggangw merged commit 0dbe3da into RobotWebTools:develop May 28, 2025
29 of 31 checks passed
minggangw added a commit that referenced this pull request Jun 6, 2025
This PR aims to update the build and test workflows to include the ROS distribution "humble" for the ARM environment.  
- Removed the ROS distribution mapping (including "humble") from the Windows workflow.  
- Added "humble" to the ROS distribution list and provided a corresponding docker image mapping in the linux-arm64 workflow.

Fix: #1156
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Humble into actions arm64 workflow

2 participants