aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-07 13:59:49 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-11-07 13:59:49 +0000
commitbe498bcfdd7c0c2a3e47de0d8f6a04d9ef455662 (patch)
treed88aeea4590e12ab1ced890ec85c6db1e8a5a0ef /jjb/common
parent7052f32b296da58515cd5bdde122ae91aaece2aa (diff)
parent398d00176c87bbd989bb933de5ab85554fc94d4f (diff)
Merge "Lava jobs update raspberrypi3 device_type name"
Diffstat (limited to 'jjb/common')
-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+=" "