From 45ea4d9514f80811c1177bdbbc9a4ac11bb9f63e Mon Sep 17 00:00:00 2001 From: Rafal Korepta Date: Wed, 4 Sep 2024 23:12:18 +0200 Subject: [PATCH] Change linux limits to push limits of open files --- taskfiles/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/taskfiles/ci.yml b/taskfiles/ci.yml index 0edec947d..22e05066e 100644 --- a/taskfiles/ci.yml +++ b/taskfiles/ci.yml @@ -56,6 +56,17 @@ tasks: - "grep -q '0' ./k8s-stable-test-exit-code" run-k8s-tests: + deps: + # operator go test is using at least 2 k3d clusters which might exhaust limits of opened files + - task: :k8s:set-aio-max + vars: + USE_SUDO: "false" + - task: :k8s:set-inotify-watches + vars: + USE_SUDO: "false" + - task: :k8s:set-inotify-instances + vars: + USE_SUDO: "false" cmds: - 'echo "~~~ Linting operator code :golangci-lint:"' - task: configure-git-private-repo