#30 Fedora CI is spending too much time on ansible's task "Gathering Facts"
Closed: Fixed by astepano. Opened by praiskup.

Per "live" logs, CI doesn't move forward for even half an hour on this line:

TASK [str-common-init : Gather facts] ******************************************

Metadata Update from @bookwar:
- Issue assigned to bgoncalv
- Issue priority set to: Critical (was: Medium)
- Issue tagged with: bug

right, it seems we can improve the performance if we update standard-test-roles to not gather all facts, just the minimum set should be enough.
something like gather_subset=!all [1].

I couldn't figure out exactly what is taking so long to run, but it looks like it is the hardware subset when we have the NFS share mounted.

[1] https://docs.ansible.com/ansible/latest/modules/setup_module.html

Proposed fix: https://pagure.io/standard-test-roles/pull-request/303

Commit a72692c5 fixes this issue

Commit 970db7f2 relates to this ticket

Metadata
Related Pull Requests