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>
This commit is contained in:
Adam Williamson 2017-09-07 10:10:34 -07:00
parent 070901d6f3
commit ce4335f042

View file

@ -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 }}"