Make ELN testing possible as desired by ELN team #37
Labels
No labels
ai-review-please
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#539 Adjust rmdepcheck to use EL wrapper when it's ready
quality/os-autoinst-distri-fedora
Reference
quality/rmdepcheck#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See ci/tickets#555 (comment) . We have an awkward situation with ELN.
In ELN, some packages are buildroot-only - they only appear in the buildroot, not in the composed variants. @yselkowitz does not want us to report repoclosure issues in buildroot-only packages, so he does not want us simply using the buildroot as the base repo as we previously were.
So we did quality/os-autoinst-distri-fedora#533 , but I think that was not sophisticated enough. We just switched to using the variant repos from the latest ELN compose as the base repos. But buildroot-only packages may depend on other buildroot-only packages. So for installability purposes - i.e. when checking the repoclosure of the repo containing the packages under test - we should have the buildroot repo available to the solver. But we need to achieve that without checking the repoclosure of the buildroot repo in the "repoclosure" phase, where we try to detect new dependency issues in the base repos caused by the packages under test.
One way to do this would be to allow specifying "non-checked base repos" or something - they get "modified", and are available to the solver, but we do not run repoclosure checks on them.
Another way would be to allow separating the "repoclosure" and "installability" phases somehow so you could specify different base repos for each.
Adding to current sprint as I want to clear this up while it's in my head, after I noticed the problem.
Allow separate base repos for 'repoclosure' and 'installability' checks, and/or allow disabling repoclosure check of some base reposto Make ELN testing possible as desired by ELN teamThis got more complicated after some discussion with yselkowitz, bumping points.
Progress: the refactor is basically done, but need to make tox happy, including adding tests for the EL 'wrapper' (which is no longer a wrapper, so maybe I should rename it too...)
Tox is now happy with everything except the missing test coverage, so I'll figure out how to cover this new bit, then merge.
This is merged as of Friday. Yay.