From 95fd62edf3ba10ef1fed88690ae1ef2ab496db7a Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 3 Sep 2024 13:46:41 -0700 Subject: [PATCH] Remove standalone cudf-pandas integration tests job (#60) https://github.com/rapidsai/cudf-pandas-integration/ has been archived and the tests were added into the cudf repo in https://github.com/rapidsai/cudf/pull/16645. --- .github/workflows/nightly-pipeline.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/nightly-pipeline.yaml b/.github/workflows/nightly-pipeline.yaml index 90e0f44..48ecf90 100644 --- a/.github/workflows/nightly-pipeline.yaml +++ b/.github/workflows/nightly-pipeline.yaml @@ -26,7 +26,6 @@ jobs: repos: >- rapidsai/cucim rapidsai/cudf - rapidsai/cudf-pandas-integration rapidsai/cugraph rapidsai/cugraph-ops rapidsai/cuml @@ -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() }}