openQA: same update asset size for prod and stg

We're turning on Rawhide update testing on prod now (whee) so we
need this.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-28 16:13:44 -07:00
parent f834a8443c
commit 06fc914348
2 changed files with 1 additions and 4 deletions

View file

@ -20,9 +20,6 @@ freezes: false
openqa_assetsize_ppc: 300
openqa_assetsize_updates_ppc: 100
# we need this bigger on stg to handle Rawhide updates, if we enable
# Rawhide update testing in prod we can just move this to servers_common
openqa_assetsize_updates: 260
openqa_compose_arches: x86_64,aarch64,ppc64le
openqa_dbname: openqa-stg
openqa_dbpassword: "{{ stg_openqa_dbpassword }}"

View file

@ -46,7 +46,7 @@ openqa_amqp_wiki_reporter_queue: "openqa{{ openqa_env_suffix }}_wiki_reporter"
openqa_amqp_wiki_reporter_routing_keys: ["org.fedoraproject.{{ deployment_type }}.openqa.job.done"]
openqa_assetsize: 500
openqa_assetsize_aarch64: 300
openqa_assetsize_updates: 200
openqa_assetsize_updates: 250
# stg and prod use the same database server
openqa_dbhost: db-openqa01.iad2.fedoraproject.org
openqa_email: adamwill@fedoraproject.org