mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +01:00
ci/bare-metal: Add handling of netboot firmwares for servo boards.
My local trogdor has a netboot firmware and I want to be able to use it to test the timeout code I'm working on. Acked-by: Juan A. Suarez <jasuarez@igalia.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17096>
This commit is contained in:
parent
3f8114d1e0
commit
cd3d9a7a92
1 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,12 @@ class CrosServoRun:
|
||||||
bootloader_done = True
|
bootloader_done = True
|
||||||
break
|
break
|
||||||
|
|
||||||
|
# If the board has a netboot firmware and we made it to booting the
|
||||||
|
# kernel, proceed to processing of the test run.
|
||||||
|
if re.search("Booting Linux", line):
|
||||||
|
bootloader_done = True
|
||||||
|
break
|
||||||
|
|
||||||
# The Cheza boards have issues with failing to bring up power to
|
# The Cheza boards have issues with failing to bring up power to
|
||||||
# the system sometimes, possibly dependent on ambient temperature
|
# the system sometimes, possibly dependent on ambient temperature
|
||||||
# in the farm.
|
# in the farm.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue