Skip to content

Commit

Permalink
Change linux limits to push limits of open files
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Sep 5, 2024
1 parent 35a4847 commit 45ea4d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions taskfiles/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45ea4d9

Please sign in to comment.