ci: update to ubuntu2404
Reviewed-by: Philippe Mathieu-Daudé <philmd@mailo.com> Link: https://lore.kernel.org/qemu-devel/20260610192222.2709135-5-pierrick.bouvier@oss.qualcomm.com Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Pierrick Bouvier committed
Jun 10, 2026 at 12:22 UTC
a921aabed56faa2210df4346c757ef73be170504
2 files changed
+11
-11
.gitlab-ci.d/buildtest.yml
+8
-8
@@ -36,9 +36,9 @@ build-system-ubuntu:
36
- .native_build_job_template
37
- .native_build_artifact_template
38
needs:
39
- - job: amd64-ubuntu2204-container
39
+ - job: amd64-ubuntu2404-container
40
variables:
41
- IMAGE: ubuntu2204
41
+ IMAGE: ubuntu2404
42
CONFIGURE_ARGS: --enable-docs --enable-rust
43
TARGETS: alpha-softmmu microblaze-softmmu mips64el-softmmu
44
MAKE_CHECK_ARGS: check-build
@@ -49,7 +49,7 @@ check-system-ubuntu:
49
- job: build-system-ubuntu
50
artifacts: true
51
variables:
52
- IMAGE: ubuntu2204
52
+ IMAGE: ubuntu2404
53
MAKE_CHECK_ARGS: check
54
55
functional-system-ubuntu:
@@ -58,7 +58,7 @@ functional-system-ubuntu:
58
- job: build-system-ubuntu
59
artifacts: true
60
variables:
61
- IMAGE: ubuntu2204
61
+ IMAGE: ubuntu2404
62
MAKE_CHECK_ARGS: check-functional
63
64
build-system-debian:
@@ -577,9 +577,9 @@ functional-cfi-x86_64:
577
tsan-build:
578
extends: .native_build_job_template
579
needs:
580
- - job: amd64-ubuntu2204-container
580
+ - job: amd64-ubuntu2404-container
581
variables:
582
- IMAGE: ubuntu2204
582
+ IMAGE: ubuntu2404
583
CONFIGURE_ARGS: --enable-tsan --cc=clang --cxx=clang++
584
--enable-trace-backends=ust --disable-slirp
585
TARGETS: x86_64-softmmu ppc64-softmmu riscv64-softmmu x86_64-linux-user
@@ -591,10 +591,10 @@ tsan-build:
591
gcov:
592
extends: .native_build_job_template
593
needs:
594
- - job: amd64-ubuntu2204-container
594
+ - job: amd64-ubuntu2404-container
595
timeout: 80m
596
variables:
597
- IMAGE: ubuntu2204
597
+ IMAGE: ubuntu2404
598
CONFIGURE_ARGS: --enable-gcov
599
TARGETS: aarch64-softmmu ppc64-softmmu s390x-softmmu x86_64-softmmu
600
MAKE_CHECK_ARGS: check-unit check-softfloat
.gitlab-ci.d/containers.yml
+3
-3
@@ -13,10 +13,10 @@ amd64-debian-container:
13
variables:
14
NAME: debian
15
16
-amd64-ubuntu2204-container:
16
+amd64-ubuntu2404-container:
17
extends: .container_job_template
18
variables:
19
- NAME: ubuntu2204
19
+ NAME: ubuntu2404
20
21
amd64-opensuse-leap-container:
22
extends: .container_job_template
@@ -58,7 +58,7 @@ weekly-container-builds:
58
# containers
59
- amd64-alpine-container
60
- amd64-debian-container
61
- - amd64-ubuntu2204-container
61
+ - amd64-ubuntu2404-container
62
- amd64-opensuse-leap-container
63
- python-container
64
- amd64-fedora-rust-nightly-container