Test against new ros-dev image#2438
Conversation
Greptile SummaryThis PR bumps the pinned
Confidence Score: 5/5Safe to merge — both changes are narrow, well-scoped, and consistent with the existing workflow design. The digest bump is a routine image update, and replacing the hardcoded No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[compute-ros-pin job] -->|reads sha256 digest| B[docker/ros-dev-pin/Dockerfile]
B -->|outputs digest| C[self-hosted-tests job]
C -->|Linux runner| D[Container: ghcr.io/dimensionalos/ros-dev@sha256:...]
D -->|container sets ROS_DISTRO env var| E[Source ROS environment step]
E -->|source /opt/ros/ROS_DISTRO/setup.bash| F[Export PYTHONPATH, AMENT_PREFIX_PATH, etc to GITHUB_ENV]
F --> G[Run pytest]
C -->|macOS runner| H[Host runner - no container]
H -->|skips ROS sourcing step| G
Reviews (3): Last reviewed commit: "Update ci.yml" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
No description provided.