Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/test/cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export PATH="/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local
# FIXME: "source activate" line should not be needed
source /opt/conda/bin/activate rapids
env
nvidia-smi
conda list

TESTRESULTS_DIR=${WORKSPACE}/testresults
Expand Down
1 change: 1 addition & 0 deletions ci/test/cugraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export RAPIDS_DATASET_ROOT_DIR=/rapids/cugraph/datasets

# Show environment
env
nvidia-smi
conda list

TESTRESULTS_DIR=${WORKSPACE}/testresults
Expand Down
1 change: 1 addition & 0 deletions ci/test/cuml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export PATH="/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local
# FIXME: "source activate" line should not be needed
source /opt/conda/bin/activate rapids
env
nvidia-smi
conda list

TESTRESULTS_DIR=${WORKSPACE}/testresults
Expand Down
1 change: 1 addition & 0 deletions ci/test/cuspatial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export PATH="/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local
# FIXME: "source activate" line should not be needed
source /opt/conda/bin/activate rapids
env
nvidia-smi
conda list

TESTRESULTS_DIR=${WORKSPACE}/testresults
Expand Down
1 change: 1 addition & 0 deletions ci/test/daskcuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export PATH="/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local
source /opt/conda/bin/activate rapids

env
nvidia-smi
conda list

TESTRESULTS_DIR=${WORKSPACE}/testresults
Expand Down
1 change: 1 addition & 0 deletions ci/test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ conda activate rapids

gpuci_logger "Show env and current conda list"
env
nvidia-smi
conda list

export TESTRESULTS_DIR=${WORKSPACE}/testresults
Expand Down
3 changes: 3 additions & 0 deletions ci/test/notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ esac


env
nvidia-smi
conda list

/test.sh 2>&1 | tee nbtest.log
EXITCODE=$?
python /rapids/utils/nbtestlog2junitxml.py nbtest.log
Expand Down
1 change: 1 addition & 0 deletions ci/test/rmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export PATH="/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local
# FIXME: "source activate" line should not be needed
source /opt/conda/bin/activate rapids
env
nvidia-smi
conda list

TESTRESULTS_DIR=${WORKSPACE}/testresults
Expand Down
1 change: 1 addition & 0 deletions conda/recipes/rapids-build-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ requirements:
- python-confluent-kafka {{ python_confluent_kafka_version }}
- python-louvain
- rapidjson {{ rapidjson_version }}
- rapids-pytest-benchmark
- ripgrep
- s3fs
- setuptools
Expand Down