Skip to content

Commit

Permalink
Merge pull request #204 from rapidsai/branch-0.11
Browse files Browse the repository at this point in the history
[gpuCI] Auto-merge branch-0.11 to branch-0.12 [skip ci]
  • Loading branch information
GPUtester authored Dec 6, 2019
2 parents 4633144 + d46fb2f commit 04fa244
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- PR #186 Add nbytes and len to DeviceBuffer
- PR #188 Require kwargs in `DeviceBuffer`'s constructor
- PR #194 Drop unused imports from `device_buffer.pyx`
- PR #196 Remove unused CUDA conda labels
- PR #200 Simplify DeviceBuffer methods

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion ci/cpu/librmm/upload-anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$UPLOAD_LIBRMM" == '1' ]; then

SOURCE_BRANCH=master

LABEL_OPTION="--label main --label cuda${CUDA_REL}"
LABEL_OPTION="--label main"
echo "LABEL_OPTION=${LABEL_OPTION}"

# Restrict uploads to master branch
Expand Down
2 changes: 1 addition & 1 deletion ci/cpu/rmm/upload-anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ "$UPLOAD_RMM" == "1" ]; then

SOURCE_BRANCH=master

LABEL_OPTION="--label main --label cuda9.2 --label cuda10.0 --label cuda10.1"
LABEL_OPTION="--label main"
echo "LABEL_OPTION=${LABEL_OPTION}"

test -e ${UPLOADFILE}
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda10.0.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rmm_dev
channels:
- rapidsai/label/cuda10.0
- rapidsai
- conda-forge
dependencies:
- cmake>=3.12
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/rmm_dev_cuda9.2.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rmm_dev
channels:
- rapidsai/label/cuda9.2
- rapidsai
- conda-forge
dependencies:
- cmake>=3.12
Expand Down

0 comments on commit 04fa244

Please sign in to comment.