#30 Fedora CI is spending too much time on ansible's task "Gathering Facts"
Closed: Fixed 5 years ago by astepano. Opened 5 years ago 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

5 years ago

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

Commit 970db7f2 relates to this ticket

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #315 Merged 5 years ago
  • #305 Last updated 5 years ago
  • #303 Merged 5 years ago