Skip to content

Commit

Permalink
Remove RAPIDS_VER axis, bump CUDA_VER in gpuCI matrix (#249)
Browse files Browse the repository at this point in the history
* Remove RAPIDS_VER axis from gpuCI matrix

* Bump CUDA_VER to 11.5

* Change testing log to reflect repo
  • Loading branch information
charlesbluca committed Dec 16, 2021
1 parent d0fb6d2 commit 1dc6db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions continuous_integration/gpuci/axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ PYTHON_VER:
- "3.8"

CUDA_VER:
- "11.2"
- "11.5"

LINUX_VER:
- ubuntu18.04

RAPIDS_VER:
- "22.02"

excludes:
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ conda info
conda config --show-sources
conda list --show-channel-urls

gpuci_logger "Python py.test for distributed"
gpuci_logger "Python py.test for dask-image"
py.test $WORKSPACE -v -m cupy --junitxml="$WORKSPACE/junit-dask-image.xml"

0 comments on commit 1dc6db1

Please sign in to comment.