This repository was archived by the owner on Feb 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Rob Olson edited this page Jan 30, 2014
·
9 revisions
Kochiku is a distributed platform for test automation. It has three main components:
- A web server, which lets you inspect builds and manage repositories
- Background jobs that divide builds into distributable parts
- Workers that run individual parts of a build
A single machine typically runs the web server and background jobs, whereas many machines run workers.
Use Kochiku to distribute large test suites quickly and easily.
Kochiku currently integrates with git repositories stored in Github (including Github Enterprise) or Atlassian Stash. This lets Kochiku automatically run test suites for pull requests and commits to the master branch. Kochiku can also build any git revision on request.
Support for headless git servers is coming soon.