#6019 closed enhancement (no action required)
Travis-CI: fetch BP from .org Git mirror, not Github.
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
During the current Travis-CI build process, it fetches a copy of BuddyPress from https://github.com/buddypress/BuddyPress.
Recently tests have failed only because Github.com has been unreachable from Travis-CI (sometimes): https://travis-ci.org/buddypress/BuddyPress/jobs/41162531 is an example.
$ git clone --depth=50 --branch=master git://github.com/buddypress/BuddyPress.git buddypress/BuddyPress Cloning into 'buddypress/BuddyPress'... fatal: unable to connect to github.com: github.com: Temporary failure in name resolution The command "eval git clone --depth=50 --branch=master git://github.com/buddypress/BuddyPress.git buddypress/BuddyPress" failed. Retrying, 2 of 3.
Let's try using buddypress.git.wordpress.org instead to see if it improves reliability.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Oh, I mis-read the message. Sorry.
This is the Travis-CI process not actually fetching BuddyPress from Github after the Github post-commit hook triggers. I don't think we can do anything, though it's interesting to see that Travis-CI does a
git clone --depth=50
checkout.