From 88ddfd23f6ad79c51646c0b8d70eb72c132d6b61 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 17 Jan 2025 14:54:02 -0600 Subject: [PATCH] remove cugraph-ops from nightly pipeline (#70) Contributes to https://github.com/rapidsai/build-infra/issues/155 (private issue) Stops triggering nightly builds and tests of `cugraph-ops`. ## Notes for Reviewers This should not be merged until the following are complete: * [x] https://github.com/rapidsai/cugraph-gnn/pull/99 --- .github/workflows/nightly-pipeline.yaml | 43 ++----------------------- 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/.github/workflows/nightly-pipeline.yaml b/.github/workflows/nightly-pipeline.yaml index 83c2279..f360b25 100644 --- a/.github/workflows/nightly-pipeline.yaml +++ b/.github/workflows/nightly-pipeline.yaml @@ -29,7 +29,6 @@ jobs: rapidsai/cugraph rapidsai/cugraph-docs rapidsai/cugraph-gnn - rapidsai/cugraph-ops rapidsai/cuml rapidsai/cumlprims_mg rapidsai/cuspatial @@ -296,7 +295,7 @@ jobs: trigger_workflow: true wait_workflow: true cugraph-build: - needs: [get-run-info, rmm-build, cudf-build, raft-build, dask-cuda-build, cugraph-ops-build] + needs: [get-run-info, rmm-build, cudf-build, raft-build, dask-cuda-build] if: ${{ !cancelled() }} runs-on: ubuntu-latest steps: @@ -547,42 +546,6 @@ jobs: propagate_failure: true trigger_workflow: true wait_workflow: true - cugraph-ops-build: - needs: [get-run-info, rmm-build, raft-build] - if: ${{ !cancelled() }} - runs-on: ubuntu-latest - steps: - - uses: rapidsai/trigger-workflow-and-wait@v1 - with: - owner: rapidsai - repo: cugraph-ops - github_token: ${{ secrets.WORKFLOW_TOKEN }} - github_user: GPUtester - workflow_file_name: build.yaml - ref: ${{ fromJSON(needs.get-run-info.outputs.obj).branch }} - wait_interval: 120 - client_payload: ${{ toJSON(fromJSON(needs.get-run-info.outputs.obj).payloads.cugraph-ops) }} - propagate_failure: true - trigger_workflow: true - wait_workflow: true - cugraph-ops-tests: - needs: [get-run-info, cugraph-ops-build] - if: ${{ needs.cugraph-ops-build.result == 'success' && !cancelled() && inputs.run_tests }} - runs-on: ubuntu-latest - steps: - - uses: rapidsai/trigger-workflow-and-wait@v1 - with: - owner: rapidsai - repo: cugraph-ops - github_token: ${{ secrets.WORKFLOW_TOKEN }} - github_user: GPUtester - workflow_file_name: test.yaml - ref: ${{ fromJSON(needs.get-run-info.outputs.obj).branch }} - wait_interval: 120 - client_payload: ${{ toJSON(fromJSON(needs.get-run-info.outputs.obj).payloads.cugraph-ops) }} - propagate_failure: true - trigger_workflow: true - wait_workflow: true cucim-build: needs: [get-run-info] if: ${{ !cancelled() }} @@ -638,7 +601,7 @@ jobs: trigger_workflow: true wait_workflow: true cugraph-docs-build: - needs: [get-run-info, cugraph-build, cugraph-gnn-build, cugraph-ops-build, nx-cugraph-build] + needs: [get-run-info, cugraph-build, cugraph-gnn-build, nx-cugraph-build] if: ${{ !cancelled() }} runs-on: ubuntu-latest steps: @@ -698,7 +661,6 @@ jobs: - cudf-build - cugraph-build - cugraph-gnn-build - - cugraph-ops-build - cuml-build - cumlprims_mg-build - cuspatial-build @@ -734,7 +696,6 @@ jobs: - cudf-build - cugraph-build - cugraph-gnn-build - - cugraph-ops-build - cuml-build - cumlprims_mg-build - cuspatial-build