mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Remove test-ci image from docker-compose configuration #354

Closed wlach closed 5 years ago

wlach commented 5 years ago

The test-ci image makes it impossible to bring up the docker-compose environment locally, since it conflicts with the "web" image. Instead, let's just run the tests inside the web image itself. All of this is only relevant inside the circle environment.

(note that this change removes the code to call codecov, but that was not active anyway)

wlach commented 5 years ago

@whd could you double check this? I noticed this when trying to debug some mission control stuff locally.

wlach commented 5 years ago

On testing, this isn't going to work properly. So frustrating. Going to try another approach, sorry for the noise.