Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#6019 closed enhancement (no action required)

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

Reported by: djpaul's profile 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)

#1 @DJPaul
10 years ago

  • Milestone 2.2 deleted
  • Resolution set to invalid
  • Status changed from new to closed

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
8 years ago

  • Component changed from Tools - Build Process to Build/Test Tools
Note: See TracTickets for help on using tickets.