Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip conda-python-tests on arm64 (#70)
All of this repo's `conda-python-tests` jobs have conditions in them like "skip on ARM": https://github.com/rapidsai/cugraph-gnn/blob/2dd300122dfd6fdea70c9d20c276a3c5946b7613/ci/test_python.sh#L100 https://github.com/rapidsai/cugraph-gnn/blob/2dd300122dfd6fdea70c9d20c276a3c5946b7613/ci/test_python.sh#L141 https://github.com/rapidsai/cugraph-gnn/blob/2dd300122dfd6fdea70c9d20c276a3c5946b7613/ci/test_python.sh#L183 As a result, right now the arm64 `conda-python-tests` jobs are just wasting CI resources... they're spending ~40+~ 5-10 minutes occupying a GPU runner just to download some datasets and then exit ([example build link](https://github.com/rapidsai/cugraph-gnn/actions/runs/11858773988/job/33056063652?pr=69)). This proposes never even starting those jobs, to make CI here less expensive. ## Notes for Reviewers ### But why are we skipping arm at all? Lack of pytorch packages. See #61 (comment) Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Jake Awe (https://github.com/AyodeAwe) URL: #70
- Loading branch information