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>
This commit is contained in:
Pierrick Bouvier
2026-06-10 12:22:21 -07:00
parent f011b0d5d1
commit a921aabed5
2 changed files with 11 additions and 11 deletions

View File

@@ -36,9 +36,9 @@ build-system-ubuntu:
- .native_build_job_template
- .native_build_artifact_template
needs:
- job: amd64-ubuntu2204-container
- job: amd64-ubuntu2404-container
variables:
IMAGE: ubuntu2204
IMAGE: ubuntu2404
CONFIGURE_ARGS: --enable-docs --enable-rust
TARGETS: alpha-softmmu microblaze-softmmu mips64el-softmmu
MAKE_CHECK_ARGS: check-build
@@ -49,7 +49,7 @@ check-system-ubuntu:
- job: build-system-ubuntu
artifacts: true
variables:
IMAGE: ubuntu2204
IMAGE: ubuntu2404
MAKE_CHECK_ARGS: check
functional-system-ubuntu:
@@ -58,7 +58,7 @@ functional-system-ubuntu:
- job: build-system-ubuntu
artifacts: true
variables:
IMAGE: ubuntu2204
IMAGE: ubuntu2404
MAKE_CHECK_ARGS: check-functional
build-system-debian:
@@ -577,9 +577,9 @@ functional-cfi-x86_64:
tsan-build:
extends: .native_build_job_template
needs:
- job: amd64-ubuntu2204-container
- job: amd64-ubuntu2404-container
variables:
IMAGE: ubuntu2204
IMAGE: ubuntu2404
CONFIGURE_ARGS: --enable-tsan --cc=clang --cxx=clang++
--enable-trace-backends=ust --disable-slirp
TARGETS: x86_64-softmmu ppc64-softmmu riscv64-softmmu x86_64-linux-user
@@ -591,10 +591,10 @@ tsan-build:
gcov:
extends: .native_build_job_template
needs:
- job: amd64-ubuntu2204-container
- job: amd64-ubuntu2404-container
timeout: 80m
variables:
IMAGE: ubuntu2204
IMAGE: ubuntu2404
CONFIGURE_ARGS: --enable-gcov
TARGETS: aarch64-softmmu ppc64-softmmu s390x-softmmu x86_64-softmmu
MAKE_CHECK_ARGS: check-unit check-softfloat

View File

@@ -13,10 +13,10 @@ amd64-debian-container:
variables:
NAME: debian
amd64-ubuntu2204-container:
amd64-ubuntu2404-container:
extends: .container_job_template
variables:
NAME: ubuntu2204
NAME: ubuntu2404
amd64-opensuse-leap-container:
extends: .container_job_template
@@ -58,7 +58,7 @@ weekly-container-builds:
# containers
- amd64-alpine-container
- amd64-debian-container
- amd64-ubuntu2204-container
- amd64-ubuntu2404-container
- amd64-opensuse-leap-container
- python-container
- amd64-fedora-rust-nightly-container