Skip to content

Commit

Permalink
Test increased nofile ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 18, 2023
1 parent 6195b2c commit 97126e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,35 @@ jobs:
- conda-python-tests
- wheel-build
- wheel-tests

secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.12
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@increase-ulimit-nofile
checks:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.12
uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@increase-ulimit-nofile
conda-python-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.12
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@increase-ulimit-nofile
with:
build_type: pull-request
conda-python-tests:
needs: conda-python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.12
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@increase-ulimit-nofile
with:
build_type: pull-request
wheel-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.12
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@increase-ulimit-nofile
with:
build_type: pull-request
script: ci/build_wheel.sh
wheel-tests:
needs: wheel-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.12
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@increase-ulimit-nofile
with:
build_type: pull-request
script: ci/test_wheel.sh
Expand Down
3 changes: 3 additions & 0 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ rapids-logger "Check NICs"
awk 'END{print $1}' /etc/hosts
cat /etc/hosts

rapids-logger "Check ulimit"
ulimit -a

run_tests() {
rapids-logger "UCX Version and Build Configuration"
ucx_info -v
Expand Down

0 comments on commit 97126e9

Please sign in to comment.