Skip to content

Commit 8fe66e5

Browse files
committed
TEMP: use CI artifacts from RMM/dependency PRs for testing
1 parent 76c9ece commit 8fe66e5

19 files changed

Lines changed: 72 additions & 6 deletions

ci/build_cpp.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/bin/bash
22

3-
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66

77
set -euo pipefail
8+
source ./ci/use_conda_packages_from_prs.sh
89

910
source rapids-configure-sccache
1011

ci/build_docs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
22

3-
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail
7+
source ./ci/use_conda_packages_from_prs.sh
78

89
rapids-logger "Create test conda environment"
910
. /opt/conda/etc/profile.d/conda.sh

ci/build_python.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
22

3-
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail
7+
source ./ci/use_conda_packages_from_prs.sh
78

89
source rapids-configure-sccache
910

ci/build_wheel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail
7+
source ./ci/use_wheels_from_prs.sh
78

89
package_name=$1
910
package_dir=$2

ci/build_wheel_cuopt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
set -euo pipefail
8+
source ./ci/use_wheels_from_prs.sh
89

910
source rapids-init-pip
1011

ci/build_wheel_cuopt_mps_parser.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
set -euo pipefail
8+
source ./ci/use_wheels_from_prs.sh
89

910
source rapids-init-pip
1011

ci/build_wheel_cuopt_server.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail
7+
source ./ci/use_wheels_from_prs.sh
78

89
source rapids-init-pip
910

ci/build_wheel_cuopt_sh_client.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail
7+
source ./ci/use_wheels_from_prs.sh
78

89
source rapids-init-pip
910

ci/build_wheel_libcuopt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
set -euo pipefail
6+
source ./ci/use_wheels_from_prs.sh
67

78
source rapids-init-pip
89

ci/test_cpp.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
22

3-
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -euo pipefail
7+
source ./ci/use_conda_packages_from_prs.sh
78

89
. /opt/conda/etc/profile.d/conda.sh
910

0 commit comments

Comments
 (0)