Skip to content

Commit

Permalink
Increase visibility of GPU CI updates (#8841)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Aug 27, 2024
1 parent 277b1f9 commit ccdf9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gpuci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ env.UCX_PY_VER != env.NEW_UCX_PY_VER }} # make sure new ucx-py nightlies are available
with:
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
draft: false
commit-message: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`"
title: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`"
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ distributed/widgets/* @jacobtomlinson

# GPU Support
distributed/diagnostics/nvml.py @jacobtomlinson @quasiben
continuous_integration/gpuci/* @jacobtomlinson @quasiben

0 comments on commit ccdf9ea

Please sign in to comment.