ros2 / ci

ROS 2 CI Infrastructure
http://ci.ros2.org/
Apache License 2.0
48 stars 30 forks source link

ARM agents fail because of mismatch on phased updates. #708

Closed claraberendsen closed 1 year ago

claraberendsen commented 1 year ago

Description

ci.ros2.org arm agents have had to be put offline because of issues with phased updates even though they were disabled since #667. It seems given this post by the ubuntu team that the name for the file is not 90-phased-updates but rather 99-phased-updates in ubuntu jammy.

Testing

Build Status In this build with the change in the configuration using this branch the issue seems to be resolved.

Crola1702 commented 1 year ago

ProTip: Run a build adding --packages-up-to ament_lint to CI_BUILD_ARGS so the time it takes to build is minimal

claraberendsen commented 1 year ago

Closing after discussion that this PR doesn't solve anything in particular. The reason it "fixed" the problem when we had it is because it was invalidating the docker cache and the problem with the library was resolved. The linked PR is preferred over this one to track remaining tasks.