aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2024-04-26 10:25:52 +0200
committerDaniel P. Berrangé <dan-gitlab@berrange.com>2024-04-29 11:05:02 +0000
commit3a13c4928295ed692a79e820604f792cd835f8a6 (patch)
treea4cbe94b3a67a6312a5411811e460dc1bac2cca8
parent129dd398329805f613759108cd3723b2a8370e64 (diff)
downloadlibvirt-ci-3a13c4928295ed692a79e820604f792cd835f8a6.zip
libvirt-ci-3a13c4928295ed692a79e820604f792cd835f8a6.tar.gz
libvirt-ci-3a13c4928295ed692a79e820604f792cd835f8a6.tar.bz2
gitlab: Switch from testing on Ubuntu 20.04 to 24.04
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
-rw-r--r--.gitlab-ci.yml12
l---------ci/gitlab/all_mappings_prep_env/ubuntu-2404-prep.sh (renamed from ci/gitlab/all_mappings_prep_env/ubuntu-2004-prep.sh)0
2 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a29a9dc..ff8d3d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -343,16 +343,16 @@ x86_64-check-opensuse-tumbleweed:
IMAGE: registry.opensuse.org/opensuse/tumbleweed:latest
NAME: opensuse-tumbleweed
-x86_64-check-ubuntu-2004:
+x86_64-check-ubuntu-2204:
extends: .check_container_template
variables:
<<: *apt_dry_run_command
- IMAGE: docker.io/library/ubuntu:20.04
- NAME: ubuntu-2004
+ IMAGE: docker.io/library/ubuntu:22.04
+ NAME: ubuntu-2204
-x86_64-check-ubuntu-2204:
+x86_64-check-ubuntu-2404:
extends: .check_container_template
variables:
<<: *apt_dry_run_command
- IMAGE: docker.io/library/ubuntu:22.04
- NAME: ubuntu-2204
+ IMAGE: docker.io/library/ubuntu:24.04
+ NAME: ubuntu-2404
diff --git a/ci/gitlab/all_mappings_prep_env/ubuntu-2004-prep.sh b/ci/gitlab/all_mappings_prep_env/ubuntu-2404-prep.sh
index 87e6cd9..87e6cd9 120000
--- a/ci/gitlab/all_mappings_prep_env/ubuntu-2004-prep.sh
+++ b/ci/gitlab/all_mappings_prep_env/ubuntu-2404-prep.sh