Details
Description
If someone requests a specific version of mongo to download (i.e. not latest) but the upstream push or compile task fails, we currently generate a KeyError. We can handle that error better by checking if either the push or compile task succeeds and fetch the available binaries from the successful task.