From 970db7f278ecaf301382e41baee6fc1c00a175ed Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Mar 13 2019 09:47:29 +0000 Subject: just gather minimum facts from test runner when running source role still related to https://pagure.io/fedora-ci/general/issue/30 I overlooked this role when created https://pagure.io/standard-test-roles/pull-request/303 --- diff --git a/roles/standard-test-source/tasks/main.yml b/roles/standard-test-source/tasks/main.yml index 53ab0e6..b9aa322 100644 --- a/roles/standard-test-source/tasks/main.yml +++ b/roles/standard-test-source/tasks/main.yml @@ -11,6 +11,10 @@ block: - name: Gather facts 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: Get the specfile package name