• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

box / ClusterRunner / 1197
78%
master: 5%

Build:
Build:
LAST BUILD BRANCH: updatePublishing
DEFAULT BRANCH: master
Ran 31 Aug 2015 08:30PM UTC
Jobs 3
Files 90
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1197

push

travis-ci

josephharrington
Build refactor - Create BuildScheduler class

This is one of a few changes I have queued up to refactor our Build
class to not be terrible.

- Break out anything in the `Build` class related to slave interaction
  into a new `BuildScheduler` class.

  A `BuildScheduler` has a one-to-one relationship with a `Build`.
  Every build gets a scheduler. The build does not know anything about
  the scheduler, and the scheduler only interacts with the build via
  its public interface.

- Create a `BuildSchedulerPool` class to help with managing
  `BuildScheduler` instances. This prevents `ClusterMaster` from
  needing to keep yet another id-to-instance dict.

  The `BuildSchedulerPool` will also eventually take care of cleaning
  up old instances.

2790 of 3596 relevant lines covered (77.59%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1197.1 (TARGETS="lint test-unit-with-coverage") 31 Aug 2015 08:31PM UTC 0
75.53
Travis Job 1197.1
2 1197.2 (TARGETS="test-integration-with-coverage") 31 Aug 2015 08:30PM UTC 0
5.56
Travis Job 1197.2
3 1197.3 (TARGETS="test-functional test-unit-via-clusterrunner") 31 Aug 2015 08:32PM UTC 0
Travis Job 1197.3
Source Files on build 1197
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1197
  • 48a63221 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc