summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-12 18:20:10 +0000
committerGerrit Code Review <review@openstack.org>2021-12-12 18:20:10 +0000
commitf6f6ce1a315b7ba11557d95036116741a4347ce2 (patch)
tree651dfad62c1f70feae1a46a4260f0e58bf05788f
parent3f76724dfb49df9501359e9b97acb1fc9c7689c8 (diff)
parent24184a449b94010e43a107109abbdd2932e8fd16 (diff)
downloadironic-f6f6ce1a315b7ba11557d95036116741a4347ce2.tar.gz
Merge "CI: reduce api worker processes to 1"
-rw-r--r--zuul.d/ironic-jobs.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml
index 5fb9c412d..cbf45a2f2 100644
--- a/zuul.d/ironic-jobs.yaml
+++ b/zuul.d/ironic-jobs.yaml
@@ -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: