thaliproject / CI

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

We need to get an error message in GitHub when CI can't deploy the APK #76

Closed yaronyg closed 8 years ago

yaronyg commented 8 years ago

If CI can't deploy the APK for any reason then it silently fails, we don't get any logs from the devices. We need to get a clear error message in GitHub's docs that says "Everything failed due to APK deployment problem." This was caused, btw, because we had an LG device that had a prompt that needed a human response and while it was waiting it refused any APK deployments.

yaronyg commented 8 years ago

Apparently this code is already in the live CI but not in the repo and that is not acceptable. We need this moved to the repo immediately and we MUST do a full redeploy of CI to make absolutely sure that what we are running in CI is the same as the repo.