Re: [libvirt PATCH 4/5] ci: Add a new integration job template for the upstream QEMU scenario

2022-05-11 Thread Daniel P . Berrangé
On Wed, May 11, 2022 at 04:36:48PM +0200, Erik Skultety wrote: > On Wed, May 11, 2022 at 03:03:18PM +0100, Daniel P. Berrangé wrote: > > On Fri, May 06, 2022 at 05:35:19PM +0200, Erik Skultety wrote: > > > YAML anchors don't work with Shell conditions structures, so we cannot > > > simply pull in

Re: [libvirt PATCH 4/5] ci: Add a new integration job template for the upstream QEMU scenario

2022-05-11 Thread Erik Skultety
On Wed, May 11, 2022 at 03:03:18PM +0100, Daniel P. Berrangé wrote: > On Fri, May 06, 2022 at 05:35:19PM +0200, Erik Skultety wrote: > > YAML anchors don't work with Shell conditions structures, so we cannot > > simply pull in the QEMU build template conditionally like we do for > > the other

Re: [libvirt PATCH 4/5] ci: Add a new integration job template for the upstream QEMU scenario

2022-05-11 Thread Daniel P . Berrangé
On Fri, May 06, 2022 at 05:35:19PM +0200, Erik Skultety wrote: > YAML anchors don't work with Shell conditions structures, so we cannot > simply pull in the QEMU build template conditionally like we do for > the other anchors. Instead we have to 'subclass' the .integration_tests > template and

[libvirt PATCH 4/5] ci: Add a new integration job template for the upstream QEMU scenario

2022-05-06 Thread Erik Skultety
YAML anchors don't work with Shell conditions structures, so we cannot simply pull in the QEMU build template conditionally like we do for the other anchors. Instead we have to 'subclass' the .integration_tests template and inject the QEMU building bits. Signed-off-by: Erik Skultety ---