Skip to content

Commit 60b5538

Browse files
committed
Set swap size to 4G for c8 jobs
Tempest is failing randomly with different reasons as mentioned in the bug, updating swap size those issues are not seen. Before [1] default swap size used to be 8GB but was dropped to 1G so need to configure it in required job itself. Did couple of tests in [2] and with 4GB+ swap jobs are running green. On investigation found that with qemu-5 both Ubuntu and CentOS jobs have memory crunch, currently Ubuntu jobs are not impacted as they are running with qemu-4. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/750941 [2] https://review.opendev.org/c/openstack/devstack/+/803144 Closes-Bug: #1938914 Change-Id: I57910b5fde5ddf2bd37d93e06c1aff77c6e231e9
1 parent 26bd94b commit 60b5538

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,8 @@
599599
nodeset: devstack-single-node-centos-8-stream
600600
voting: false
601601
timeout: 9000
602+
vars:
603+
configure_swap_size: 4096
602604

603605
- job:
604606
name: devstack-async

0 commit comments

Comments
 (0)