1
votes

After uploading all the files, it starts "Updating service" and fails after the 10m timeout. I tried setting the config to be longer than 10 mins but it still fails with the same 10m timeout error. Is there a way to fix this?

ERROR: (gcloud.beta.app.deploy) Error Response: [4] Cloud build did not succeed within 10m. Build error details: Build error details not available.. Check the build log for errors: https://console.cloud.google.com/gcr/builds/81ce5ba5-c24d-4938-98ab-d5bc859898de?project=xxxxxxxxx

1

1 Answers

0
votes

Can be known issue. In that case possible workaround is:

To build your container images outside of Google Cloud Platform, you must first upload your images to a container image repository before you can deploy your images to App Engine with the gcloud app deploy command.

Please check this solution for more details.