Skip to content

Commit

Permalink
Bump GPU CI to CUDA 11.8 (dask#8376)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Nov 28, 2023
1 parent 9503951 commit 2f04dcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PYTHON_VER:
- "3.10"

CUDA_VER:
- "11.5.2"
- "11.8.0"

LINUX_VER:
- ubuntu20.04
Expand Down
16 changes: 8 additions & 8 deletions continuous_integration/gpuci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@ export DASK_DISTRIBUTED__ADMIN__SYSTEM_MONITOR__GIL__ENABLED=False
# SETUP - Check environment
################################################################################

gpuci_logger "Check environment variables"
rapids-logger "Check environment variables"
env

gpuci_logger "Check GPU usage"
rapids-logger "Check GPU usage"
nvidia-smi

gpuci_logger "Activate conda env"
rapids-logger "Activate conda env"
. /opt/conda/etc/profile.d/conda.sh
conda activate dask

gpuci_logger "Install distributed"
rapids-logger "Install distributed"
python -m pip install -e .

gpuci_logger "Install dask"
rapids-logger "Install dask"
python -m pip install git+https://github.com/dask/dask

gpuci_logger "Check Python versions"
rapids-logger "Check Python versions"
python --version

gpuci_logger "Check conda environment"
rapids-logger "Check conda environment"
conda info
conda config --show-sources
conda list --show-channel-urls

gpuci_logger "Python py.test for distributed"
rapids-logger "Python py.test for distributed"
py.test distributed -v -m gpu --runslow --junitxml="$WORKSPACE/junit-distributed.xml"

0 comments on commit 2f04dcb

Please sign in to comment.