https://github.com/lightsofapollo/mozilla-build-monitor
Build monitor
https://github.com/lightsofapollo/mozilla-build-monitor
Last synced: 9 months ago
JSON representation
Build monitor
- Host: GitHub
- URL: https://github.com/lightsofapollo/mozilla-build-monitor
- Owner: lightsofapollo
- Created: 2014-03-05T00:27:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T11:16:24.000Z (over 12 years ago)
- Last Synced: 2025-06-22T06:37:38.229Z (about 1 year ago)
- Language: JavaScript
- Size: 789 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mozilla-build-monitor
Watches mozilla's pulse for incoming build status messages and (soon)
uploads the complete builds to s3.
## Deployment
This project is automatically deployed (from travis-ci) whenever code is
landed in master and tests pass (as of writing there are no tests so
push = deploy)
## Usage
See:
```sh
./bin/buildmonitor --help
```
### Configuration
- `BUILD_MONITOR_QUEUE` - amqp queue name
- `BUILD_MONITOR_AMQP` - amqp credentials
- `BUILD_MONITOR_DURABLE` - when set to 'true' queue will be durable.