Actions
Issue #5811
closedansible-pulp CI fails due to idempotence test taking 10+ mins
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
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
ansible-pulp CI is failing on the idempotence test.
Travis errors because there is no stdout or stderr for 10 minutes. The idempotence test runs the entire play, but shows no ouptut during it, so it can take over 10 mins.
It may be that Travis is running especially slow and therefore causing this.
Actions
Problem: ansible-pulp CI fails due to idempotence test taking 10+ mins
Solution: Use a travis_wait of 20 mins for the idempotence test.
Implementation includes:
Fixes: #5811 https://pulp.plan.io/issues/5811 ansible-pulp CI fails due to idempotence test taking 10+ mins