Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Dis-allow any non-S3 URLs in CI
This PR makes it so any URLs accessed in tests in CI must be hosted in S3. This improves reliability as we've seen even files on GitHub sometimes serve 503s even when everything else is working fine. This raises an error if any unallowed URL is detected and adds the remaining few.
- Loading branch information