ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Switch Foxy support over to official repos in e2e tests #198

Open emersonknapp opened 4 years ago

emersonknapp commented 4 years ago

Description

Right now the scheduled e2e tests use ros2-testing for Foxy on amd64 and aarch64 because the official release is not out yet.

When the official Foxy release is available, remove this special case from the e2e test.

Related Issues

N/A

Completion Criteria

Scheduled e2e tests for Foxy test all 3 architectures, and use the release apt repositories.

Implementation Notes / Suggestions

N/A

Testing Notes / Suggestions

Remove this if block https://github.com/ros-tooling/cross_compile/blob/master/test/run_e2e_test.sh#L86