nginyc / rafiki

Rafiki is a distributed system that supports training and deployment of machine learning models using AutoML, built with ease-of-use in mind.
Apache License 2.0
36 stars 23 forks source link

Continuous integration #144

Open nudles opened 5 years ago

nudles commented 5 years ago

When we merge a PR, we need to make sure the new code does not introduce any bugs. If the old examples (tests) cannot run due to API change, we need to update them as well. We cannot do these tests manually since it is very time consuming. Continuous integration could help to do the test, and update the docker files, etc. Travis and jenkins are popular tools. We have used them for Singa.