Skip to content

Commit

Permalink
fVDB CI fixes and added fvdb to paths-ignore of other tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Swartz <[email protected]>
  • Loading branch information
swahtz committed Sep 3, 2024
1 parent ad38f66 commit 79feed2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'nanovdb/**'
- 'openvdb_maya/**'
- 'openvdb_houdini/**'
- 'fvdb/**'
- 'pendingchanges/**'
- '**.md'
pull_request:
Expand All @@ -26,6 +27,7 @@ on:
- 'nanovdb/**'
- 'openvdb_maya/**'
- 'openvdb_houdini/**'
- 'fvdb/**'
- 'pendingchanges/**'
- '**.md'
schedule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'openvdb_houdini/**'
- 'openvdb_ax/**'
- 'nanovdb/**'
- 'fvdb/**'
- 'pendingchanges/**'
- '**.md'
pull_request:
Expand All @@ -28,6 +29,7 @@ on:
- 'openvdb_houdini/**'
- 'openvdb_ax/**'
- 'nanovdb/**'
- 'fvdb/**'
- 'pendingchanges/**'
- '**.md'
schedule:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/fvdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:

- name: Build fvdb
run: |
conda activate fvdb_test
DISTUTILS_DEBUG="1" TORCH_CUDA_ARCH_LIST="7.0;7.5;8.0;8.6+PTX" MAX_JOBS=$(($(nproc) < $(free -g | awk '/^Mem:/{jobs=int($4/2.5); if(jobs<1) jobs=1; print jobs}') ? $(nproc) : $(free -g | awk '/^Mem:/{jobs=int($4/2.5); if(jobs<1) jobs=1; print jobs}'))) python fvdb/setup.py bdist_wheel --dist-dir=dist
shell:
bash -el {0}
Expand Down Expand Up @@ -138,7 +137,6 @@ jobs:
- name: Run tests
run: |
conda activate fvdb_test
pytest -v fvdb/tests/unit
shell:
bash -el {0}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/houdini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'CODEOWNERS'
- 'doc/**'
- 'nanovdb/**'
- 'fvdb/**'
- 'openvdb_maya/**'
- 'pendingchanges/**'
- '**.md'
Expand All @@ -23,6 +24,7 @@ on:
- 'CODEOWNERS'
- 'doc/**'
- 'nanovdb/**'
- 'fvdb/**'
- 'openvdb_maya/**'
- 'pendingchanges/**'
- '**.md'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nanovdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'openvdb_ax/**'
- 'openvdb_maya/**'
- 'openvdb_houdini/**'
- 'fvdb/**'
- 'pendingchanges/**'
- '**.md'
pull_request:
Expand All @@ -26,6 +27,7 @@ on:
- 'openvdb_ax/**'
- 'openvdb_maya/**'
- 'openvdb_houdini/**'
- 'fvdb/**'
- 'pendingchanges/**'
- '**.md'
schedule:
Expand Down

0 comments on commit 79feed2

Please sign in to comment.