File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ source rapids-configure-sccache
88
99source rapids-date-string
1010
11- source ./ci/use_conda_packages_from_prs.sh
12-
1311export CMAKE_GENERATOR=Ninja
1412
1513rapids-print-env
@@ -25,6 +23,7 @@ export RAPIDS_PACKAGE_VERSION
2523RAPIDS_ARTIFACTS_DIR=${RAPIDS_ARTIFACTS_DIR:- " ${PWD} /artifacts" }
2624mkdir -p " ${RAPIDS_ARTIFACTS_DIR} "
2725export RAPIDS_ARTIFACTS_DIR
26+ source ./ci/use_conda_packages_from_prs.sh
2827
2928# populates `RATTLER_CHANNELS` array and `RATTLER_ARGS` array
3029source rapids-rattler-channel-string
Original file line number Diff line number Diff line change 44
55set -euo pipefail
66
7- source ./ci/use_conda_packages_from_prs.sh
8-
97rapids-logger " Downloading artifacts from previous jobs"
108CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
119PYTHON_CHANNEL=$( rapids-download-conda-from-github python)
1210
11+ source ./ci/use_conda_packages_from_prs.sh
12+
1313rapids-logger " Create test conda environment"
1414. /opt/conda/etc/profile.d/conda.sh
1515
Original file line number Diff line number Diff line change 44
55set -euo pipefail
66
7- source ./ci/use_conda_packages_from_prs.sh
8-
97rapids-logger " Downloading artifacts from previous jobs"
108CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
9+ source ./ci/use_conda_packages_from_prs.sh
1110
1211rapids-logger " Create test conda environment"
1312. /opt/conda/etc/profile.d/conda.sh
Original file line number Diff line number Diff line change 44
55set -euo pipefail
66
7- source ./ci/use_conda_packages_from_prs.sh
8-
97# TODO: Remove this argument-handling when build and test workflows are separated,
108# and test_java.sh no longer calls build_java.sh
119# ref: https://github.com/rapidsai/cuvs/issues/868
2018
2119rapids-logger " Downloading artifacts from previous jobs"
2220CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
21+ source ./ci/use_conda_packages_from_prs.sh
2322
2423rapids-logger " Generate Java testing dependencies"
2524
Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ source rapids-configure-sccache
88
99source rapids-date-string
1010
11- source ./ci/use_conda_packages_from_prs.sh
12-
1311export CMAKE_GENERATOR=Ninja
1412
1513rapids-print-env
1614
1715rapids-logger " Begin py build"
1816
1917CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
18+ source ./ci/use_conda_packages_from_prs.sh
2019
2120version=$( rapids-generate-version)
2221export RAPIDS_PACKAGE_VERSION=${version}
Original file line number Diff line number Diff line change 44
55set -euo pipefail
66
7- source ./ci/use_conda_packages_from_prs.sh
8-
97rapids-logger " Downloading artifacts from previous jobs"
108CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
9+ source ./ci/use_conda_packages_from_prs.sh
1110
1211rapids-logger " Create test conda environment"
1312. /opt/conda/etc/profile.d/conda.sh
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ set -euo pipefail
66
77. /opt/conda/etc/profile.d/conda.sh
88
9- source ./ci/use_conda_packages_from_prs.sh
10-
119rapids-logger " Configuring conda strict channel priority"
1210conda config --set channel_priority strict
1311
1412CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
13+ source ./ci/use_conda_packages_from_prs.sh
1514
1615rapids-logger " Generate C++ testing dependencies"
1716rapids-dependency-file-generator \
Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ set -euo pipefail
66
77. /opt/conda/etc/profile.d/conda.sh
88
9- source ./ci/use_conda_packages_from_prs.sh
10-
119rapids-logger " Configuring conda strict channel priority"
1210conda config --set channel_priority strict
1311
1412rapids-logger " Downloading artifacts from previous jobs"
1513CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
1614PYTHON_CHANNEL=$( rapids-download-conda-from-github python)
15+ source ./ci/use_conda_packages_from_prs.sh
1716
1817rapids-logger " Generate Python testing dependencies"
1918rapids-dependency-file-generator \
You can’t perform that action at this time.
0 commit comments