From 9782a22ab2fbf7ec4d58d9b3f69ecf863b9eebc8 Mon Sep 17 00:00:00 2001 From: Leo Meyerovich Date: Mon, 6 Jan 2025 05:35:22 -0800 Subject: [PATCH] docs(gpu ci) --- DEVELOP.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DEVELOP.md b/DEVELOP.md index 27634bf08..ad511604d 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -97,6 +97,16 @@ graphistry.__version__ GitHub Actions: See `.github/workflows` +CI runs on every PR and updates them + +### GPU CI + +GPU CI can be manually triggered by core dev team members: + +1. Push intended changes to protected branches `gpu-public` or `master` +2. Manually trigger action [ci-gpu](https://github.com/graphistry/pygraphistry/actions/workflows/ci-gpu.yml) on one of the above branches + +GPU tests can also be run locally via `./docker/test-gpu-local.sh` . ## Debugging Tips