From: Corentin LABBE Date: Thu, 5 Mar 2020 10:13:40 +0000 (+0100) Subject: SPEC-3004: Permit to copy build artifact for raspberrpi4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F24179%2F1;p=ci-management.git SPEC-3004: Permit to copy build artifact for raspberrpi4 Even if raspberrpi4 was enabled in CIB, build artifacts are still not copied. This patch enable it for the releng querry. Bug-AGL: SPEC-3004 Change-Id: I04dbc796a7f92b1b0ef9b7e1d1d6df6c6e597ffa Signed-off-by: Corentin LABBE --- diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index d53e0ffe..56d99c8a 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -23,6 +23,7 @@ fi declare -A agl_lava_releng_aliases agl_lava_releng_aliases=( [raspberrypi3]="bcm2837-rpi-3-b-32;raspberrypi3" + [raspberrypi4]="bcm2711-rpi-4-b;raspberrypi4" [qemux86-64]="qemu;qemux86-64" [qemuarm]="qemu;qemuarm" [qemuarm64]="qemu;qemuarm64"