Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel builds failing due to conflicting Jaeger port allocations #45

Open
rbreslow opened this issue Dec 2, 2019 · 4 comments
Open

Comments

@rbreslow
Copy link
Contributor

rbreslow commented Dec 2, 2019

We should consider migrating port bindings from docker-compose.yml to a new docker-compose.override.yml file so that we do not allocate a port in CI, or consider removing the dependency between the API service and Jaeger.

See: http://jenkins.staging.rasterfoundry.com/job/Granary/job/granary/job/master/1/console

@jisantuc
Copy link
Contributor

Similarly, postgres ports conflict. Overrides seems great.

@rbreslow
Copy link
Contributor Author

@jisantuc If this is something you want to take on your own (because it's pretty easy) https://github.com/azavea/fieldscope/blob/develop/docker-compose.override.yml is a pretty good model. Then you can just remove the port bindings from the regular docker-compose.yml file.

Otherwise, we can register it on our radar again.

@jisantuc
Copy link
Contributor

I think I can handle it on my own at some point but I don't know the next time I'll be in Granary. I don't think it's urgent. You can keep it off your radar.

@jisantuc
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants