-
Notifications
You must be signed in to change notification settings - Fork 84
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
[RHELC-1282] Override yum config exclude list #1030
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1030 +/- ##
=======================================
Coverage 95.36% 95.36%
=======================================
Files 51 51
Lines 4596 4597 +1
Branches 811 811
=======================================
+ Hits 4383 4384 +1
Misses 137 137
Partials 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3088295
to
bfa4be3
Compare
Suggestion from @kokesak in slack regarding integration testing this PR:
|
This is supposed to land on 1.8. |
4dddf9f
to
e32faf4
Compare
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.
Looks good to me
e32faf4
to
5bcd44d
Compare
/packit test --labels tier0 |
5bcd44d
to
92f8229
Compare
/packit test --labels tier0 |
92f8229
to
7754385
Compare
/packit test --labels tier0 |
7754385
to
de322f4
Compare
/packit build |
/packit test --labels tier0 |
@danmyway, for some reason, the newly added tests are picking an "older" version instead of what is in the latest commit... |
/packit test --labels tier0 |
@r0x0d I don't think I follow, do you have an example somewhere? |
adbd320
to
320b12a
Compare
Nevermind... I think I was just seeing the wrong test. |
/packit test --labels tier0 |
@r0x0d can you rebase and fix conflicts? |
Override the exclude list from the yum config file to avoid dependency problems during the transaction process. This method is temporary as it will only override the config file while running the transaction, no modifications to the config file physically will be done. Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
320b12a
to
1d4b3dd
Compare
/packit test |
Override the exclude list from the yum config file to avoid dependency problems during the transaction process.
This method is temporary as it will only override the config file while running the transaction, no modifications to the config file physically will be done.
Jira Issues: RHELC-1282
Checklist
[RHELC-]
is part of the PR titleRelease Pending
if relevant