jenkins/kola/qemu: run update_chroot only for amd

if the test is ran for ARM64, there is no need to run `update_chroot`
since there is no SDK.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2021-10-18 19:23:01 +02:00
parent df63e60b94
commit 5c304ffac9
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -83,8 +83,10 @@ source .repo/manifests/version.txt
[ -s verify.asc ] && verify_key=--verify-key=verify.asc || verify_key=
script update_chroot \
--toolchain_boards="${BOARD}" --dev_builds_sdk="${DOWNLOAD_ROOT_SDK}"
if ! native_arm64; then
script update_chroot \
--toolchain_boards="${BOARD}" --dev_builds_sdk="${DOWNLOAD_ROOT_SDK}"
fi
mkdir -p tmp
bin/cork download-image \