ros2 / ci

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

Change the default Rolling branch to 'rolling' #672

Closed clalancette closed 2 years ago

clalancette commented 2 years ago

As part of https://discourse.ros.org/t/change-default-branch-name-to-rolling-in-ros-2-core/26009/9 , we've renamed the default branch on https://github.com/ros2/ros2 to 'rolling' instead of 'master'. This change updates all of the references to reference 'rolling' instead. Note that it depends on https://github.com/ros-infrastructure/ros2-cookbooks/pull/47 , which should be merged first.

clalancette commented 2 years ago

CI with this change in place:

clalancette commented 2 years ago

The test failure on RHEL is a known flake. The failing tests on Windows have some precedent, but aren't in the latest nightlies. That said, I don't see how the change to the branch name here could possibly cause just a few tests to fail, so I'm going to chalk that up to flakes. With all of that said, I'm going to go ahead and mark this as ready, then merge in the cookbook change, and then merge this.