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...
Seems like this is still happening... https://github.com/googleapis/google-cloud-node/pull/5754/checks?check_run_id=31697454507
https://github.com/googleapis/google-cloud-node/pull/5758/checks?check_run_id=31697965820
https://github.com/googleapis/google-cloud-node/pull/5759/checks?check_run_id=31698892007
My assessment is that it's a flaky test!
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