[libvirt PATCH 0/2] ci: Refresh, add Ubuntu 22.04

Andrea Bolognani posted 2 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220506080329.426017-1-abologna@redhat.com
ci/containers/ubuntu-2204.Dockerfile | 101 +++++++++++++++++++++++++++
ci/gitlab.yml                        |  18 ++++-
ci/manifest.yml                      |   2 +
3 files changed, 120 insertions(+), 1 deletion(-)
create mode 100644 ci/containers/ubuntu-2204.Dockerfile
[libvirt PATCH 0/2] ci: Refresh, add Ubuntu 22.04
Posted by Andrea Bolognani 1 year, 11 months ago
Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/532731034

Andrea Bolognani (2):
  ci: Refresh configuration
  ci: Add Ubuntu 22.04

 ci/containers/ubuntu-2204.Dockerfile | 101 +++++++++++++++++++++++++++
 ci/gitlab.yml                        |  18 ++++-
 ci/manifest.yml                      |   2 +
 3 files changed, 120 insertions(+), 1 deletion(-)
 create mode 100644 ci/containers/ubuntu-2204.Dockerfile

-- 
2.35.1

Re: [libvirt PATCH 0/2] ci: Refresh, add Ubuntu 22.04
Posted by Michal Prívozník 1 year, 11 months ago
On 5/6/22 10:03, Andrea Bolognani wrote:
> Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/532731034
> 
> Andrea Bolognani (2):
>   ci: Refresh configuration
>   ci: Add Ubuntu 22.04
> 
>  ci/containers/ubuntu-2204.Dockerfile | 101 +++++++++++++++++++++++++++
>  ci/gitlab.yml                        |  18 ++++-
>  ci/manifest.yml                      |   2 +
>  3 files changed, 120 insertions(+), 1 deletion(-)
>  create mode 100644 ci/containers/ubuntu-2204.Dockerfile
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal