Browse Source

Merge pull request #457 from kacf/new_build_hosts

test: Upgrade to new build hosts.
automatic_bootstrap_artifact
Kristian Amlie 2 years ago
committed by GitHub
parent
commit
66b2d2004f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .gitlab-ci.yml
  2. 2
      tests/mender-image-tests

10
.gitlab-ci.yml

@ -92,9 +92,9 @@ build:
needs:
- job: build
artifacts: true
image: ubuntu:18.04
image: ubuntu:22.04
services:
- docker:19.03-dind
- docker:dind
tags:
- mender-qa-slave
before_script:
@ -142,9 +142,9 @@ convert_raspbian_raspberrypi4:
needs:
- job: build
artifacts: true
image: ubuntu:18.04
image: ubuntu:22.04
services:
- docker:19.03-dind
- docker:dind
tags:
- mender-qa-slave
timeout: 2h
@ -153,7 +153,7 @@ convert_raspbian_raspberrypi4:
- apt update
- apt install -qyy bash wget git util-linux mtools python3 python3-pip
gcc python3-dev libffi-dev liblzo2-dev libc-dev libssl-dev make sudo
awscli unzip qemu-system-x86 ovmf curl docker.io s3cmd
awscli unzip qemu-system-x86 ovmf curl docker.io s3cmd fdisk
# Python3 dependencies
- python3 -m pip install -U pip
- pip3 install --ignore-installed -r https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance/requirements_py3.txt

2
tests/mender-image-tests

@ -1 +1 @@
Subproject commit 1d7612061138d9102ffb6a86ef362565a0e18937
Subproject commit 43385d2db58224a12e36d1cd63c3b6057f4e6809
Loading…
Cancel
Save