Browse Source
Upgrade Ubuntu Raspberry Pi test image.
Changelog: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
change-dependabot-prefix
Kristian Amlie
3 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
1 changed files with
1 additions and
1 deletions
-
scripts/test/run-tests.sh
|
@ -31,7 +31,7 @@ UBUNTU_IMAGE_URL="https://downloads.mender.io/mender-convert/images/Ubuntu-Focal |
|
|
DEBIAN_IMAGE_URL="https://downloads.mender.io/mender-convert/images/Debian-11-x86-64.img.gz" |
|
|
DEBIAN_IMAGE_URL="https://downloads.mender.io/mender-convert/images/Debian-11-x86-64.img.gz" |
|
|
|
|
|
|
|
|
## Auto-update |
|
|
## Auto-update |
|
|
UBUNTU_SERVER_RPI_IMAGE_URL="http://cdimage.ubuntu.com/ubuntu/releases/20.04/release/ubuntu-20.04.3-preinstalled-server-armhf+raspi.img.xz" |
|
|
UBUNTU_SERVER_RPI_IMAGE_URL="http://cdimage.ubuntu.com/ubuntu/releases/20.04/release/ubuntu-20.04.4-preinstalled-server-armhf+raspi.img.xz" |
|
|
|
|
|
|
|
|
# Keep common function declarations in separate utils script |
|
|
# Keep common function declarations in separate utils script |
|
|
UTILS_PATH=${0/$(basename $0)/test-utils.sh} |
|
|
UTILS_PATH=${0/$(basename $0)/test-utils.sh} |
|
|