Project

Profile

Help

Task #7516

closed

pulp_devel should install distro-specific packages in parallel

Added by mdepaulo@redhat.com over 3 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
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.

Also available in: Atom PDF