From a72692c5fc8626434261c0234a6935a7b2379969 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Feb 25 2019 09:55:18 +0000 Subject: just gather minimum facts from test_runner This should improve the performance and fix: https://pagure.io/fedora-ci/general/issue/30 --- diff --git a/roles/str-common-init/tasks/trunner.yml b/roles/str-common-init/tasks/trunner.yml index d93d656..3bd19e4 100644 --- a/roles/str-common-init/tasks/trunner.yml +++ b/roles/str-common-init/tasks/trunner.yml @@ -5,8 +5,12 @@ - delegate_to: "{{ test_runner_inventory_name }}" block: - - name: Gather facts + - name: Gather facts from test-runner setup: + # Just minimum subset should be enough for what we need + # hardware subset is taking about 30mins to run on CentOS openshift + gather_subset: + - '!all' delegate_facts: True - name: Set facts about test-runner