googleapis/google-cloud-node

We either have a flaky or genuinely breaking samples test

Closed this issue · 6 comments

Samples test is failing trying to grab the correct image: https://github.com/googleapis/google-cloud-node/pull/5751/checks?check_run_id=31518140342

cc @danielbankhead on rotation, PTAL

Hmmm, looks like a strange perms issue retrieving the gcr.io/long-door-651/google-cloud-node-16 image...

Not related to the infra outage?

Woops! well let's close it until we've passed it and can know for sure.

Looks like there's a 412 for the container registry deprecation (terrible design to throw a 412 for a warning - CR won't go offline until Spring '25):

unexpected status code 412 Precondition Failed: Container Registry is deprecated and shutting down, please use the auto migration tool to migrate to Artifact Registry

This is blocking releases, will investigate shortly.

Solved this by actually migrating us to artifact registry following these steps. Follow up cl/690767506