golemfactory / concent-deployment

Scripts and configuration for Concent deployment
5 stars 8 forks source link

Include OpenCV in the container we're using for running unit tests on the build server #168

Open dybi opened 6 years ago

dybi commented 6 years ago

Build server used for running tests should have cv2 installed, so it can be used in test mocks/autospecs.

Since we're running tests on Concent in a Docker container, it's the container that should have these libraries. The simplest way to achieve this would be to run them using the verifier container.

dybi commented 6 years ago

should be delivered with: https://github.com/golemfactory/concent/issues/566

cameel commented 6 years ago

I'm removing sync with concent label. It's only for things that should not be deployed before corresponding changes are made in concent. In this case we can add new libraries without breaking anything.

cameel commented 6 years ago

I have updated the title and the description. This issue is actually about adding OpenCV to the container since that's were we're running tests.