Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#6019 closed enhancement (no action required)

Travis-CI: fetch BP from .org Git mirror, not Github.

Reported by: DJPaul Owned by:
Priority: normal Milestone:
Component: Build/Test Tools Version:
Severity: normal 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)

#1 @DJPaul
12 years ago

  • Milestone 2.2
  • Resolutioninvalid
  • Status newclosed

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.

#2 @DJPaul
10 years ago

  • Component Tools - Build ProcessBuild/Test Tools
Note: See TracTickets for help on using tickets.