From: Loys Ollivier Date: Thu, 16 Nov 2017 09:28:38 +0000 (+0100) Subject: jjb/common: lava-labs-prepare: extend aliases X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b3ebe12bb6ac9690ff31d5feef7b06207b6761ce;p=ci-management.git 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 --- 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}