Skip to content

FIX Add rapids-pytest-benchmark pkg for cugraph tests - #190

Merged
mike-wendt merged 3 commits into
branch-0.17from
fix-cugraph-nightly-test
Dec 10, 2020
Merged

FIX Add rapids-pytest-benchmark pkg for cugraph tests#190
mike-wendt merged 3 commits into
branch-0.17from
fix-cugraph-nightly-test

Conversation

@mike-wendt

Copy link
Copy Markdown
Contributor

This fixes failing nightly tests for cugraph due to:

 + py.test --junitxml=/var/lib/jenkins/workspace/rapidsai/nightly-tests/docker-test-cugraph/CUDA_VER/11.0/DOCKER_REPO/rapidsai/rapidsai-dev-nightly/LINUX_VER/ubuntu16.04/PYTHON_VER/3.7/RAPIDS_VER/0.17/testresults/pytest.xml -v /rapids/cugraph/python
 ERROR: usage: py.test [options] [file_or_dir] [file_or_dir] [...]

 py.test: error: unrecognized arguments: --benchmark-gpu-disable
   inifile: /rapids/cugraph/python/pytest.ini
   rootdir: /rapids/cugraph/python

This fixes failing nightly tests for cugraph due to:
```
 + py.test --junitxml=/var/lib/jenkins/workspace/rapidsai/nightly-tests/docker-test-cugraph/CUDA_VER/11.0/DOCKER_REPO/rapidsai/rapidsai-dev-nightly/LINUX_VER/ubuntu16.04/PYTHON_VER/3.7/RAPIDS_VER/0.17/testresults/pytest.xml -v /rapids/cugraph/python
 ERROR: usage: py.test [options] [file_or_dir] [file_or_dir] [...]

 py.test: error: unrecognized arguments: --benchmark-gpu-disable
   inifile: /rapids/cugraph/python/pytest.ini
   rootdir: /rapids/cugraph/python
```
@mike-wendt
mike-wendt requested a review from a team as a code owner December 9, 2020 22:09
@mike-wendt mike-wendt added 4 - Needs Reviewer Waiting for reviewer to review or respond 4 - Needs Tests Waiting for test results to make a decision labels Dec 9, 2020
@mike-wendt

Copy link
Copy Markdown
Contributor Author

rerun tests

@mike-wendt mike-wendt removed the 4 - Needs Reviewer Waiting for reviewer to review or respond label Dec 9, 2020
@mike-wendt
mike-wendt force-pushed the fix-cugraph-nightly-test branch from c46404d to 97c2660 Compare December 9, 2020 22:55
mike-wendt added a commit that referenced this pull request Dec 9, 2020
Follows #190

Applies patch to branch-0.18
@mike-wendt

Copy link
Copy Markdown
Contributor Author

rerun tests

Also add `asvdb` as it is needed by `rapids-pytest-benchmark` but only in the `rapidsai` channel
Without the channel specified the channel pins do not work; removing them and uploading asvdb to the `rapidsai-nightly` channel to fix the failing builds
@mike-wendt
mike-wendt merged commit dc7a92a into branch-0.17 Dec 10, 2020
@mike-wendt
mike-wendt deleted the fix-cugraph-nightly-test branch December 10, 2020 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4 - Needs Tests Waiting for test results to make a decision

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants