Cristian Le

Results 893 comments of Cristian Le
trafficstars

I am not sure why Rhel9 build is failing. I can't seem to debug it to check if the tmp folder includes `.git_archival.txt`. Any ideas on how to debug that?

Seems like the error message in the JsonSchemaValidator is different on the other distros: ``` [31mFailed to load step data for DiscoverFmfStepData: Field 'DiscoverFmfStepData:ref' must be a string, 'int' found....

Aah, I misunderstood the situation. You mean the `+` would add the value to all of the items in the list. It feels very error prone, e.g. when you change...

Ok, this should be ok for this PR. @psss can someone look into the testing-farm failures? They are in the integration test and it should just need a more relaxed...

@lukaszachy , @psss Ok, with this Epel 9 is fixed. Thanks to Nikola from packit for debugging the issue. I've also expanded the github tests, can someone trigger them? I've...

@lukaszachy, @psss, @happz Review for this one please?

If you have a list like: ```yaml /B: discover+: - filter: tier:2 ``` Then the current implementation applies and you get: ```yaml /B: discover: - how: fmf url: https://github.com/project1 -...

There is no special treatment for `filter`, `tests`, etc. All are just yaml fields. There is just some magic on top of it for handling operators, path, inheritance, etc. to...

Oh, I need to rebase (after #215), need anything else than that?