summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-03-30 10:47:31 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-03-30 10:47:31 -0400
commit513690a81c5de7a35da5ca15f884777610b8e4d1 (patch)
tree541e709a0a7c7e5381079291be71e4b3366fb2a4
parent3fc37548042fcdc745d35a0a902213482fc4422c (diff)
downloadcinder-513690a81c5de7a35da5ca15f884777610b8e4d1.tar.gz
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
-rw-r--r--.zuul.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 52bdf40a7..a920ca039 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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: