Re: [ovs-dev] [PATCH ovn v3 8/8] ci: Replace clang jemalloc suite with system-test-userspace

2023-03-02 Thread Simon Horman
On Thu, Mar 02, 2023 at 09:08:51AM +0100, Ales Musil wrote: > The test with jemalloc and clang is redundant as > we are already testing jemalloc with gcc. Replace > it with system-test-userspace which runs system tests > over userspace OvS datapath. > > Tested-by: Simon Horman > Signed-off-by: Al

Re: [ovs-dev] [PATCH ovn v3 8/8] ci: Replace clang jemalloc suite with system-test-userspace

2023-03-02 Thread 0-day Robot
Bleep bloop. Greetings Ales Musil, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 81 characters long (recommended limit is 79) #28 FILE: .github/workflows/test.ym

[ovs-dev] [PATCH ovn v3 8/8] ci: Replace clang jemalloc suite with system-test-userspace

2023-03-02 Thread Ales Musil
The test with jemalloc and clang is redundant as we are already testing jemalloc with gcc. Replace it with system-test-userspace which runs system tests over userspace OvS datapath. Tested-by: Simon Horman Signed-off-by: Ales Musil --- v3: rebase on top of current main. --- .github/workflows/te