Re: [ovs-dev] [PATCH ovn 2/3] ci: Use container to run the tests

2023-04-21 Thread Dumitru Ceara
On 4/21/23 15:22, Ales Musil wrote: > On Fri, Apr 21, 2023 at 3:09 PM Dumitru Ceara wrote: > >> On 4/17/23 16:47, Ales Musil wrote: >>> Move the ci.sh script into .ci folder >>> and remove the linux-prepare.sh as it >>> is no longer needed with all the requirements >>> installed in container.

Re: [ovs-dev] [PATCH ovn 2/3] ci: Use container to run the tests

2023-04-21 Thread Ales Musil
On Fri, Apr 21, 2023 at 3:09 PM Dumitru Ceara wrote: > On 4/17/23 16:47, Ales Musil wrote: > > Move the ci.sh script into .ci folder > > and remove the linux-prepare.sh as it > > is no longer needed with all the requirements > > installed in container. > > > > Signed-off-by: Ales Musil > > ---

Re: [ovs-dev] [PATCH ovn 2/3] ci: Use container to run the tests

2023-04-21 Thread Dumitru Ceara
On 4/17/23 16:47, Ales Musil wrote: > Move the ci.sh script into .ci folder > and remove the linux-prepare.sh as it > is no longer needed with all the requirements > installed in container. > > Signed-off-by: Ales Musil > --- > {utilities/containers => .ci}/ci.sh | 0 > .ci/linux-prepare.sh

[ovs-dev] [PATCH ovn 2/3] ci: Use container to run the tests

2023-04-17 Thread Ales Musil
Move the ci.sh script into .ci folder and remove the linux-prepare.sh as it is no longer needed with all the requirements installed in container. Signed-off-by: Ales Musil --- {utilities/containers => .ci}/ci.sh | 0 .ci/linux-prepare.sh| 21 ---