Re: [ovs-dev] [PATCH ovn 0/4] Add automation to automatically build containers

2023-03-14 Thread Simon Horman
On Tue, Mar 14, 2023 at 04:12:53PM +0100, Ales Musil wrote: > On Tue, Mar 14, 2023 at 3:44 PM Simon Horman > wrote: > > > On Tue, Mar 14, 2023 at 11:53:20AM +0100, Ales Musil wrote: > > > In order to use the containers in CI add job > > > that will build the containers once every week. > > > > >

Re: [ovs-dev] [PATCH ovn 0/4] Add automation to automatically build containers

2023-03-14 Thread Ales Musil
On Tue, Mar 14, 2023 at 3:44 PM Simon Horman wrote: > On Tue, Mar 14, 2023 at 11:53:20AM +0100, Ales Musil wrote: > > In order to use the containers in CI add job > > that will build the containers once every week. > > > > The job will automatically build for arm64 > > and x86_64. > > I am

Re: [ovs-dev] [PATCH ovn 0/4] Add automation to automatically build containers

2023-03-14 Thread Simon Horman
On Tue, Mar 14, 2023 at 11:53:20AM +0100, Ales Musil wrote: > In order to use the containers in CI add job > that will build the containers once every week. > > The job will automatically build for arm64 > and x86_64. I am seeing a number of workflow job failures with this patchset applied:

Re: [ovs-dev] [PATCH ovn 0/4] Add automation to automatically build containers

2023-03-14 Thread Ales Musil
On Tue, Mar 14, 2023 at 12:15 PM Dumitru Ceara wrote: > Hi Ales, > > I added some more people explicitly in CC for visibility. > Hi Dumitru, thank you for the feedback. > On 3/14/23 11:53, Ales Musil wrote: > > In order to use the containers in CI add job > > that will build the containers

Re: [ovs-dev] [PATCH ovn 0/4] Add automation to automatically build containers

2023-03-14 Thread Dumitru Ceara
Hi Ales, I added some more people explicitly in CC for visibility. On 3/14/23 11:53, Ales Musil wrote: > In order to use the containers in CI add job > that will build the containers once every week. > > The job will automatically build for arm64 > and x86_64. > > Ales Musil (4): > CI: Add

[ovs-dev] [PATCH ovn 0/4] Add automation to automatically build containers

2023-03-14 Thread Ales Musil
In order to use the containers in CI add job that will build the containers once every week. The job will automatically build for arm64 and x86_64. Ales Musil (4): CI: Add missing packages to the container CI: Use the latest Fedora as base image CI: Add argument for the py-requirements