Actions
Task #7516
closedpulp_devel should install distro-specific packages in parallel
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD, Easy Fix, Performance
Sprint:
Sprint 81
Quarter:
Description
Currently, pulp_installer's pulp_devel role is running 4 separate package install tasks for the distro specific package (EL7, EL8, Fedora or Debian). Even though they use the distro-neutral package module.
When run in CI (molecule) or when run against multiple hosts of different distros, these 4 tasks run in sequence, which takes unnecessarily long. If they were combined into 1 task with a distro-specific var for the package list, that 1 task would run against all systems in parallel.
Actions
pulp_devel role now installs distro-specific packages in parallel
for better performance when run against hosts running multiple distros (like our molecule CI).
fixes: #7516