https://github.com/envato/spot_build
Agents are transient, Jobs are forever
https://github.com/envato/spot_build
buildkite-agent
Last synced: about 1 year ago
JSON representation
Agents are transient, Jobs are forever
- Host: GitHub
- URL: https://github.com/envato/spot_build
- Owner: envato
- License: mit
- Created: 2016-11-22T03:01:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T22:33:40.000Z (over 4 years ago)
- Last Synced: 2025-03-23T23:27:17.072Z (about 1 year ago)
- Topics: buildkite-agent
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 33
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Managing Spot Fleets with Buildkite
[](https://github.com/envato/spot_build/blob/HEAD/LICENSE)
[](https://rubygems.org/gems/spot_build)
[](https://github.com/envato/spot_build/actions?query=workflow%3Atests+branch%3Amaster)
AWS EC2 Spot instances are cheaper, Buildkite Agents are a natural fit for Spot instnaces as the workload is interruptable.
SpotBuild makes it easier to use Spot instances and Spot fleets with Buildkite Agents by providing an agent that will shutdown the agent when the instance is scheduled for termination, preventing it from starting any new jobs and retry the current job it's working on.
# Running
Run this gem as a daemon on your buildkite agents and supply it the Organisation Slug and a Buildkite API token with the following permissions:
- read_agents
- read_builds
- write_builds
## Development Status
Very early stages of development