Skip to content

Commit

Permalink
Remove S3 download debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed Apr 17, 2024
1 parent f15b99e commit 1d8a939
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 40 deletions.
30 changes: 0 additions & 30 deletions _rapids-download-from-s3

This file was deleted.

2 changes: 0 additions & 2 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Support invoking test_cpp.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../

cp _rapids-download-from-s3 /usr/local/bin/_rapids-download-from-s3

source ./ci/test_cpp_common.sh

EXITCODE=0
Expand Down
2 changes: 0 additions & 2 deletions ci/test_python_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Support invoking test_python_cudf.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../;

cp _rapids-download-from-s3 /usr/local/bin/_rapids-download-from-s3

# Common setup steps shared by Python test jobs
source ./ci/test_python_common.sh

Expand Down
2 changes: 0 additions & 2 deletions ci/test_python_other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Support invoking test_python_cudf.sh outside the script directory
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../

cp _rapids-download-from-s3 /usr/local/bin/_rapids-download-from-s3

# Common setup steps shared by Python test jobs
source ./ci/test_python_common.sh

Expand Down
2 changes: 0 additions & 2 deletions ci/test_wheel_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

set -eou pipefail

cp _rapids-download-from-s3 /usr/local/bin/_rapids-download-from-s3

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"
RAPIDS_PY_WHEEL_NAME="cudf_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 ./dist

Expand Down
2 changes: 0 additions & 2 deletions ci/test_wheel_dask_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

set -eou pipefail

cp _rapids-download-from-s3 /usr/local/bin/_rapids-download-from-s3

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"
RAPIDS_PY_WHEEL_NAME="dask_cudf_${RAPIDS_PY_CUDA_SUFFIX}" RAPIDS_PY_WHEEL_PURE="1" rapids-download-wheels-from-s3 ./dist

Expand Down

0 comments on commit 1d8a939

Please sign in to comment.