geerlingguy / docker-centos6-ansible

CentOS 6.x Docker container for Ansible playbook and role testing.
https://hub.docker.com/r/geerlingguy/docker-centos6-ansible/
MIT License
8 stars 17 forks source link

Build times are unusually long. #3

Open fubarhouse opened 7 years ago

fubarhouse commented 7 years ago

Since the recent initscripts addition, I've noticed there's a significant performance drop.

I thought I'd report it, because now some build times are more than three times longer than the other platforms - which includes all of your supported docker images other than RedHat24.

image

I don't know how to address this, but I feel you should at least know about it...

geerlingguy commented 7 years ago

Interesting... I noticed this too—though in most of my roles even a 3x longer build is only a few minutes.

Compare this earlier build (01:37): https://travis-ci.org/geerlingguy/ansible-role-mysql/builds/236615136

With a recent build (03:31): https://travis-ci.org/geerlingguy/ansible-role-mysql/builds/241670483

Same thing across my node.js, apache, and some other builds. Not sure why that's happening, but if I get a chance (or if it bugs me enough), I'll run a manual test and monitor the process to see what (if anything) is sticking and taking longer. It could be something with the TTY or disk access... who knows.