-
Notifications
You must be signed in to change notification settings - Fork 107
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
test/simplified-installer: fix yq installation on rhel8 #3378
Conversation
Could you make the commit message a bit more verbose, explain why it needs to be pinned? |
forgot to add this to the commit message |
Basically use the latest 3.2.1 version because of kislyuk/yq#165 Signed-off-by: Antonio Murdaca <runcom@linux.com>
not sure what's happening with the c9s test (cc @henrywang) |
this is still needed to avoid breakages in the future by pinning version - notice main PRs are now passing as they're getting the new version from pip |
There was a problem with gpg2 defaults that was reverted, but doesn't seem to have made it into whatever packit uses to run things. https://bugzilla.redhat.com/show_bug.cgi?id=2070722 |
The failure on cs9 is because the fdouser was not created when ansible try to run check with fdouser, then I logon the target vm, and found that the fdouser is created after a few minutes.
I'm not sure why it's taking longer than before to create this fdouser on cs9, but I will add a check in script to wait for this user to present. |
Take a look at the logs, it's filled with entries like:
So I would bet that's causing other strange problems. |
Basically pulls in kislyuk/yq#165 to fix the installation issue
This pull request includes: