From ce4335f042fdd228fa7e95b2e410bbfe39392dce Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 7 Sep 2017 10:10:34 -0700 Subject: Bump openQA asset size limit to 500G on staging Now it has PPC tests, it downloads more assets, and some PPC incompletions may be due to images disappearing prematurely... see if this helps. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa-stg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/openqa-stg b/inventory/group_vars/openqa-stg index 759077662..f7f35276b 100644 --- a/inventory/group_vars/openqa-stg +++ b/inventory/group_vars/openqa-stg @@ -26,7 +26,7 @@ openqa_dbname: openqa-stg openqa_dbhost: db-qa01.qa.fedoraproject.org openqa_dbuser: openqastg openqa_dbpassword: "{{ stg_openqa_dbpassword }}" -openqa_assetsize: 300 +openqa_assetsize: 500 openqa_key: "{{ stg_openqa_apikey }}" openqa_secret: "{{ stg_openqa_apisecret }}" -- cgit