thaliproject / CI

CI project for testing mobile devices
MIT License
2 stars 3 forks source link

CI tends to start failing builds if there are too many tasks in the queue #65

Open yaronyg opened 8 years ago

yaronyg commented 8 years ago

We need to fix this so we don't get random silly failures

yaronyg commented 8 years ago

We need to do this on the Hiqo side since this doesn't require access to the physical hardware.

larryonoff commented 8 years ago

The issues may happen since CI uses LokiJS: Lightweight javascript in-memory database. So when the build is running, there's very low memory available and bad things happen.

yaronyg commented 7 years ago

This is really hurting us. I can see CI melt down. You will see behavior like running the build for a particular commit twice but never running on devices. We need to investigate and fix.