On 5/6/22 17:35, Erik Skultety wrote: > Since QEMU doesn't maintain a spec file in upstream, we cannot build RPM > artifacts as part of the CI as we do for libvirt. Instead of hard-coding the > build steps for QEMU though patch 3/5 pulls in QEMU's CI job template which > means we'll remain in sync if QEMU makes changes to its build process. > > Erik Skultety (5): > ci: Separate the integration job template to a separate file > ci: Break off the integration_tests template into more templates > ci: Introduce a template for upstream QEMU build > ci: Add a new integration job template for the upstream QEMU scenario > ci: Add a Fedora integration test job utilizing upstream QEMU > > ci/integration-template.yml | 98 +++++++++++++++++++++++++++++++++++++ > ci/integration.yml | 70 +++++++------------------- > 2 files changed, 116 insertions(+), 52 deletions(-) > create mode 100644 ci/integration-template.yml > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal