Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only build cugraphmgtestutil when requested #2454

Conversation

robertmaynard
Copy link
Contributor

Guard the compilation of cugraphmgtestutil to only happen when BUILD_CUGRAPH_MG_TESTS is enabled so you can build a subset of tests without MPI

Guard the compilation of cugraphmgtestutil to only happen when
BUILD_CUGRAPH_MG_TESTS is enabled so you can build a subset
of tests without MPI
@robertmaynard robertmaynard requested a review from a team as a code owner July 27, 2022 20:04
@ChuckHastings ChuckHastings added 3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jul 27, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2022

Codecov Report

Merging #2454 (3db6078) into branch-22.08 (d925926) will increase coverage by 0.01%.
The diff coverage is 50.00%.

❗ Current head 3db6078 differs from pull request most recent head 1685b04. Consider uploading reports for the commit 1685b04 to get more accurate results

@@               Coverage Diff                @@
##           branch-22.08    #2454      +/-   ##
================================================
+ Coverage         61.25%   61.26%   +0.01%     
================================================
  Files               106      106              
  Lines              5400     5404       +4     
================================================
+ Hits               3308     3311       +3     
- Misses             2092     2093       +1     
Impacted Files Coverage Δ
...ugraph/cugraph/dask/structure/mg_property_graph.py 17.50% <0.00%> (-0.13%) ⬇️
python/cugraph/cugraph/structure/property_graph.py 96.20% <100.00%> (+0.02%) ⬆️
...ython/cugraph/cugraph/community/ktruss_subgraph.py 88.23% <0.00%> (+2.94%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d925926...1685b04. Read the comment docs.

@ChuckHastings
Copy link
Collaborator

@gpucibot merge

@rapids-bot rapids-bot bot merged commit e935efa into rapidsai:branch-22.08 Jul 28, 2022
@BradReesWork BradReesWork added this to the 22.08 milestone Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants