Skip to content
Snippets Groups Projects
  1. Sep 08, 2023
  2. Sep 07, 2023
  3. Sep 06, 2023
  4. Sep 01, 2023
  5. Aug 31, 2023
  6. Aug 30, 2023
  7. Aug 28, 2023
    • Paolo Bonzini's avatar
      tests/docker: add python3-tomli dependency to containers · 7ace2193
      Paolo Bonzini authored
      
      Instead of having CI pick tomli from the vendored wheel at configure
      time, place it in the containers.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      7ace2193
    • Paolo Bonzini's avatar
      Revert "tests: Use separate virtual environment for avocado" · c03f57fd
      Paolo Bonzini authored
      This reverts commit e8e4298f.
      
      ensuregroup allows to specify both the acceptable versions of avocado,
      and a locked version to be used when avocado is not installed as a system
      pacakge.  This lets us install avocado in pyvenv/ using "mkvenv.py" and
      reuse the distro package on Fedora and CentOS Stream (the only distros
      where it's available).
      
      ensuregroup's usage of "(>=..., <=...)" constraints when evaluating
      the distro package, and "==" constraints when installing it from PyPI,
      makes it possible to avoid conflicts between the known-good version and
      a package plugins included in the distro.
      
      This is because package plugins have "==" constraints on the version
      that is included in the distro, and, using "pip install avocado==88.1"
      on a venv that includes system packages will result in an error:
      
         avocado-framework-plugin-varianter-yaml-to-mux 98.0 requires avocado-framework==98.0, but you have avocado-framework 88.1 which is incompatible.
         avocado-framework-plugin-result-html 98.0 requires avocado-framework==98.0, but you have avocado-framework 88.1 which is incompatible.
      
      But at the same time, if the venv does not include a system distribution
      of avocado then we can install a known-good version and stick to LTS
      releases.
      
      Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1663
      
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      c03f57fd
    • Paolo Bonzini's avatar
      lcitool: bump libvirt-ci submodule and regenerate · dcb8541b
      Paolo Bonzini authored
      
      This brings in a newer version of the pipewire mapping, so rename it.
      
      Python 3.9 and 3.10 do not seem to work in OpenSUSE LEAP 15.5 (weird,
      because 3.9 persisted from 15.3 to 15.4) so bump the Python runtime
      version to 3.11.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      dcb8541b
    • Paolo Bonzini's avatar
      dockerfiles: bump tricore cross compiler container to Debian 11 · 87f77f58
      Paolo Bonzini authored
      
      With the release of version 12 on June 10, 2023, Debian 10 is
      not supported anymore.  Modify the cross compiler container to
      build on a newer version.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      87f77f58
  8. Aug 23, 2023
  9. Aug 22, 2023
Loading