Skip to content

Commit 2333175

Browse files
committed
Revert "use ci artifacts"
This reverts commit 64c9402.
1 parent e06598e commit 2333175

18 files changed

+1
-78
lines changed

ci/build_cpp.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set -euo pipefail
77
source rapids-configure-sccache
88
source rapids-date-string
99

10-
source ./ci/use_conda_packages_from_prs.sh
1110
export CMAKE_GENERATOR=Ninja
1211

1312
rapids-print-env

ci/build_docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
set -euo pipefail
55

66
rapids-logger "Downloading artifacts from previous jobs"
7-
source ./ci/use_conda_packages_from_prs.sh
87
CPP_CHANNEL=$(rapids-download-conda-from-github cpp)
98
PYTHON_CHANNEL=$(rapids-download-conda-from-github python)
109

ci/build_python.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ set -euo pipefail
77
source rapids-configure-sccache
88
source rapids-date-string
99

10-
source ./ci/use_conda_packages_from_prs.sh
11-
1210
export CMAKE_GENERATOR=Ninja
1311

1412
rapids-print-env

ci/build_wheel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
set -euo pipefail
66

7-
source ./ci/use_wheels_from_prs.sh
87
package_name=$1
98
package_dir=$2
109

ci/build_wheel_cuml.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ set -euo pipefail
66

77
source rapids-init-pip
88

9-
source ./ci/use_wheels_from_prs.sh
109
package_name="cuml"
1110
package_dir="python/cuml"
1211

ci/run_ctests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/bash
2-
# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
2+
# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION.
33
# SPDX-License-Identifier: Apache-2.0
44

55
set -euo pipefail
66

7-
source ./ci/use_conda_packages_from_prs.sh
87
# Support customizing the ctests' install location
98
cd "${INSTALL_PREFIX:-${CONDA_PREFIX:-/usr}}/bin/gtests/libcuml/"
109

ci/run_cuml_dask_pytests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
source ./ci/use_conda_packages_from_prs.sh
6-
75
# Support invoking run_cuml_dask_pytests.sh outside the script directory
86
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/tests/dask || exit 1
97

ci/run_cuml_integration_pytests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
source ./ci/use_conda_packages_from_prs.sh
6-
75
# Support invoking run_cuml_singlegpu_pytests.sh outside the script directory
86
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/tests || exit 1
97

ci/run_cuml_singlegpu_accel_pytests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
source ./ci/use_conda_packages_from_prs.sh
6-
75
# Support invoking run_cuml_singlegpu_accel_pytests.sh outside the script directory
86
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/cuml_accel_tests || exit 1
97

ci/run_cuml_singlegpu_pytests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# SPDX-FileCopyrightText: Copyright (c) 2024-2025, NVIDIA CORPORATION.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
source ./ci/use_conda_packages_from_prs.sh
6-
75
# Support invoking run_cuml_singlegpu_pytests.sh outside the script directory
86
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../python/cuml/tests || exit 1
97

0 commit comments

Comments
 (0)