Skip to content

ci/bare-metal: Re-open serial and everything after test phase timeout.

Emma Anholt requested to merge anholt/mesa:ci-servo into main

If we got a "Reached the end of the CPU serial log without finding a result" because the test phase timed out, then the CPU serial would have been closed as part of the timeout process, so we need to close the rest and re-instantiate the servo run class.

fastboot and poe already re-instantiate the class on retry.

Merge request reports