An open API service indexing awesome lists of open source software.

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

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.