Skip to content

Commit ade56a1

Browse files
authored
Remove Jenkins scripts (rapidsai#1143)
Since we've switched to GitHub Actions, this PR removes any old scripts that were used by Jenkins. Additionally it removes/updates any references to `gpuCI`. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) URL: rapidsai#1143
1 parent ca53a5e commit ade56a1

File tree

11 files changed

+1
-690
lines changed

11 files changed

+1
-690
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ cpp:
1717
- 'tests/**'
1818
- 'doxygen/**'
1919

20-
gpuCI:
20+
ci:
2121
- 'ci/**'

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,5 @@ contributing to. Start with _Step 3_ from above, commenting on the issue to let
5656
others know you are working on it. If you have any questions related to the
5757
implementation of the issue, ask them in the issue instead of the PR.
5858

59-
### Building and Testing on a gpuCI image locally
60-
61-
Before submitting a pull request, you can do a local build and test on your machine that mimics our gpuCI environment using the `ci/local/build.sh` script.
62-
For detailed information on usage of this script, see [here](ci/local/README.md).
63-
6459
## Attribution
6560
Portions adopted from https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# <div align="left"><img src="img/rapids_logo.png" width="90px"/>&nbsp;RMM: RAPIDS Memory Manager</div>
22

3-
[![Build Status](https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/rmm/job/branches/job/rmm-branch-pipeline/badge/icon)](https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/rmm/job/branches/job/rmm-branch-pipeline/)
4-
53
**NOTE:** For the latest stable [README.md](https://github.com/rapidsai/rmm/blob/main/README.md) ensure you are on the `main` branch.
64

75
## Resources

ci/checks/changelog.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

ci/checks/style.sh

Lines changed: 0 additions & 137 deletions
This file was deleted.

ci/cpu/build.sh

Lines changed: 0 additions & 99 deletions
This file was deleted.

ci/cpu/prebuild.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

ci/cpu/upload.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)