Merge "CI: reduce api worker processes to 1"

This commit is contained in:
Zuul 2021-12-12 18:20:10 +00:00 committed by Gerrit Code Review
commit f6f6ce1a31
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@
# causes us an abnormally high job failure rate due to the ports
# not being found (as neutron crashed on initailization).
Q_USE_SECGROUP: False
# Default API workers is 2, however only 1 is needed,
# which cuts API memory utilziation in half reducing the risk of
# oom-killer events in CI.
API_WORKERS: 1
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
tempest_plugins: