You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds currently fail if they can't download the astrometry index files. I believe we are making some use of the Travis caching feature, but not enough to prevent this problem.
The text was updated successfully, but these errors were encountered:
I've made lots of progress on understanding how to set this up (#712), but now am stymied by astrometry.net being offline again. It seems like we should cache critical dependencies in GCS.
FWIW, it appears that I spoiled the cache for #712 with one bad command which then meant that the next build of that PR didn't have a cache to pull from, so needed to read from astrometry.net. I'm going to try to get that PR thing submitted today so that future builds will hopefully be better able to use the travis provided caching facility.
If anything I am thinking that as we move more toward a docker-based approach it won't be an issue. I know we are also storing a few things in our own storage bucket, which it doesn't appear we are using but which we could.
Builds currently fail if they can't download the astrometry index files. I believe we are making some use of the Travis caching feature, but not enough to prevent this problem.
The text was updated successfully, but these errors were encountered: