openSUSE / openSUSE-release-tools

Tools to aid in staging and release work for openSUSE/SUSE
GNU General Public License v2.0
61 stars 95 forks source link

project-installcheck.py: Honour installcheck-ignore-conflicts config + tiny cleanup #2968

Closed Vogtinator closed 1 year ago

Vogtinator commented 1 year ago

Now we have some packages in the distro which fail installcheck semi-intentionally: libstdc++6-gccX (with X < system GCC) conflicts with rpm indirectly. While this can be ignored in stagings already, this caused an issue once it's in the distro: The installcheck failure contains the release number and so it gets rebuilt all the time in the hope to make it installable again.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.02 :warning:

Comparison is base (7297d89) 28.24% compared to head (6b1a26b) 28.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2968 +/- ## ========================================== - Coverage 28.24% 28.22% -0.02% ========================================== Files 85 85 Lines 14628 14634 +6 ========================================== Hits 4131 4131 - Misses 10497 10503 +6 ``` | [Impacted Files](https://app.codecov.io/gh/openSUSE/openSUSE-release-tools/pull/2968?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openSUSE) | Coverage Δ | | |---|---|---| | [project-installcheck.py](https://app.codecov.io/gh/openSUSE/openSUSE-release-tools/pull/2968?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openSUSE#diff-cHJvamVjdC1pbnN0YWxsY2hlY2sucHk=) | `0.00% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Vogtinator commented 1 year ago

No objections so far - let's just see what breaks.