Browse Source

Merge pull request #169 from kacf/master

Raspbian image update.
2.1.x
Kristian Amlie 5 years ago
committed by GitHub
parent
commit
a486f274cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .gitlab-ci.yml
  2. 2
      scripts/test/run-tests.sh

8
.gitlab-ci.yml

@ -3,10 +3,14 @@ image: docker:git
variables:
DOCKER_REPOSITORY: mendersoftware/mender-convert
S3_BUCKET_NAME: mender-convert-images
# These variables are present elsewhere in the repository too. Make sure to
# search for and change them too.
MENDER_ARTIFACT_VERSION: master
MENDER_CLIENT_VERSION: master
RASPBIAN_URL: http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip
RASPBIAN_NAME: 2019-09-26-raspbian-buster-lite
# Make sure to update the link in mender-docs to the new one when changing
# this.
RASPBIAN_URL: http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2020-02-07/2020-02-05-raspbian-buster-lite.zip
RASPBIAN_NAME: 2020-02-05-raspbian-buster-lite
MENDER_IMAGE_TESTS_REV: master
DEBIAN_FRONTEND: noninteractive

2
scripts/test/run-tests.sh

@ -27,7 +27,7 @@ TINKER_IMAGE_URL="http://dlcdnet.asus.com/pub/ASUS/mb/Linux/Tinker_Board_2GB/${T
UBUNTU_IMAGE="Ubuntu-Bionic-x86-64.img"
UBUNTU_IMAGE_URL="https://d1b0l86ne08fsf.cloudfront.net/mender-convert/images/${UBUNTU_IMAGE}.gz"
UBUNTU_SERVER_RPI_IMAGE="ubuntu-18.04.3-preinstalled-server-armhf+raspi3.img"
UBUNTU_SERVER_RPI_IMAGE="ubuntu-18.04.4-preinstalled-server-armhf+raspi3.img"
UBUNTU_SERVER_RPI_IMAGE_URL="http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/${UBUNTU_SERVER_RPI_IMAGE}.xz"
# Keep common function declarations in separate utils script

Loading…
Cancel
Save