aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-11-16 10:28:38 +0100
committerLoys Ollivier <lollivier@baylibre.com>2017-11-16 10:28:38 +0100
commitb3ebe12bb6ac9690ff31d5feef7b06207b6761ce (patch)
tree5ee984715a18befe583d64dfa46bc318128531e0 /jjb
parent2e31ea39d3232ac219e7f7e582f9da82dfcacd33 (diff)
jjb/common: lava-labs-prepare: extend aliases
Extend the aliases table for all existing devices, even the one not using releng. That way we can search for the correct device type in the lava labs. Change-Id: Iaaa5b66923d4ed1e302d874457af573e12384acf Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/common/include-agl-lava-labs-prepare.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/common/include-agl-lava-labs-prepare.sh b/jjb/common/include-agl-lava-labs-prepare.sh
index 07e2b5fd..3c0c73a3 100644
--- a/jjb/common/include-agl-lava-labs-prepare.sh
+++ b/jjb/common/include-agl-lava-labs-prepare.sh
@@ -36,6 +36,8 @@ agl_lava_releng_aliases=(
[raspberrypi3]="raspberrypi3-uboot;raspberrypi3"
[qemux86-64]="qemu;qemux86-64"
[m3ulcb-nogfx]="r8a7796-m3ulcb;m3ulcb"
+ [porter-nogfx]="renesas-porter;renesas-porter"
+ [dra7xx-evm]="ti-vayu-uboot;ti-vayu-uboot"
)
OFS=${IFS}