diff options
author | Rabi Mishra <ramishra@redhat.com> | 2020-10-09 12:39:10 +0530 |
---|---|---|
committer | Rabi Mishra <ramishra@redhat.com> | 2020-10-09 12:48:24 +0530 |
commit | 936c6a50c5d6178d8954fea5e702f48453e2a023 (patch) | |
tree | 51f8e270312f39615d9a5e81f43c0048fc2afa5b /.zuul.yaml | |
parent | 18ab72f5db6cf1fee2bfea6b00a72ccf987854b7 (diff) | |
download | heat-936c6a50c5d6178d8954fea5e702f48453e2a023.tar.gz |
Configure swap as before
https://review.opendev.org/750941 changed the default
swap to 1024MB for jobs and this seems to resulting in
high failure rate of the functional and grenade jobs.
Let's configure it back to what used to before i.e 8192MB.
Change-Id: I627f2df7f6135b3d194e7146ae45c3b7f8b6394d
(cherry picked from commit f419923a0d3aa62485296ab7666485e74af57c8e)
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index e7f387f36..3cdb0dc83 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -27,6 +27,7 @@ - openstack/zaqar - openstack/tempest vars: + configure_swap_size: 8192 gabbi_tempest_path: heat_tempest_plugin.tests.api.gabbits tempest_plugins: - heat-tempest-plugin @@ -144,6 +145,7 @@ - opendev.org/openstack/heat-tempest-plugin - opendev.org/openstack/python-heatclient vars: + configure_swap_size: 8192 devstack_services: h-api: true h-api-cfn: true |