Re: [libvirt PATCH 1/5] ci: Separate the integration job template to a separate file

2022-05-11 Thread Daniel P . Berrangé
On Fri, May 06, 2022 at 05:35:16PM +0200, Erik Skultety wrote: > Future patches will do more code extraction to the template using YAML > anchors so it's better that templates would live separately from the > job definitions. > > Signed-off-by: Erik Skultety > --- > ci/integration-template.yml |

[libvirt PATCH 1/5] ci: Separate the integration job template to a separate file

2022-05-06 Thread Erik Skultety
Future patches will do more code extraction to the template using YAML anchors so it's better that templates would live separately from the job definitions. Signed-off-by: Erik Skultety --- ci/integration-template.yml | 52 +++ ci/integration.yml | 54 ++-