[CI] Functional: Increase Ulimit to 4096

Functional tests started to fail with
"Too many open files" randomly, the default ulimit in
OS is configured to 1024, increasing this to 4096
to avoid these random failures.

Closes-Bug: #2080199
Change-Id: Iff86599678ebdd5189d5b56d11f3373c9b138562
(cherry picked from commit 6970f39a49)
This commit is contained in:
elajkat 2024-09-10 09:36:32 +02:00 committed by yatin
parent 5561387e16
commit d8a6552b11

View File

@ -47,6 +47,10 @@
fi fi
configure_host_for_func_testing configure_host_for_func_testing
echo "$USER soft nofile 4096" | sudo tee /etc/security/limits.d/99-user.conf
executable: /bin/bash executable: /bin/bash
environment: "{{ override_env | default({})}}" environment: "{{ override_env | default({})}}"
- name: Reset ssh connection to pick up limits
meta: reset_connection