summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Grall <julien.grall@linaro.org>2015-01-23 16:07:29 +0000
committerJulien Grall <julien.grall@linaro.org>2015-01-23 16:07:29 +0000
commitb3a52542e073c0135eb637946b530e2a6258f8fa (patch)
tree17f7c0c996f7892c99843e4c051cd21164d5169a
parent99e4307f39c89602a3921f46e5db0528df325726 (diff)
test-guest: Update backup vexpress image for arm32
-rwxr-xr-xlava/scripts/test-guest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lava/scripts/test-guest.sh b/lava/scripts/test-guest.sh
index 37182b4..b58f0c9 100755
--- a/lava/scripts/test-guest.sh
+++ b/lava/scripts/test-guest.sh
@@ -44,8 +44,8 @@ case `uname -m` in
ROOTFS_BUILD_DATE=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-armhf-hwpacks/hwpack=vexpress,label=build/lastSuccessfulBuild/buildTimestamp?format=yyyyMMdd`
ROOTFS_BUILD_FILENAME="vexpress-${ROOTFS_BUILD_SUITE}_nano_$ROOTFS_BUILD_DATE-$ROOTFS_BUILD_NUMBER.img"
ROOTFS_BUILD_URL="https://snapshots.linaro.org/ubuntu/pre-built/vexpress/$ROOTFS_BUILD_NUMBER/$ROOTFS_BUILD_FILENAME.gz"
- BACKUP_URL=https://snapshots.linaro.org/ubuntu/pre-built/vexpress/697/vexpress-utopic_nano_20141121-697.img.gz
- BACKUP_FILENAME=vexpress-utopic_nano_20141121-697.img
+ BACKUP_URL=https://snapshots.linaro.org/ubuntu/pre-built/vexpress/707/vexpress-utopic_nano_20150117-707.img.gz
+ BACKUP_FILENAME=vexpress-utopic_nano_20150117-707.img
;;
aarch64)
ROOTFS_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-arm64-rootfs/label=build,rootfs=nano/lastSuccessfulBuild/buildNumber`