From: Jan-Simon Möller Date: Wed, 27 Sep 2017 20:35:41 +0000 (+0200) Subject: Exempt aarch64 on dab currently. X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=6e4b7d92946533bfc14bf067598277f05513431f;p=ci-management.git Exempt aarch64 on dab currently. Change-Id: Iddf1b14e632d43e43567058ecbbdaa3bd59d4374 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh index 0dfbb474..71894956 100644 --- a/jjb/common/include-apps-fetch-install-sdk.sh +++ b/jjb/common/include-apps-fetch-install-sdk.sh @@ -24,6 +24,10 @@ if test x"chinook" = x"$AGLBRANCH" ; then SDKBASEURL="https://download.automotivelinux.org/AGL/release/chinook/latest/${TARGETSDKMACHINE}/deploy/sdk/" fi if test x"dab" = x"$AGLBRANCH" ; then + if test x"dragonboard-410c" = x"$TARGETSDKMACHINE"; then + echo "Skipping dragonboard-410c/aarch64 .... " + exit 0 + fi SDKBASEURL="https://download.automotivelinux.org/AGL/release/dab/latest/${TARGETSDKMACHINE}/deploy/sdk/" fi