From 4ad4429f26176971a54fb0e5bf67a5a79f219a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= 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 (cherry picked from commit ba6e73078c6c67d9023ef628cc4897fcfd66d551) --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 761c250389..59af4ed2a9 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -41,6 +41,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