From: Corentin LABBE Date: Tue, 23 Apr 2019 12:01:51 +0000 (+0200) Subject: jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the arch given by jenkins X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a34f55ebba499fc6f2cee391eed89aca33785f6e;p=ci-management.git jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the arch given by jenkins Jenkins use the x86-64 arch, and not x86_64 Bug-AGL: SPEC-1850 Change-Id: Ia2f7b867d4a482f2cc6cfcfa3415c0151b1b1acc Signed-off-by: Corentin LABBE --- diff --git a/jjb/common/include-agl-app-run-test-short.sh b/jjb/common/include-agl-app-run-test-short.sh index e26cb604..6349dad7 100644 --- a/jjb/common/include-agl-app-run-test-short.sh +++ b/jjb/common/include-agl-app-run-test-short.sh @@ -19,7 +19,7 @@ case $TARGETARCH in arm) CREATE_ARGS+="--machine qemuarm " ;; -x86_64) +x86-64) CREATE_ARGS+="--machine qemux86_64 " ;; aarch64)