-
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-1687] - conftest.py refactor - custom repos #1370
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1370 +/- ##
=======================================
Coverage 96.34% 96.34%
=======================================
Files 66 66
Lines 4983 4983
Branches 877 877
=======================================
Hits 4801 4801
Misses 102 102
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9e88b83
to
5b0d0c0
Compare
/packit test --labels tier0 |
/packit build |
/packit test --labels tier0 |
9ec9781
to
c4c3748
Compare
/packit test --labels tier0 |
c4c3748
to
570a8b8
Compare
/packit test --labels tier0 |
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.
Looking great! I have a small comment but it is not related to the change so approved 👍
system_version = SystemInformationRelease.version | ||
|
||
# Default RHEL-7 repositories | ||
repos = ["rhel-7-server-rpms", "rhel-7-server-optional-rpms", "rhel-7-server-extras-rpms"] |
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.
Is rhel-7-server-supplementary-rpms repo needed to test?
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.
I think we have never used this repository for testing. It can be added. Have you seen it specified somewhere in the documentation?
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.
I'm going to merge this PR, we can enable another repository in the following PRs
Refactor how we use the custom repositories in
conftest.py
.Jira Issues:
Checklist
[RHELC-]
or[HMS-]
is part of the PR titleRelease Pending
if relevant