Hi Stefano, On 04/03/2023 00:57, Stefano Stabellini wrote: > > > From: Stefano Stabellini <stefano.stabell...@amd.com> > > This container is only run on the controller PC (x86) to trigger the > test on a connected Xilinx ZCU102 physical board. > > Signed-off-by: Stefano Stabellini <stefano.stabell...@amd.com> > --- > .../build/ubuntu/xenial-xilinx.dockerfile | 25 +++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 automation/build/ubuntu/xenial-xilinx.dockerfile > > diff --git a/automation/build/ubuntu/xenial-xilinx.dockerfile > b/automation/build/ubuntu/xenial-xilinx.dockerfile > new file mode 100644 > index 0000000000..7e4f5d6605 > --- /dev/null > +++ b/automation/build/ubuntu/xenial-xilinx.dockerfile > @@ -0,0 +1,25 @@ > +FROM ubuntu:16.04 > +LABEL maintainer.name="The Xen Project " \ > + maintainer.email="xen-devel@lists.xenproject.org" > + > +ENV DEBIAN_FRONTEND=noninteractive > +ENV USER root > + > +RUN mkdir /build > +WORKDIR /build > + > +# build depends This comment is a bit misleading given the usage of this container. Something like "board bringup depends" would be better and it would make clear why we have this container.
Apart from that: Reviewed-by: Michal Orzel <michal.or...@amd.com> ~Michal