Re: [libvirt PATCH 1/7] ci: integration: Extract several hidden job definitions to a script

2023-01-23 Thread Erik Skultety
On Mon, Jan 23, 2023 at 12:06:21PM +, Daniel P. Berrangé wrote: > On Fri, Jan 20, 2023 at 04:05:57PM +0100, Erik Skultety wrote: > > This will allow us to re-use the script in other scenarios like local > > executions where up until now one had to copy-paste the recipe > > line-by-line. > > >

Re: [libvirt PATCH 1/7] ci: integration: Extract several hidden job definitions to a script

2023-01-23 Thread Daniel P . Berrangé
On Fri, Jan 20, 2023 at 04:05:57PM +0100, Erik Skultety wrote: > This will allow us to re-use the script in other scenarios like local > executions where up until now one had to copy-paste the recipe > line-by-line. > > Signed-off-by: Erik Skultety > --- > ci/integration-template.yml | 36

[libvirt PATCH 1/7] ci: integration: Extract several hidden job definitions to a script

2023-01-20 Thread Erik Skultety
This will allow us to re-use the script in other scenarios like local executions where up until now one had to copy-paste the recipe line-by-line. Signed-off-by: Erik Skultety --- ci/integration-template.yml | 36 +--- ci/integration.sh | 32