From b612c0bf4031ac72835721bd165324233b086f02 Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Wed, 27 May 2020 14:42:43 -0500 Subject: [PATCH] DOC Update BUILD.md --- BUILD.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index e4f1dd4aa9..a8d22f18d9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -140,9 +140,7 @@ Using as an example developer working on cuML and RAFT, we recommend the followi This will facilitate development, and the `RAFT_PATH` variable will make it so that the downstream repository, in this case cuML, builds using the locally cloned RAFT (as descrbed in the first step). -### Submitting PRs - -If you are submitting changes to RAFT itself, without changing downstream repos, you can use the config file located in `ci/prtest.config` to trigger RAFT's CI to run tests of downstream repositories. +### Submitting PRs Guidelines If you have changes to both RAFT and at least one downstream repo, then: