aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-lava-jobs-submit.sh
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-11-07 14:19:05 +0100
committerLoys Ollivier <lollivier@baylibre.com>2017-11-07 14:19:05 +0100
commit398d00176c87bbd989bb933de5ab85554fc94d4f (patch)
tree6d958f65a7a68815ebfaac49980b2aa70d87f32b /jjb/common/include-agl-lava-jobs-submit.sh
parent3d42f4b2da651af742fb330ac21cbb9306e3a3d1 (diff)
Lava jobs update raspberrypi3 device_type name
For the raspberrypi3, update the device_type name to the LAVA names for the rpi3 32bit: - raspberrypi3-uboot - bcm2837-rpi-3-b-32b Change-Id: Icc654e47fd03b437165fb9c9aac5efdac490ef5c Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-lava-jobs-submit.sh')
-rw-r--r--jjb/common/include-agl-lava-jobs-submit.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/common/include-agl-lava-jobs-submit.sh b/jjb/common/include-agl-lava-jobs-submit.sh
index d8578d39..3ebe8834 100644
--- a/jjb/common/include-agl-lava-jobs-submit.sh
+++ b/jjb/common/include-agl-lava-jobs-submit.sh
@@ -19,7 +19,8 @@ echo "Found device_type $__device_type in LAVA job $JOB_FILE"
declare -A dt_aliases
dt_aliases=(
- [raspberrypi3-uboot]="bcm2837-rpi-3-b"
+ [raspberrypi3-uboot]="bcm2837-rpi-3-b-32b"
+ [bcm2837-rpi-3-b-32b]="raspberrypi3-uboot"
)
device_types=$__device_type
device_types+=" "