ci/bare-metal: Use a new serial buffer tool.
authorEric Anholt <eric@anholt.net>
Wed, 19 Aug 2020 20:00:25 +0000 (13:00 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 21 Aug 2020 20:10:18 +0000 (20:10 +0000)
commitb4374080d7ab26c7ed390e8d63fb4722386376b6
tree6689cffcb33f2d8ce38516521632250655b80604
parentca7d66e847d08914cec0a5e003b400da9c0a2695
ci/bare-metal: Use a new serial buffer tool.

This one uses python threads to move some of our logic from shell
pipelines to python, and opens the door to doing better serial output
tracking in the future (the SerialBuffer.lines() method)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6398>
.gitlab-ci/bare-metal/cros-servo.sh
.gitlab-ci/bare-metal/fastboot.sh
.gitlab-ci/bare-metal/serial-buffer.py [deleted file]
.gitlab-ci/bare-metal/serial_buffer.py [new file with mode: 0755]