Bug P2
Status Update
Comments
th...@gmail.com <th...@gmail.com> #2
The following lines got truncated off the front of the logs above when I copied and pasted them:
2024-06-29 23:41:52.879 PDT
Step #1: DEBUG: Operation [apps/<PROJECT>/operations/<OPERATION_ID>] not complete. Waiting to retry.
2024-06-29 23:41:52.882 PDT
Step #1: Updating service [default]...
2024-06-29 23:41:53.979 PDT
Step #1: .....DEBUG: Operation [apps/<PROJECT>/operations/<OPERATION_ID>] not complete. Waiting to retry.
2024-06-29 23:41:59.444 PDT
Step #1: ............................DEBUG: Operation [apps/<PROJECT>/operations/<OPERATION_ID>] complete. Result: {
2024-06-29 23:41:59.444 PDT
Step #1: "done": true,
Description
Trying to stand up a new Cloud project with a GitHub repo and a Cloud Build trigger that tries to perform a cloud build when the
develop
branch is pushed to. The build has two steps, one agradle build appengineStage
and a second that essentially does agcloud app deploy
. I'm running into an "Internal error" that doesn't have any details associated with it. I've tried some online suggestions to try to get through this, but nothing seems to be working.Problem you have encountered:
What you expected to happen:
Steps to reproduce:
cloudbuild.yaml
app.yaml
Other information (workarounds you have tried, documentation consulted, etc):
(Since this bug is initially public, the above information is redacted. I can give more details privately if necessary.)