Abacn commented on PR #27811: URL: https://github.com/apache/beam/pull/27811#issuecomment-1670259167
It appears that gcloud command crashes when trying to delete arm images created by https://github.com/apache/beam/commits/master/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml ``` 01:06:38 Digests: 01:06:38 - us.gcr.io/apache-beam-testing/github-actions/beam_go_sdk@sha256:056467618368608608eae556c7f952849d0371ebfc559d3d69cc5f1a9b5d98b4 01:06:39 ERROR: gcloud crashed (V2DiagnosticException): response: {'docker-distribution-api-version': 'registry/2.0', 'content-type': 'application/json', 'content-encoding': 'gzip', 'date': 'Sun, 06 Aug 2023 05:06:38 GMT', 'server': 'Docker Registry', 'cache-control': 'private', 'x-xss-protection': '0', 'x-frame-options': 'SAMEORIGIN', 'transfer-encoding': 'chunked', 'status': 400} ``` Until gcloud solved this issue, probably we can do something similar to https://github.com/apache/beam/blob/master/.test-infra/tools/stale_bq_datasets_cleaner.sh that is fail the suite at the end -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
