-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix normalization of hardware
key/option
#3015
Conversation
A bug was introduced in the patching adding multiple disks to testcloud plugin, and the test was missing.
@martinhoyer to my horror, I broke |
Nice catch. Thanks for the heads-up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me, but clearly I don't understand the code enough to be able to click approve with clear conscience.
@happz If you could help me understand, it would be much appreciated 🙏
I get that line 519 is merged[components.name] = []
as there is peer_index, but am not sure why merged[components.name]
is otherwise {}
. Am I looking correctly at
Line 230 in e4991dd
name=groups['name'], |
@psss @lukaszachy Could you take a look please, so we can do the release? :) |
Hm, there is missing fmf on rawhide (as it cannot be built https://kojipkgs.fedoraproject.org//work/tasks/6207/118796207/build.log) which blocks tmt. Hm, we should monitor bugzilla as well, it was opened in May :/ (https://bugzilla.redhat.com/show_bug.cgi?id=2279994) |
whoops. I wonder if teemtee/fmf#194 has something to do with it. |
|
merged:
# merged[component.name] = [] for these:
disk:
- size: 10GB
- size: 10GB
network:
- type: eth
# merged[component.name] = {} for these:
cpu:
flags:
- avs
- avs2
model: 79
device:
vendor: ...
# and merged[component.name] is whatever the value is for these:
hostname: foo.bar.com
memory: 4GB The issue was in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @happz, much appreciated!
A bug was introduced in the patching adding multiple disks to testcloud plugin, and the test was missing.
A bug was introduced in the patching adding multiple disks to testcloud plugin, and the test was missing.
Pull Request Checklist