On Tue, Jun 29, 2021 at 10:26 PM Cleber Rosa <cr...@redhat.com> wrote: > > To run basic jobs on custom runners, the environment needs to be > properly set up. The most common requirement is having the right > packages installed. > > The playbook introduced here covers the QEMU's project s390x and > aarch64 machines. At the time this is being proposed, those machines > have already had this playbook applied to them. > > Signed-off-by: Cleber Rosa <cr...@redhat.com> > --- > docs/devel/ci.rst | 40 +++++++++ > scripts/ci/setup/.gitignore | 2 + > scripts/ci/setup/build-environment.yml | 116 +++++++++++++++++++++++++ > scripts/ci/setup/inventory.template | 1 + > 4 files changed, 159 insertions(+) > create mode 100644 scripts/ci/setup/.gitignore > create mode 100644 scripts/ci/setup/build-environment.yml > create mode 100644 scripts/ci/setup/inventory.template >
Ran the playbook and built QEMU for testing without problems. Reviewed-by: Willian Rampazzo <willi...@redhat.com> Tested-by: Willian Rampazzo <willi...@redhat.com>