Increase default quotas for zuul jobs

We're seeing occasional failures in the functional test jobs due
to exceeding volumes quota, so increase these from the default
value of 10 to something more reasonable like 25.

Change-Id: Id1ab94849bfb35256dd0705b888708f3fa1106c4
This commit is contained in:
Brian Rosmaita 2021-08-04 18:32:11 -04:00
parent 48cedc6ad1
commit 24b262c5c1
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
devstack_localrc:
USE_PYTHON3: true
VOLUME_BACKING_FILE_SIZE: 16G
devstack_local_conf:
post-config:
$CINDER_CONF:
DEFAULT:
quota_volumes: 25
- job:
name: python-cinderclient-functional-py36