Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

Makefile: Add a workaround for deploying custom device type #105

Closed pfalcon closed 4 years ago

pfalcon commented 4 years ago

When we set a template for custom device type with "lavacli device-types template set" command, it ends up in one container on docker-compose system, but actually also expected in others. This is a known upstream issue tracked as https://git.lavasoftware.org/lava/pkg/docker-compose/-/issues/4.

We work it around for now by pushing the file manually to "another" container. Currently, this applies to "musca_a" device type, but care should be taken to apply the same workaround to other introduced custom device types.

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org

pfalcon commented 4 years ago

cc @erwango

pfalcon commented 4 years ago

Merging this as I tested it to have the needed effect.