[PATCH 0/5] scripts/ci: update build environment playbooks

Paolo Bonzini posted 5 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230119154145.471156-1-pbonzini@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
.../org.centos/stream/8/build-environment.yml | 38 ++++++++++--
.../ci/org.centos/stream/8/x86_64/configure   |  1 +
scripts/ci/setup/build-environment.yml        | 59 +++++++++++++++++--
3 files changed, 90 insertions(+), 8 deletions(-)
[PATCH 0/5] scripts/ci: update build environment playbooks
Posted by Paolo Bonzini 1 year, 3 months ago
This series cleans up and updates the Ansible playbooks in scripts/ci,
with the aim of enabling Python 3.8 in the custom CentOS runner.
This is the first step towards bumping the minimum required version
of Python past 3.6, because the custom runner has to be updated manually
by Cleber unlike the containers in tests/docker/dockerfiles.

The patches comprise other changes than just updating Python 3.8:
- small cleanups (patch 1)
- support CentOS Stream 8 (patch 2)
- make the playbook actually work (patch 3)
- do not force me to test two different sets of packages :) (patch 4)

Paolo Bonzini (5):
  scripts/ci: remove unnecessary checks from CentOS playbook
  scripts/ci: support CentOS Stream 8 in build-environment.yaml
  scripts/ci: add capstone development packages
  scripts/ci: unify package lists for CentOS in build-environment files
  scripts/ci: bump CentOS Python to 3.8

 .../org.centos/stream/8/build-environment.yml | 38 ++++++++++--
 .../ci/org.centos/stream/8/x86_64/configure   |  1 +
 scripts/ci/setup/build-environment.yml        | 59 +++++++++++++++++--
 3 files changed, 90 insertions(+), 8 deletions(-)

-- 
2.38.1