The Wayback Machine - https://web.archive.org/web/20201015084837/https://github.com/tensorflow/cloud/issues/68
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving cloud build timeout #68

Open
pavithrasv opened this issue Jul 19, 2020 · 0 comments
Open

Improving cloud build timeout #68

pavithrasv opened this issue Jul 19, 2020 · 0 comments
Assignees
Labels
bug

Comments

@pavithrasv
Copy link
Member

@pavithrasv pavithrasv commented Jul 19, 2020

Feedback from Yixing Fu:

Runtime Error: There was an error executing the cloud build job. Job status: WORKING.

This error description is not very helpful. Also from GCP console the build is actually successful. This error did not come up the second time I tried it. I am guessing it is caused by creating a docker image that took a long time and triggered some time out?
Update: Got this again today. Seems build time > 5 produces this problem, and build time <3 are fine.
Update: Now that I looked a bit into the code, this error is clearly raised by the 10 trial, each 30 second limit. Maybe there should be a check to see if the job status is still “WORKING”, raise a warning that building time is long, and only kill it for much longer time or when job status is something else?

@pavithrasv pavithrasv added the bug label Jul 19, 2020
@pavithrasv pavithrasv self-assigned this Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.