Re: [ovs-dev] [PATCH ovn 3/4] CI: Add argument for the py-requirements path

2023-03-14 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 has non-spaces leading whitespace #31 FILE: utilities/containers/Makefile:9:

[ovs-dev] [PATCH ovn 3/4] CI: Add argument for the py-requirements path

2023-03-14 Thread Ales Musil
In order to build the container from different working directory we need to properly specify the path to py-requirements.txt. Add ARG into the Dockerfile and into Makefile which allows us to specify the path. Signed-off-by: Ales Musil --- utilities/containers/Makefile | 5 -