summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitlab-ci/bare-metal/cros_servo_run.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci/bare-metal/cros_servo_run.py b/.gitlab-ci/bare-metal/cros_servo_run.py
index 0e231ecfa72..7215253fb7a 100755
--- a/.gitlab-ci/bare-metal/cros_servo_run.py
+++ b/.gitlab-ci/bare-metal/cros_servo_run.py
@@ -71,6 +71,12 @@ class CrosServoRun:
bootloader_done = True
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 system sometimes, possibly dependent on ambient temperature
# in the farm.