-
Kamil Trzcinski authored
This reduces number of API calls using docker-machine, since some of the data are cached. - Use `Exist` instead of `CanConnect` when acquiring machine - Cache `DockerCredentials` to not call it every time, just check the machine state with `CanConnect` (consumes one request per build) - Refactor `Use` to unconditionally allocate machine if we can't connect to existing one
Kamil Trzcinski authoredThis reduces number of API calls using docker-machine, since some of the data are cached. - Use `Exist` instead of `CanConnect` when acquiring machine - Cache `DockerCredentials` to not call it every time, just check the machine state with `CanConnect` (consumes one request per build) - Refactor `Use` to unconditionally allocate machine if we can't connect to existing one
Code owners
Assign users and groups as approvers for specific file changes. Learn more.