Skip to content

Commit

Permalink
Increase CI number of files ulimit to 1M
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 20, 2023
1 parent 2a22a67 commit 9f2d3f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
test-docker-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
wheel-build:
needs: checks
secrets: inherit
Expand All @@ -48,4 +49,4 @@ jobs:
with:
build_type: pull-request
script: ci/test_wheel.sh
test-docker-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g"
test-docker-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
test-docker-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
wheel-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
Expand All @@ -31,4 +32,4 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
script: ci/test_wheel.sh
test-docker-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g"
test-docker-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"

0 comments on commit 9f2d3f0

Please sign in to comment.