From 398d00176c87bbd989bb933de5ab85554fc94d4f Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Tue, 7 Nov 2017 14:19:05 +0100 Subject: 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 --- jjb/common/include-agl-lava-jobs-submit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/common/include-agl-lava-jobs-submit.sh') 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+=" " -- cgit 1.2.3-korg