Re: [PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

2023-03-07 Thread Stefano Stabellini
On Tue, 7 Mar 2023, Marek Marczykowski-Górecki wrote: > On Mon, Mar 06, 2023 at 03:02:51PM -0800, Stefano Stabellini wrote: > > On Mon, 6 Mar 2023, Andrew Cooper wrote: > > > On 03/03/2023 11:57 pm, Stefano Stabellini wrote: > > > > + only: > > > > +variables: > > > > + - $XILINX_JOBS ==

Re: [PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

2023-03-07 Thread Marek Marczykowski-Górecki
On Mon, Mar 06, 2023 at 03:02:51PM -0800, Stefano Stabellini wrote: > On Mon, 6 Mar 2023, Andrew Cooper wrote: > > On 03/03/2023 11:57 pm, Stefano Stabellini wrote: > > > + only: > > > +variables: > > > + - $XILINX_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true" > > > > We don't wan

Re: [PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

2023-03-06 Thread Stefano Stabellini
On Mon, 6 Mar 2023, Michal Orzel wrote: > Hi Stefano, > > On 04/03/2023 00:57, Stefano Stabellini wrote: > > > > > > From: Stefano Stabellini > > > > The test prepares dom0 and domU binaries and boot artifacts, similarly > > to the existing QEMU test. (TBD: share preparation steps with the > >

Re: [PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

2023-03-06 Thread Stefano Stabellini
On Mon, 6 Mar 2023, Andrew Cooper wrote: > On 03/03/2023 11:57 pm, Stefano Stabellini wrote: > > + only: > > +variables: > > + - $XILINX_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true" > > We don't want to protect every branch of a tree that only a select > number of people can push

Re: [PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

2023-03-06 Thread Andrew Cooper
On 03/03/2023 11:57 pm, Stefano Stabellini wrote: > + only: > +variables: > + - $XILINX_JOBS == "true" && $CI_COMMIT_REF_PROTECTED == "true" We don't want to protect every branch of a tree that only a select number of people can push to, nor (for this, or others configured with the runne

Re: [PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

2023-03-06 Thread Michal Orzel
Hi Stefano, On 04/03/2023 00:57, Stefano Stabellini wrote: > > > From: Stefano Stabellini > > The test prepares dom0 and domU binaries and boot artifacts, similarly > to the existing QEMU test. (TBD: share preparation steps with the > regular QEMU tests.) > > However, instead of running the t

[PATCH v2 2/2] automation: introduce a dom0less test run on Xilinx hardware

2023-03-03 Thread Stefano Stabellini
From: Stefano Stabellini The test prepares dom0 and domU binaries and boot artifacts, similarly to the existing QEMU test. (TBD: share preparation steps with the regular QEMU tests.) However, instead of running the test inside QEMU as usual, it copies the binaries to the tftp server root, trigge