Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove standalone cudf-pandas integration tests job #60

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -186,24 +185,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