[PIPE2D-526] Workaround GitHub rate limit in Travis Created: 24/Mar/20 Updated: 05/Jan/21 Resolved: 24/Mar/20 |
|
| Status: | Done |
| Project: | DRP 2-D Pipeline |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Story | Priority: | Normal |
| Reporter: | price | Assignee: | price |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Sprint: | 2DDRP-2021 A |
| Reviewers: | hassan |
| Description |
|
Travis is hitting a GitHub rate limit: $ ( curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} || curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/master ) > pfs_pipe2d.tar.gz 187curl: (22) The requested URL returned error: 403 rate limit exceeded 188curl: (22) The requested URL returned error: 403 rate limit exceeded 189The command "( curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} || curl -Lf https://api.github.com/repos/Subaru-PFS/pfs_pipe2d/tarball/master ) > pfs_pipe2d.tar.gz" failed and exited with 22 during . |
| Comments |
| Comment by price [ 24/Mar/20 ] |
|
Fairly simple solution, duplicated in each package. |
| Comment by price [ 24/Mar/20 ] |
|
Thanks! Merged to master. |