thaliproject / CI

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

Log is not posted if CI build result is a timeout #24

Closed vjrantal closed 8 years ago

vjrantal commented 8 years ago

Example at https://github.com/ThaliTester/TestResults/blob/5809977105d9cee_Run_coordinated_desktop_tests_in_CI_vjrantal/build.md and can be reproduced by having a build that takes over the timeout (currently 30 minutes).

Clearly, builds should not take more than 30 minutes, but if something is broken with the script, this may happen and if so, having logs would help debugging the root cause (in the example posted above, the root cause is known).

vjrantal commented 8 years ago

In this case, the CI also seems to get into a bit broken state. There are some ssh processes left towards 192.168.1.20 and the logs gets posted many times etc.