Skip to content

Commit 3cdebfc

Browse files
Davide Faconticlaude
andcommitted
ci(rolling): allow ROS2 Rolling job to fail (upstream package missing)
ros-rolling-point-cloud-interfaces was dropped from the apt sync circa 2026-04-25; the last green Rolling run on main was 2026-04-20. The package is still required by cloudini_ros (CompressedPointCloud2 message type used by the publisher/subscriber plugins), and is present on Humble/Jazzy/Kilted. Mark Rolling continue-on-error so PR checks don't block on this upstream regression. Revert once the deb is restored or we migrate off point_cloud_interfaces. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7632f3e commit 3cdebfc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ros-rolling.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ concurrency:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
# Rolling is allowed to fail: ros-rolling-point-cloud-interfaces was dropped
18+
# from the apt sync circa 2026-04-25 (last green Rolling on main: 2026-04-20).
19+
# Remove this once upstream restores the package or we migrate off it.
20+
continue-on-error: true
1721
container:
1822
image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
1923
steps:

0 commit comments

Comments
 (0)