[PATCH v2 0/5] tests: update ubuntu2204 to ubuntu2404

Pierrick Bouvier posted 5 patches 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260610192222.2709135-1-pierrick.bouvier@oss.qualcomm.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Ilya Maximets <i.maximets@ovn.org>, Jason Wang <jasowang@redhat.com>
.gitlab-ci.d/buildtest.yml                       | 16 ++++++++--------
.gitlab-ci.d/containers.yml                      |  6 +++---
docs/devel/testing/main.rst                      |  4 ++--
net/af-xdp.c                                     |  2 +-
.../{ubuntu2204.docker => ubuntu2404.docker}     | 12 ++++++++----
tests/lcitool/refresh                            |  8 +++-----
6 files changed, 25 insertions(+), 23 deletions(-)
rename tests/docker/dockerfiles/{ubuntu2204.docker => ubuntu2404.docker} (95%)
[PATCH v2 0/5] tests: update ubuntu2204 to ubuntu2404
Posted by Pierrick Bouvier 1 month, 2 weeks ago
Ubuntu 26.04 LTS is now available since April 2026.
If I followed correctly, we support latest two LTS releases, so we should be
able to update. If not, feel free to correct me :).

v2
--

- edit warning fix patch to explain in description why it's a false positive.
- edit doc patch to mention all host images s

Pierrick Bouvier (5):
  net/af-xdp.c: maybe-uninitialized warning with gcov build on
    ubuntu2404
  tests: add ubuntu 2404
  docs: update mention to ubuntu2204
  ci: update to ubuntu2404
  tests: remove ubuntu2204 container

 .gitlab-ci.d/buildtest.yml                       | 16 ++++++++--------
 .gitlab-ci.d/containers.yml                      |  6 +++---
 docs/devel/testing/main.rst                      |  4 ++--
 net/af-xdp.c                                     |  2 +-
 .../{ubuntu2204.docker => ubuntu2404.docker}     | 12 ++++++++----
 tests/lcitool/refresh                            |  8 +++-----
 6 files changed, 25 insertions(+), 23 deletions(-)
 rename tests/docker/dockerfiles/{ubuntu2204.docker => ubuntu2404.docker} (95%)

-- 
2.43.0
Re: [PATCH v2 0/5] tests: update ubuntu2204 to ubuntu2404
Posted by Pierrick Bouvier 1 month, 1 week ago
On 6/10/2026 12:22 PM, Pierrick Bouvier wrote:
> Ubuntu 26.04 LTS is now available since April 2026.
> If I followed correctly, we support latest two LTS releases, so we should be
> able to update. If not, feel free to correct me :).
> 
> v2
> --
> 
> - edit warning fix patch to explain in description why it's a false positive.
> - edit doc patch to mention all host images s
> 
> Pierrick Bouvier (5):
>   net/af-xdp.c: maybe-uninitialized warning with gcov build on
>     ubuntu2404
>   tests: add ubuntu 2404
>   docs: update mention to ubuntu2204
>   ci: update to ubuntu2404
>   tests: remove ubuntu2204 container
> 
>  .gitlab-ci.d/buildtest.yml                       | 16 ++++++++--------
>  .gitlab-ci.d/containers.yml                      |  6 +++---
>  docs/devel/testing/main.rst                      |  4 ++--
>  net/af-xdp.c                                     |  2 +-
>  .../{ubuntu2204.docker => ubuntu2404.docker}     | 12 ++++++++----
>  tests/lcitool/refresh                            |  8 +++-----
>  6 files changed, 25 insertions(+), 23 deletions(-)
>  rename tests/docker/dockerfiles/{ubuntu2204.docker => ubuntu2404.docker} (95%)
> 

This was merged into master (608ad9307d5b4797d2254ee3a4bad2bc8c8bcbae).

Regards,
Pierrick