-
Notifications
You must be signed in to change notification settings - Fork 566
Open
Labels
Description
🐛 Bug
The remote cache seems not to be working.
There are a couple of my PRs whose CI can't build due to a timeout.
For reference, when remote caching was working, it took PyTorch/XLA less than 400s to build (link).
However, without the remote cache, it's taking 1700s. (link).
In the beginning of PyTorch/XLA build, we can see the following error message:
ERROR: Failed to query remote execution capabilities: UNAVAILABLE: Credentials failed to obtain metadata
Although we could increase the timeout to around 80 minutes, I don't think that's a good solution.