From 891e5df072d0ea7654a3e44e08c09f99f357304c Mon Sep 17 00:00:00 2001 From: Andrei Stepanov Date: Feb 25 2019 10:39:05 +0000 Subject: Merge #303 `just gather minimum facts from test_runner` --- 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