From: Kevin Hilman Date: Wed, 20 Mar 2019 17:18:30 +0000 (-0700) Subject: jjb/common: lava-labs: lavacli should not be fatal X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a61df879e3bcab3f588c8ad8ed157dd9aeaf005d;p=ci-management.git jjb/common: lava-labs: lavacli should not be fatal For now, the use of lavacli is for debug only, so failure to list devices with lavacli should not be fatal. To fix, remove the `continue` so if it fails, it fill fall through to the legacy use of lava-tool. Change-Id: Id55622e1b0f3d9c0e90673b24e8fa3642a15bee9 Signed-off-by: Kevin Hilman --- diff --git a/jjb/common/include-agl-lava-labs-prepare.sh b/jjb/common/include-agl-lava-labs-prepare.sh index 159d080b..f676d6c2 100644 --- a/jjb/common/include-agl-lava-labs-prepare.sh +++ b/jjb/common/include-agl-lava-labs-prepare.sh @@ -80,7 +80,6 @@ for lab in "${!labs[@]}"; do if [ -z "$lavacli_line" ]; then echo "not found." - continue fi IFS=':' arr=($lavacli_line)