summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-02-26 16:11:43 -0800
committerJames E. Blair <jim@acmegating.com>2022-02-26 16:11:43 -0800
commit9753400ca18e5be0939434600f11b7fdf7f73c47 (patch)
treed3cd9d9f5a3df81be8b3d87cf6781952de580d3d /playbooks
parent72e623415732ad917739edcf935ce88747da790b (diff)
downloadzuul-9753400ca18e5be0939434600f11b7fdf7f73c47.tar.gz
Remove open file limit workaround
This leak in GitPython may have been a significant contributor to our high open file counts in tests: https://github.com/gitpython-developers/GitPython/commit/e16a0040d07afa4ac9c0548aa742ec18ec1395a8 Now that the fix is in a release, remove our ulimit workaround. Change-Id: Ib61c0ec67d0d244939ee2da142faf03e791159d5
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/zuul-tox/pre.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/playbooks/zuul-tox/pre.yaml b/playbooks/zuul-tox/pre.yaml
index 166875a6b..c8c1c6500 100644
--- a/playbooks/zuul-tox/pre.yaml
+++ b/playbooks/zuul-tox/pre.yaml
@@ -4,13 +4,3 @@
- run-dstat
- role: ensure-zookeeper
zookeeper_use_tls: true
- tasks:
- # This is needed to run opendev unit test jobs under bionic/focal,
- # but may not be necessary in later releases
- - name: Increase open file limit
- become: True
- lineinfile:
- path: /etc/security/limits.conf
- line: '* soft nofile 4096'
- - name: Reset SSH connection
- meta: reset_connection