CivicSpleen / ambry

A comprehensive data package manager
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

Webhook driven test with Docker #142

Open ericbusboom opened 8 years ago

ericbusboom commented 8 years ago

Create a simple automated test system for Ambry. This will replace Travis CI, etc, because we have to deploy Docker anyway, so its probably easier to configure and deploy containers that we are already building than it is to configure new environments for Travis, etc.

Create a new package + github repo, ambry-dev

This package will have a small flask server that can receive a github webhook and:

The container will be configured to run the Ambry tests, with python setup.py test ... and to mail the results on failure, as per #141.

Notes

https://github.com/carlos-jenkins/python-github-webhooks