Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
copr_test: fixes and improvements for resiliency #2
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
smoser commentedDec 14, 2017
The biggest fix here is retrying the download of yum data up to 10 times
with a backoff. This is the fix we employed in
cloud-init/tools/run-centos and have been successful with it. This retry is
done in an added 'install_packages' function.
locale. (yum would complain: Failed to set locale, defaulting to C)
being run. This allows us to see the debug statement from inside.