From ba6e73078c6c67d9023ef628cc4897fcfd66d551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com> Date: Sun, 8 Nov 2020 10:22:34 +0100 Subject: [PATCH] [CI] Set 0 swap size Infra has recently changed the way the swap works and it might be impacting disk usage more than it used to. [1] We should try to run our jobs without having to resort to swap usage as it is always much slower. [1] http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2020-11-03.log.html#t2020-11-03T15:18:01 Change-Id: Ic3e97ada11b953e28a36b9594b710bf7b09b05b7 --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index dcdbcb5f32..2b919d51eb 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -43,6 +43,7 @@ # NOTE(yoctozepto): Ansible on Debian defaults to /usr/bin/python which is # python2. Let's use python3 instead as expected in 2020 and beyond. ansible_python_interpreter: python3 + configure_swap_size: 0 roles: - zuul: zuul/zuul-jobs - zuul: openstack/kolla