summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2023-02-13 14:14:52 -0800
committerDan Smith <dansmith@redhat.com>2023-02-17 10:15:07 -0800
commitd869e3acd344c6fb941a4c2833047f24dc0fb109 (patch)
treec1860e3db07aa470a60df9d357eb4704c68682a9
parentb915c7f35ff105d8ac613cc171cd9235a96eac8d (diff)
downloadtempest-d869e3acd344c6fb941a4c2833047f24dc0fb109.tar.gz
Use MYSQL_REDUCE_MEMORY in some periodic jobs
This will give us some data on whether or not these memory reduction techniques help or hurt, before we roll them out to any gating jobs for projects. Change-Id: Ib9235d2ef93dae5c6b699d2b7141087d2bb09f46 Depends-On: https://review.opendev.org/c/openstack/devstack/+/873646
-rw-r--r--zuul.d/integrated-gate.yaml11
-rw-r--r--zuul.d/tempest-specific.yaml1
2 files changed, 8 insertions, 4 deletions
diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml
index 32c017a21..63f178384 100644
--- a/zuul.d/integrated-gate.yaml
+++ b/zuul.d/integrated-gate.yaml
@@ -11,10 +11,11 @@
vars:
tox_envlist: all
tempest_test_regex: tempest
- # TODO(gmann): Enable File injection tests once nova bug is fixed
- # https://bugs.launchpad.net/nova/+bug/1882421
- # devstack_localrc:
- # ENABLE_FILE_INJECTION: true
+ devstack_localrc:
+ MYSQL_REDUCE_MEMORY: true
+ # TODO(gmann): Enable File injection tests once nova bug is fixed
+ # https://bugs.launchpad.net/nova/+bug/1882421
+ # ENABLE_FILE_INJECTION: true
- job:
name: tempest-ipv6-only
@@ -314,6 +315,8 @@
# This job run slow tests in parallel.
vars:
tox_envlist: slow
+ devstack_localrc:
+ MYSQL_REDUCE_MEMORY: true
- job:
name: tempest-cinder-v2-api
diff --git a/zuul.d/tempest-specific.yaml b/zuul.d/tempest-specific.yaml
index 972123ee9..a8c29af58 100644
--- a/zuul.d/tempest-specific.yaml
+++ b/zuul.d/tempest-specific.yaml
@@ -49,6 +49,7 @@
run_tempest_dry_cleanup: true
devstack_localrc:
DEVSTACK_PARALLEL: True
+ MYSQL_REDUCE_MEMORY: true
- job:
name: tempest-full-py3-ipv6