Project

Profile

Help

Issue #5769

Updated by mdepaulo@redhat.com over 4 years ago

ansible-pulp CI is currently taking like 30 minutes. 

 Some theories on why this is happening: 
 1. ansible pipelining is not working. So there is a large overhead per every ansible task. 
 2. The Travis VM is low on RAM as it tests 3 containers at once (C7, Fedora & Debian). 
 3. Although purely an improvement, we could implement libeatmydata/nosync, or at other layers (like docker) make all disk writes unsafely cached.

Back