Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/kochiku
Shard your builds for fun and profit
https://github.com/square/kochiku
Last synced: 4 days ago
JSON representation
Shard your builds for fun and profit
- Host: GitHub
- URL: https://github.com/square/kochiku
- Owner: square
- License: apache-2.0
- Archived: true
- Created: 2013-08-19T22:53:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T21:35:34.000Z (about 5 years ago)
- Last Synced: 2024-05-09T09:07:32.903Z (6 months ago)
- Language: Ruby
- Size: 3.77 MB
- Stars: 602
- Watchers: 34
- Forks: 51
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ruby - Kochiku - Kochiku is a distributed platform for test automation. (DevOps Tools)
README
Kochiku - Distributed tests made easy
=====================================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 buildA 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. It's language agnostic; Use it for Ruby, Rails, Node.js, Ember, Java, C, C++ or anything else that runs in a unix environment.
### Git integration
Kochiku currently integrates with git repositories stored in Github (including Github Enterprise) or Atlassian Bitbucket (formerly known as 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.
## User Guide
- [Installation & Deployment](https://github.com/square/kochiku/wiki/Installation-&-Deployment)
- [Adding a repository](https://github.com/square/kochiku/wiki/How-to-add-a-repository-to-Kochiku)
- [Initiating a build](https://github.com/square/kochiku/wiki/How-to-initiate-a-build-on-Kochiku)
- [Hacking on Kochiku](https://github.com/square/kochiku/wiki/Hacking-on-Kochiku)
- [Changelog](https://github.com/square/kochiku/wiki/CHANGELOG)
- [Additional documentation](https://github.com/square/kochiku/wiki/_pages)