Skip to content

project_map: stop using mdns to access services

Mark Janes requested to merge majanes/mesa_ci:fqdn into master

Avahi incurs a 10s delay when resolving local addresses, from a docker container. A workaround is to use host networking for the docker container, which is the case for the conformance containers.

Instead, use regular dns. Dnsmasq is configured to serve dns lookups for all servers that are part of mesa ci.

Merge request reports