-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS 2 CI not merging branches with master #621
Comments
I don't see evidence for the scenario that you describe. Here is the log section describing Jenkins' git behavior.
As I read it, the pertinent error message is:
And the problem is not that the changes in ros2/rclcpp#1886 are missing, it is that the function being used from ament_cmake, As a point of information, this repository hosts the extensions to ros_buildfarm which are used to operate the https://ci.ros2.org environment whereas the PR job you linked is running straight from ros_buildfarm |
Hi,
When I open a PR to rclcpp there is an automatic CI job like this: https://build.ros2.org/job/Rpr__rclcpp__ubuntu_jammy_amd64/3/
The link above shows a failure due to my branch not including the changes from ros2/rclcpp#1886
How is that possible?
Isn't CI supposed to run a test build using a temporary branch where master and the PR have been merged?
The text was updated successfully, but these errors were encountered: