Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 9 years ago

#7430 closed defect (bug) (fixed)

Reverse the order in which the Travis jobs run

Reported by: netweb Owned by: netweb
Priority: normal Milestone: 2.9
Component: Build/Test Tools Version:
Severity: normal Keywords: needs-patch
Cc:

Description

The Travis jobs within a build run in the order in which they're specified in .travis.yml. This means that the BuddyPress tests run on the oldest version of PHP first (5.3) and the newest version last (7.1). As a general rule, this means the slowest test jobs run first because each subsequent version of PHP is faster than the previous.

This order should be reversed so that when a committer is patiently waiting for a Travis build to complete, they are at least more likely to see unexpected failures earlier than they otherwise would.

Via #WP39705

Change History (3)

#1 @DJPaul
10 years ago

  • Milestone Awaiting Review2.9

#2 @DJPaul
10 years ago

  • Owner set to netweb
  • Status newassigned

#3 @netweb
9 years ago

  • Resolutionfixed
  • Status assignedclosed

In 11534:

Build Tools: Reverse the order in which the Travis CI jobs run.

  • As a general rule, this means the fastest test jobs now run first because each subsequent version of PHP is faster than the previous. When a committer is patiently waiting for a Travis CI build to complete, they are at least more likely to see unexpected failures earlier than they otherwise would.

Fixes #7430.

Note: See TracTickets for help on using tickets.