diff options
author | Adam Williamson <awilliam@redhat.com> | 2017-09-07 10:10:34 -0700 |
---|---|---|
committer | Adam Williamson <awilliam@redhat.com> | 2017-09-07 10:10:34 -0700 |
commit | ce4335f042fdd228fa7e95b2e410bbfe39392dce (patch) | |
tree | bcab2d88bd75a3afcea60f05547b061d7e57fd33 | |
parent | 070901d6f38e766bc652cbfbf9aa16fdc7d28e10 (diff) | |
download | ansible-ce4335f042fdd228fa7e95b2e410bbfe39392dce.tar.gz ansible-ce4335f042fdd228fa7e95b2e410bbfe39392dce.tar.xz ansible-ce4335f042fdd228fa7e95b2e410bbfe39392dce.zip |
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 <awilliam@redhat.com>
-rw-r--r-- | inventory/group_vars/openqa-stg | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}" |