neutron/zuul.d
Slawek Kaplonski f63dc09206 Limit usage of resources in the fullstack tests job
To limit usage of resources (mostly memory) in the fullstack job and
to avoid oom killer to kill e.g. mysqld service, this patch:

* Makes number of API workers changeable by tests, as a parameter to
  EnvironmentDescription and defaults its value to 1. As neutron server
  is spawned separately for each test and is used only to process just
  few API requests during that single test so this should be still
  enough there, and where more API workers are needed (like some dhcp HA
  tests: TestDhcpAgentHARaceCondition) it can be changed,
* reduces number of test run workers from 4 to 3 - job will run slower
  but hopefully more stable,
* in the functional and fullstack tests job definition disable etcd3
  service - this will not save us a lot of memory but still it's not
  needed at all so why to run it there.

Change-Id: If19803ab6db144e2d17d6805d379c1c76d8fa343
Closes-Bug: #1906366
2020-12-10 10:10:01 +00:00
..
base.yaml Limit usage of resources in the fullstack tests job 2020-12-10 10:10:01 +00:00
grenade.yaml Disable cinder services on neutron grenade jobs 2020-11-12 22:11:47 +01:00
project.yaml Merge "Add irrelevant-files for tripleo standalone jobs" 2020-11-29 15:52:38 +00:00
rally.yaml Disable not used services in the tempest and rally jobs 2020-11-19 22:03:39 +00:00
tempest-multinode.yaml Disable not used services in the tempest and rally jobs 2020-11-19 22:03:39 +00:00
tempest-singlenode.yaml Merge "Disable not used services in the tempest and rally jobs" 2020-12-03 05:06:35 +00:00
tripleo.yaml Switch tripleo based job to be run on Centos 8 2020-03-23 22:54:43 +00:00