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.

Actions #1

Updated by mdepaulo@redhat.com over 3 years ago

  • Description updated (diff)

Added by Mike DePaulo over 3 years ago

Revision f4b207a4 | View on GitHub

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

Added by Mike DePaulo over 3 years ago

Revision f4b207a4 | View on GitHub

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

Actions #2

Updated by pulpbot over 3 years ago

  • Status changed from NEW to POST
Actions #3

Updated by Anonymous over 3 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #4

Updated by ttereshc over 3 years ago

  • Sprint/Milestone set to 3.8.0
Actions #5

Updated by ttereshc over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF