Skip to content

Commit

Permalink
Check if latest nightly succeeded.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 14, 2024
1 parent 76b35ad commit e3ca0a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# Please keep pr-builder as the top job here
pr-builder:
needs:
- check-nightly-ci
- changed-files
- checks
- conda-cpp-build
Expand Down Expand Up @@ -54,6 +55,24 @@ jobs:
- name: Telemetry setup
if: ${{ vars.TELEMETRY_ENABLED == 'true' }}
uses: rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars@main
check-nightly-ci:
runs-on: ubuntu-latest
container:
# Just need an image where Python is available
image: rapidsai/ci-wheel:latest
env:
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check if nightly CI is passing
uses: rapidsai/shared-actions/check_nightly_success/dispatch@feat/check_nightly_ci
with:
# TODO: Change back before merging, just using cugraph to demonstrate a failure
repo: cugraph
#repo: cudf
# TODO: Remove envs once the shared-actions PR is merged.
env:
SHARED_ACTIONS_REPO: rapidsai/shared-actions
SHARED_ACTIONS_REF: feat/check_nightly_ci
changed-files:
secrets: inherit
needs: telemetry-setup
Expand Down

0 comments on commit e3ca0a9

Please sign in to comment.