skroutz / mistry

General-purpose build server
https://engineering.skroutz.gr/blog/speeding-up-build-pipelines-with-mistry/
GNU General Public License v3.0
105 stars 8 forks source link

Add testing instructions #93

Closed apostergiou closed 6 years ago

apostergiou commented 6 years ago

We will need some documentation about how to setup and run the test suite.

Since the testdata have Dockerfiles that communicate with the Internet (e.g. FROM debian:stretch) we could also suggest pulling the image locally before running the tests (this is to avoid potential timeouts during the test suite runs that may happen in case of slow internet connections).