[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 08/14] tests/docker: Update the tricore container to debian 10
From: |
Alex Bennée |
Subject: |
[PULL 08/14] tests/docker: Update the tricore container to debian 10 |
Date: |
Fri, 2 Oct 2020 12:36:39 +0100 |
From: Thomas Huth <thuth@redhat.com>
We do not support Debian 9 anymore, thus update the Tricore container
to Debian 10 now.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200921174320.46062-4-thuth@redhat.com>
Message-Id: <20200925154027.12672-12-alex.bennee@linaro.org>
diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
index 6769eef0ff..089cea7c14 100644
--- a/.gitlab-ci.d/containers.yml
+++ b/.gitlab-ci.d/containers.yml
@@ -210,7 +210,7 @@ sparc64-debian-cross-container:
tricore-debian-cross-container:
<<: *container_job_definition
stage: containers-layer2
- needs: ['amd64-debian9-container']
+ needs: ['amd64-debian10-container']
variables:
NAME: debian-tricore-cross
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index 75704268ff..02ec92830b 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -137,7 +137,7 @@ docker-image-debian-sparc64-cross: docker-image-debian10
docker-image-travis: NOUSER=1
# Specialist build images, sometimes very limited tools
-docker-image-debian-tricore-cross: docker-image-debian9
+docker-image-debian-tricore-cross: docker-image-debian10
docker-image-debian-all-test-cross: docker-image-debian10
docker-image-debian-arm64-test-cross: docker-image-debian11
diff --git a/tests/docker/dockerfiles/debian-tricore-cross.docker
b/tests/docker/dockerfiles/debian-tricore-cross.docker
index 769d95c77b..985925134c 100644
--- a/tests/docker/dockerfiles/debian-tricore-cross.docker
+++ b/tests/docker/dockerfiles/debian-tricore-cross.docker
@@ -7,7 +7,7 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
-FROM qemu/debian9
+FROM qemu/debian10
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
--
2.20.1
- [PULL 01/14] migration: Silence compiler warning in global_state_store_running(), (continued)
- [PULL 01/14] migration: Silence compiler warning in global_state_store_running(), Alex Bennée, 2020/10/02
- [PULL 02/14] travis.yml: Drop the default softmmu builds, Alex Bennée, 2020/10/02
- [PULL 06/14] tests/docker: Use Fedora containers for MinGW cross-builds in the gitlab-CI, Alex Bennée, 2020/10/02
- [PULL 04/14] travis.yml: Drop the superfluous Python 3.6 build, Alex Bennée, 2020/10/02
- [PULL 09/14] shippable.yml: Remove the Debian9-based MinGW cross-compiler tests, Alex Bennée, 2020/10/02
- [PULL 11/14] gitlab-ci: Increase the timeout for the cross-compiler builds, Alex Bennée, 2020/10/02
- [PULL 03/14] travis.yml: Update Travis to use Bionic and Focal instead of Xenial, Alex Bennée, 2020/10/02
- [PULL 12/14] configure: Bump the minimum required Python version to 3.6, Alex Bennée, 2020/10/02
- [PULL 05/14] travis.yml: Drop the Python 3.5 build, Alex Bennée, 2020/10/02
- [PULL 10/14] tests/docker: Remove old Debian 9 containers, Alex Bennée, 2020/10/02
- [PULL 08/14] tests/docker: Update the tricore container to debian 10,
Alex Bennée <=
- [PULL 13/14] gitlab: move linux-user plugins test across to gitlab, Alex Bennée, 2020/10/02
- [PULL 07/14] gitlab-ci: Remove the Debian9-based containers and containers-layer3, Alex Bennée, 2020/10/02
- [PULL 14/14] gitlab: split deprecated job into build/check stages, Alex Bennée, 2020/10/02
- Re: [PULL 00/14] testing updates (python, plugins), Peter Maydell, 2020/10/02