ANYbotics / grid_map

Universal grid map library for mobile robotic mapping
BSD 3-Clause "New" or "Revised" License
2.53k stars 794 forks source link

rolling: CI can't clone and all jobs fail #415

Closed Ryanf55 closed 4 months ago

Ryanf55 commented 5 months ago

Bug Description

CI appears to be broken on all ROS 2 branches. No run has passed in months: https://app.circleci.com/pipelines/github/ANYbotics/grid_map

Lately, it can't clone

Help requested

I don't know CircleCI. If anyone has time to lend a hand, please submit a fix and I'm happy to review it.

jtaveau commented 4 months ago

Looking at the logs, that's a problem with the SSH key linking GitHub and CircleCI. Is the SSH key outdated?

Found this doc.

Ryanf55 commented 4 months ago

Looking at the logs, that's a problem with the SSH key linking GitHub and CircleCI. Is the SSH key outdated?

Found this doc.

Thanks for checking in. The current maintainers have lost access to the CircleCI administration console and are unable to fix access. Instead, we are switching to GitHub actions which are already enabled and working. I have proposed a pull request for this. Do you mind giving it a review?

Ryanf55 commented 4 months ago

CI is working now on all maintained branches. Closing as completed.

maximilianwulf commented 4 months ago

@Ryanf55 great job :clap: