Add note about MYSQL_REDUCE_MEMORY
Added a note to the two CI jobs that increase host memory about a recently added devstack option [0] so that we don't forget about it. [0] I7b223391d3de Change-Id: Ifb52819ddc4db22507805c77c5562ca3e3600e1a
This commit is contained in:
parent
3fc3754804
commit
513690a81c
@ -169,6 +169,9 @@
|
||||
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
|
||||
devstack_localrc:
|
||||
CEPH_MIN_CLIENT_VERSION: "mimic"
|
||||
# NOTE: if jobs are having memory problems, may want
|
||||
# to turn this on (currently defaults to false):
|
||||
# MYSQL_REDUCE_MEMORY: true
|
||||
devstack_local_conf:
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
@ -191,6 +194,9 @@
|
||||
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
|
||||
devstack_localrc:
|
||||
TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True
|
||||
# NOTE: if jobs are having memory problems, may want
|
||||
# to turn this on (currently defaults to false):
|
||||
# MYSQL_REDUCE_MEMORY: true
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$CINDER_CONF:
|
||||
|
Loading…
x
Reference in New Issue
Block a user