Browse Source

MEN-2809: Remove Linaro image from testing.

Their download link has been broken for more than a year and a half,
it's unlikely they are going to fix it.

Changelog: None

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
(cherry picked from commit 87a86784b2)
2.4.x
Kristian Amlie 4 years ago
parent
commit
5fef42847d
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 5
      .gitlab-ci.yml
  2. 16
      scripts/test/run-tests.sh

5
.gitlab-ci.yml

@ -230,11 +230,6 @@ test_acceptance_raspberrypi:
script:
- ./scripts/test/run-tests.sh --only raspberrypi3
test_acceptance_linaro-alip:
<<: *test_acceptance
script:
- ./scripts/test/run-tests.sh --only linaro-alip
test_acceptance_beaglebone:
<<: *test_acceptance
script:

16
scripts/test/run-tests.sh

@ -26,9 +26,6 @@ BBB_DEBIAN_EMMC_IMAGE_URL="https://rcn-ee.com/rootfs/bb.org/testing/2021-02-22/b
## Auto-update
RASPBIAN_IMAGE_URL="http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2020-02-14/2020-02-13-raspbian-buster-lite.zip"
## Auto-update
TINKER_IMAGE_URL="https://dlcdnets.asus.com/pub/ASUS/mb/Linux/Tinker_Board_2GB/20190821-tinker-board-linaro-stretch-alip-v2.0.11.img.zip"
UBUNTU_IMAGE_URL="https://downloads.mender.io/mender-convert/images/Ubuntu-Bionic-x86-64.img.gz"
## Auto-update
@ -94,19 +91,6 @@ else
|| test_result=$?
fi
if [ "$1" == "--all" -o "$1" == "--only" -a "$2" == "linaro-alip" ]; then
# MEN-2809: Disabled due broken download link
#convert_and_test "linaro-alip" \
# "release-1" \
# "${TINKER_IMAGE_URL}" \
# "${TINKER_IMAGE}.img" \
# "${TINKER_IMAGE}.zip" \
# -- \
# "-k" "'not test_update'" \
# || test_result=$?
true
fi
if [ "$1" == "--all" -o "$1" == "--only" -a "$2" == "beaglebone" ]; then
wget --progress=dot:giga -N ${BBB_DEBIAN_SDCARD_IMAGE_URL} -P input/
BBB_DEBIAN_SDCARD_IMAGE_COMPRESSED="${BBB_DEBIAN_SDCARD_IMAGE_URL##*/}"

Loading…
Cancel
Save