aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/containers.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2023-02-28 19:06:37 +0000
committerAlex Bennée <alex.bennee@linaro.org>2023-03-01 10:31:46 +0000
commit171080d8913c580f67f196d3834b99fa7e234140 (patch)
tree90eba5cefb72ba5fb9f7bedce5a398574509dee4 /.gitlab-ci.d/containers.yml
parent7c7d369b33f01d3705a14c361689776de6bb5b7a (diff)
downloadqemu-171080d8913c580f67f196d3834b99fa7e234140.zip
qemu-171080d8913c580f67f196d3834b99fa7e234140.tar.gz
qemu-171080d8913c580f67f196d3834b99fa7e234140.tar.bz2
testing: update ubuntu2004 to ubuntu2204
The 22.04 LTS release has been out for almost a year now so its time to update all the remaining images to the current LTS. We can also drop some hacks we need for older clang TSAN support. We will keep the ubuntu2004 container around for those who wish to test builds on the currently still supported baseline. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230228190653.1602033-9-alex.bennee@linaro.org>
Diffstat (limited to '.gitlab-ci.d/containers.yml')
-rw-r--r--.gitlab-ci.d/containers.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
index 96d2a3b..8637a13 100644
--- a/.gitlab-ci.d/containers.yml
+++ b/.gitlab-ci.d/containers.yml
@@ -13,10 +13,10 @@ amd64-debian-container:
variables:
NAME: debian-amd64
-amd64-ubuntu2004-container:
+amd64-ubuntu2204-container:
extends: .container_job_template
variables:
- NAME: ubuntu2004
+ NAME: ubuntu2204
amd64-opensuse-leap-container:
extends: .container_job_template