aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/common/include-agl-lava-jobs-submit.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/jjb/common/include-agl-lava-jobs-submit.sh b/jjb/common/include-agl-lava-jobs-submit.sh
index 8ab3df15..3cd0d9ff 100644
--- a/jjb/common/include-agl-lava-jobs-submit.sh
+++ b/jjb/common/include-agl-lava-jobs-submit.sh
@@ -27,18 +27,6 @@ device_types+=" "
device_types+=${dt_aliases[$__device_type]}
for device_type in $device_types; do
- val=${labs[$LAVA_LAB]}
- OFS=${IFS}
- IFS=';'
- arr=(${labs[$LAVA_LAB]})
- IFS=${OFS}
-
- url=${arr[0]}
- user=${arr[1]}
-
- # LAVA URL with username
- full_url=${url/:\/\//:\/\/${user}\@}
-
echo -n "Checking for $device_type at $full_url... "
line=$(lava-tool devices-list $full_url |grep $device_type | tr -d '[:space:]')
if [ -z "$line" ]; then