Re: Re: Re: [PATCH 1/3] ci: Fix upstream-qemu job definitions

2024-01-09 Thread Daniel P . Berrangé
On Tue, Jan 09, 2024 at 01:02:38AM -0800, Andrea Bolognani wrote: > On Tue, Jan 09, 2024 at 12:41:25AM -0800, Andrea Bolognani wrote: > > On Mon, Jan 08, 2024 at 09:07:33PM +0100, Peter Krempa wrote: > > > On Mon, Jan 08, 2024 at 11:43:22 +0100, Andrea Bolognani wrote: > > > > These are jobs are su

Re: Re: Re: [PATCH 1/3] ci: Fix upstream-qemu job definitions

2024-01-09 Thread Andrea Bolognani
On Tue, Jan 09, 2024 at 12:41:25AM -0800, Andrea Bolognani wrote: > On Mon, Jan 08, 2024 at 09:07:33PM +0100, Peter Krempa wrote: > > On Mon, Jan 08, 2024 at 11:43:22 +0100, Andrea Bolognani wrote: > > > These are jobs are supposed to be running tests using a QEMU > > > binary built from the latest

Re: Re: [PATCH 1/3] ci: Fix upstream-qemu job definitions

2024-01-09 Thread Andrea Bolognani
On Mon, Jan 08, 2024 at 09:07:33PM +0100, Peter Krempa wrote: > On Mon, Jan 08, 2024 at 11:43:22 +0100, Andrea Bolognani wrote: > > These are jobs are supposed to be running tests using a QEMU > > binary built from the latest upstream sources, but right now > > they're just doing the same thing as

Re: [PATCH 1/3] ci: Fix upstream-qemu job definitions

2024-01-08 Thread Peter Krempa
On Mon, Jan 08, 2024 at 11:43:22 +0100, Andrea Bolognani wrote: > These are jobs are supposed to be running tests using a QEMU > binary built from the latest upstream sources, but right now > they're just doing the same thing as the other jobs for the > target. Use the correct job templates. > > S

[PATCH 1/3] ci: Fix upstream-qemu job definitions

2024-01-08 Thread Andrea Bolognani
These are jobs are supposed to be running tests using a QEMU binary built from the latest upstream sources, but right now they're just doing the same thing as the other jobs for the target. Use the correct job templates. Signed-off-by: Andrea Bolognani --- ci/integration.yml | 4 ++-- 1 file cha