ci-platform-jjb: enable CIBT for qemuarm64 02/21502/2
authorCorentin LABBE <clabbe@baylibre.com>
Wed, 5 Jun 2019 14:05:42 +0000 (16:05 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Fri, 7 Jun 2019 09:06:19 +0000 (11:06 +0200)
Since releng-script now support qemuarm64, and that build prroduce
bootable arm64 kernel, we can enable CIBT for arm64.

Bug-AGL: SPEC-2376
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Change-Id: Ic4776799065f363f2754b6952e51f5216b133323

jjb/ci-AGL-verify/ci-platform-jjb.yaml
jjb/common/include-agl-run-test-prepare.sh

index 59eb30e..1e04b3a 100644 (file)
               current-parameters: true
               #abort-all-job: true
               kill-phase-on: FAILURE
+            - name: 'ci-platform-{project}-verify-CIBT-qemuarm64'
+              current-parameters: true
+              #abort-all-job: true
+              kill-phase-on: FAILURE
             - name: 'ci-platform-{project}-verify-CIBT-m3ulcb-nogfx'
               current-parameters: true
               #abort-all-job: true
index 5a68ab6..9bbb679 100644 (file)
@@ -28,6 +28,7 @@ declare -A agl_lava_releng_aliases
 agl_lava_releng_aliases=(
     [raspberrypi3]="bcm2837-rpi-3-b-32;raspberrypi3"
     [qemux86-64]="qemu;qemux86-64"
+    [qemuarm64]="qemu;qemuarm64"
     [m3ulcb-nogfx]="r8a7796-m3ulcb;m3ulcb"
     [porter-nogfx]="renesas-porter;porter"
     [dra7xx-evm]="dra7-evm;dra7xx-evm"