summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-15 16:14:31 +0000
committerGerrit Code Review <review@openstack.org>2021-12-15 16:14:31 +0000
commit440549ada30d0b01b40371191cb3e9b8edd89335 (patch)
tree6328ef29dcd694f8c52d5cdac86c8d2725f05f4f
parent0ebd01834ca976098e88f983f05d856160b631ff (diff)
parent1dbec7340cd8fce808f38730def55b419b8d25c0 (diff)
downloadironic-440549ada30d0b01b40371191cb3e9b8edd89335.tar.gz
Merge "CI: reduce api worker processes to 1" into stable/xena
-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 8d4f2db2e..7dd9320d2 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: