[libvirt PATCH 0/2] ci: address more failing CI jobs

Daniel P. Berrangé posted 2 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230118141910.482392-1-berrange@redhat.com
ci/gitlab/builds.yml     | 64 ++++++++++++++++++++--------------------
ci/gitlab/containers.yml | 32 ++++++++++----------
ci/manifest.yml          | 31 +++++++++----------
3 files changed, 64 insertions(+), 63 deletions(-)
[libvirt PATCH 0/2] ci: address more failing CI jobs
Posted by Daniel P. Berrangé 1 year, 3 months ago

Daniel P. Berrangé (2):
  ci: treat centos-stream9 as non-gating job
  ci: remove non-existant 'containers: false' key usage

 ci/gitlab/builds.yml     | 64 ++++++++++++++++++++--------------------
 ci/gitlab/containers.yml | 32 ++++++++++----------
 ci/manifest.yml          | 31 +++++++++----------
 3 files changed, 64 insertions(+), 63 deletions(-)

-- 
2.39.0

Re: [libvirt PATCH 0/2] ci: address more failing CI jobs
Posted by Erik Skultety 1 year, 3 months ago
On Wed, Jan 18, 2023 at 02:19:08PM +0000, Daniel P. Berrangé wrote:
> 
> 
> Daniel P. Berrangé (2):
>   ci: treat centos-stream9 as non-gating job
>   ci: remove non-existant 'containers: false' key usage
> 
>  ci/gitlab/builds.yml     | 64 ++++++++++++++++++++--------------------
>  ci/gitlab/containers.yml | 32 ++++++++++----------
>  ci/manifest.yml          | 31 +++++++++----------
>  3 files changed, 64 insertions(+), 63 deletions(-)
> 
> -- 
> 2.39.0
> 
Reviewed-by: Erik Skultety <eskultet@redhat.com>