aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-14 18:08:07 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-14 18:08:07 +0100
commit6bc93a640c86d530d0e8d58ab5fe784e5bab64e0 (patch)
tree977b44b9b8d4c2390c424fb984015ff871caab35
parente80270f62c3b6eb360ed82aa56de9903bf244743 (diff)
Use snapshot SDK for application CI jobs on halibut
We can use the latest SDK snapshot on halibut now. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ic21d6c572bfc29e64dd8472b2022215ed4905d32
-rw-r--r--jjb/common/include-apps-fetch-install-sdk.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh
index 10a61e66..5bcd4611 100644
--- a/jjb/common/include-apps-fetch-install-sdk.sh
+++ b/jjb/common/include-apps-fetch-install-sdk.sh
@@ -28,6 +28,10 @@ SDKBASEURL="http://mirror.automotivelinux.org/AGL/release/${AGLBRANCH}/latest/${
if test x"master" = x"$AGLBRANCH" ; then
SDKBASEURL="http://mirror.automotivelinux.org/AGL/snapshots/master/latest/${TARGETSDKMACHINE}/deploy/sdk/"
fi
+if test x"halibut" = x"$AGLBRANCH" ; then
+ SDKBASEURL="http://mirror.automotivelinux.org/AGL/snapshots/halibut/latest/${TARGETSDKMACHINE}/deploy/sdk/"
+fi
+
# special case for dab
if test x"dab" = x"$AGLBRANCH" ; then
if test x"qemuarm64" = x"$TARGETSDKMACHINE"; then