osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/34459?usp=email )

Change subject: ansible: increase docker_max_image_space
......................................................................

ansible: increase docker_max_image_space

The purpose of the limit is to remove images that are not being used in
a long time. With the current limit of 40 GB it leads to images being
removed just a few hours after they were last used, resulting in lots
of needless rebuilds. Also unexpected errors with images that we just
assume to be there (debian-bookworm-build).

Increases the limit for the nodes that run most of the jobs to 80 GB.

I have verified that the nodes have enough free space.

Related: OS#6183
Change-Id: I8cfb21a86510e43b8347c7f17159575b695ce9ba
---
M ansible/hosts
1 file changed, 24 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved




diff --git a/ansible/hosts b/ansible/hosts
index b62ef82..538b10f 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -7,10 +7,10 @@
 build3-deb11build-ansible ansible_host=2a01:4f8:212:3762::1:3

 [jenkins_slaves]
-build2-deb10build-ansible ansible_host=2a01:4f8:10b:2ad9::1:10 
osmocom_jenkins_slave_fstrim=True
-build2-deb11build-ansible ansible_host=2a01:4f8:10b:2ad9::1:13 
osmocom_jenkins_slave_fstrim=True
-build3-deb11build-ansible ansible_host=2a01:4f8:212:3762::1:3 
osmocom_jenkins_slave_fstrim=True
-host2-deb11build-ansible ansible_host=2a01:4f8:120:8470::1:4 
osmocom_jenkins_slave_fstrim=True
+build2-deb10build-ansible ansible_host=2a01:4f8:10b:2ad9::1:10 
osmocom_jenkins_slave_fstrim=True docker_max_image_space="80 GB"
+build2-deb11build-ansible ansible_host=2a01:4f8:10b:2ad9::1:13 
osmocom_jenkins_slave_fstrim=True docker_max_image_space="80 GB"
+build3-deb11build-ansible ansible_host=2a01:4f8:212:3762::1:3 
osmocom_jenkins_slave_fstrim=True docker_max_image_space="80 GB"
+host2-deb11build-ansible ansible_host=2a01:4f8:120:8470::1:4 
osmocom_jenkins_slave_fstrim=True docker_max_image_space="80 GB"
 gtp0-deb10build ansible_host=10.34.2.101 osmocom_jenkins_slave_fstrim=True
 gtp0-deb11build ansible_host=10.34.2.106 osmocom_jenkins_slave_fstrim=True
 rpi4-raspbian11build-ansible-1 ansible_host=10.9.25.50 
docker_max_image_space="20 GB"

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/34459?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I8cfb21a86510e43b8347c7f17159575b695ce9ba
Gerrit-Change-Number: 34459
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to