Skip to content

Commit

Permalink
Remove standalone cudf-pandas integration tests job (#60)
Browse files Browse the repository at this point in the history
https://github.com/rapidsai/cudf-pandas-integration/ has been archived
and the tests were added into the cudf repo in
rapidsai/cudf#16645.
  • Loading branch information
vyasr committed Sep 3, 2024
1 parent 8c5866c commit 95fd62e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
repos: >-
rapidsai/cucim
rapidsai/cudf
rapidsai/cudf-pandas-integration
rapidsai/cugraph
rapidsai/cugraph-ops
rapidsai/cuml
Expand Down Expand Up @@ -187,24 +186,6 @@ jobs:
propagate_failure: true
trigger_workflow: true
wait_workflow: true
cudf-pandas-integration-tests:
needs: [get-run-info, cudf-build]
if: ${{ needs.cudf-build.result == 'success' && !cancelled() && inputs.run_tests }}
runs-on: ubuntu-latest
steps:
- uses: rapidsai/trigger-workflow-and-wait@v1
with:
owner: rapidsai
repo: cudf-pandas-integration
github_token: ${{ secrets.WORKFLOW_TOKEN }}
github_user: GPUtester
workflow_file_name: nightly.yaml
ref: main
wait_interval: 120
client_payload: ${{ toJSON(fromJSON(needs.get-run-info.outputs.obj).payloads.cudf-pandas-integration) }}
propagate_failure: true
trigger_workflow: true
wait_workflow: true
raft-build:
needs: [get-run-info, rmm-build, dask-cuda-build]
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 95fd62e

Please sign in to comment.