Actions
Task #8747
closedRevisist modulemd when CentOS-8 has libmodulemd-2.12 support
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulp_rpm/2276":https://github.com/pulp/pulp_rpm/issues/2276
Currently CentOS-8 only supports libmodulemd-2.9. This means that Pulp3 running in this environment can't "see" modules that use the new static_context flag at sync/copy/publish time. Our CI currently uses CentOS8. To avoid the breakage, I had to @skip two tests:
- https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/tests/functional/api/test_copy.py#L87
- https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/tests/functional/api/test_sync.py#L1043
and put in a "just in case" getattr() check:
Once CentOS8 has libmodulemd>=2.12, remove these.
Updated by dalley over 2 years ago
- Tracker changed from Issue to Task
- % Done set to 0
- Severity deleted (
2. Medium) - Triaged deleted (
No) - Sprint set to Sprint 97
Updated by dalley over 2 years ago
Libmodulemd 2.12 is now present in Centos Stream 8, so we can grab the packages from there for our initial testing.
Updated by ipanova@redhat.com about 2 years ago
- Sprint changed from Sprint 101 to Sprint 102
Updated by dalley about 2 years ago
Consider switching the CI to CentOS 8 stream
Updated by pulpbot almost 2 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE
Actions