dgl icon indicating copy to clipboard operation
dgl copied to clipboard

[Do Not Merge] [Feature]Add cugraph nightly into CI

Open VibhuJawa opened this issue 3 years ago • 4 comments

Description

This PR tries to add cugraph-nightly build to the DGL CI. Please note, this is just an experiment to see if we can take a approach like this for testing.

Related Issue: https://github.com/dmlc/dgl/issues/4324

Checklist

Please feel free to remove inapplicable items for your PR.

  • [x] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • [ ] Changes are complete (i.e. I finished coding on this PR)
  • [ ] All changes have test coverage
  • [ ] Code is well-documented
  • [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
  • [ ] Related issue is referred in this PR
  • [ ] If the PR is for a new model/paper, I've updated the example index here.

Changes

VibhuJawa avatar Aug 02 '22 23:08 VibhuJawa

To trigger regression tests:

  • @dgl-bot run [instance-type] [which tests] [compare-with-branch]; For example: @dgl-bot run g4dn.4xlarge all dmlc/master or @dgl-bot run c5.9xlarge kernel,api dmlc/master

dgl-bot avatar Aug 02 '22 23:08 dgl-bot

Commit ID: f0f8089a0306652c09ecaebd40d16bfc4085ec48

Build ID: 1

Status: ❌ CI test failed in Stage [PyTorch Cugraph GPU Build].

Report path: link

Full logs path: link

dgl-bot avatar Aug 02 '22 23:08 dgl-bot

Commit ID: 34eae16de69832037763452d754e97da97d79143

Build ID: 2

Status: ❌ CI test failed in Stage [PyTorch Cugraph GPU Build].

Report path: link

Full logs path: link

dgl-bot avatar Aug 02 '22 23:08 dgl-bot

Nightly build is not quite stable? Why not pick up the incoming stable one: nvcr.io/nvidia/pytorch:22.08-py3? is this the stable counterpart of the nightly build you're using?

Rhett-Ying avatar Aug 03 '22 01:08 Rhett-Ying

Commit ID: None

Build ID: 4

Status: ✅ CI test succeeded

Report path: link

Full logs path: link

dgl-bot avatar Sep 06 '22 01:09 dgl-bot

Closing this in favor of https://github.com/dmlc/dgl/pull/4525

VibhuJawa avatar Sep 07 '22 21:09 VibhuJawa