Skip to content

Commit

Permalink
Remove Jenkins files (#645)
Browse files Browse the repository at this point in the history
This PR removes the Jenkins files from the `integration` repository.

The tests are no longer being used here and will eventually be incorporated into our end-user images as part of the overhaul.

Authors:
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)

URL: #645
  • Loading branch information
ajschmidt8 authored May 8, 2023
1 parent 6f2530d commit 41af0b1
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 1,088 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@ setup `build`, `doc`, or `notebook` environments for RAPIDS.

See the [README](conda/recipes/README.md) for more information about the
meta-packages and how to update versions.

## RAPIDS Integration Tests

Test scripts in the `test` folder verify proper interaction across multiple
RAPIDS APIs. Tests are separated into individual subfolders based on the usage
of a specific RAPIDS library with the other RAPIDS libs.
19 changes: 0 additions & 19 deletions ci/axis/nightly-env-arm64.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions ci/axis/nightly-env.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions ci/axis/nightly-meta-arm64.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions ci/axis/nightly-meta.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions ci/axis/release-arm64.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions ci/axis/release.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions ci/axis/tests.yaml

This file was deleted.

117 changes: 0 additions & 117 deletions ci/cpu/build.sh

This file was deleted.

9 changes: 0 additions & 9 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ function sed_runner() {
$sedCmd -i.bak ''"$1"'' $2 && rm -f ${2}.bak
}

# Axis file update
sed_runner "/RAPIDS_VER/{n; s/- .*/- ${NEXT_FULL_TAG}a/}" ci/axis/nightly-env-arm64.yaml
sed_runner "/RAPIDS_VER/{n; s/- .*/- ${NEXT_FULL_TAG}a/}" ci/axis/nightly-env.yaml
sed_runner "/RAPIDS_VER/{n; s/- .*/- ${NEXT_FULL_TAG}a/}" ci/axis/nightly-meta-arm64.yaml
sed_runner "/RAPIDS_VER/{n; s/- .*/- ${NEXT_FULL_TAG}a/}" ci/axis/nightly-meta.yaml
sed_runner "/RAPIDS_VER/{n; s/- .*/- ${NEXT_FULL_TAG}/}" ci/axis/release-arm64.yaml
sed_runner "/RAPIDS_VER/{n; s/- .*/- ${NEXT_FULL_TAG}/}" ci/axis/release.yaml
sed_runner "/RAPIDS_VER/{n; s/- .*/- \"${NEXT_SHORT_TAG}\"/}" ci/axis/tests.yaml

sed_runner "/RAPIDS_VER=/ s/[0-9][0-9].[0-9][0-9]/${NEXT_SHORT_TAG}/" ci/conda-pack.sh

for FILE in .github/workflows/*.yaml; do
Expand Down
53 changes: 0 additions & 53 deletions ci/test/cudf.sh

This file was deleted.

12 changes: 0 additions & 12 deletions ci/test/cugraph.sh

This file was deleted.

42 changes: 0 additions & 42 deletions ci/test/cuml.sh

This file was deleted.

Loading

0 comments on commit 41af0b1

Please sign in to comment.