Actions
Issue #7263
closedpulp_installer CI often fails to test more than 1 OS at a time
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
The problem appears to be due to the run_once in pulp_database_config.
This makes since for a clustered install, but not for 3 independent pulp servers, like our molecule CI does to test multiple OS's.
So far only source scenarios seem to be failing, but it's still incorrect.
Actions
Problem: pulp_installer CI often fails to test more than 1 OS at a time
Solution: Run pulp_database_config's block of task for each OS, disabling the run_once. Via a private variable.
fixes: #7263 https://pulp.plan.io/issues/7263