https://github.com/nerdwalletoss/buildbot-aws-ecs
Buildbot latent worker for AWS ECS
https://github.com/nerdwalletoss/buildbot-aws-ecs
Last synced: over 1 year ago
JSON representation
Buildbot latent worker for AWS ECS
- Host: GitHub
- URL: https://github.com/nerdwalletoss/buildbot-aws-ecs
- Owner: NerdWalletOSS
- Created: 2018-01-15T19:27:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T06:37:07.000Z (over 8 years ago)
- Last Synced: 2025-01-11T13:29:14.377Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Buildbot Latent Worker for AWS ECS
==================================
This is a `Buildbot`_ plugin that provides a `latent worker`_ that leverages the `AWS ECS`_ service to run builds.
Each build is run in its own ECS task, such that each build is run in a pristine environment -- unless you share a
volume between builds.
.. _Buildbot: http://buildbot.net/
.. _latent worker: https://docs.buildbot.net/current/manual/cfg-workers.html#latent-workers
.. _AWS ECS: https://aws.amazon.com/ecs/