Skip to content

Commit

Permalink
Remove cusignal. (#31)
Browse files Browse the repository at this point in the history
This PR removes cusignal from the nightly CI workflow. The repo is
deprecated and its last release is 23.08.
https://docs.rapids.ai/notices/rsn0032/
  • Loading branch information
bdice authored Sep 22, 2023
1 parent 072a2fd commit 2a3450e
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
rapidsai/cuml
rapidsai/cumlprims_mg
rapidsai/cuopt
rapidsai/cusignal
rapidsai/cuspatial
rapidsai/cuxfilter
rapidsai/dask-cuda
Expand Down Expand Up @@ -329,42 +328,6 @@ jobs:
propagate_failure: true
trigger_workflow: true
wait_workflow: true
cusignal-build:
needs: [get-run-info]
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: rapidsai
repo: cusignal
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.cusignal) }}
propagate_failure: true
trigger_workflow: true
wait_workflow: true
cusignal-tests:
needs: [get-run-info, cusignal-build]
if: ${{ needs.cusignal-build.result == 'success' && !cancelled() && inputs.run_tests }}
runs-on: ubuntu-latest
steps:
- uses: convictional/[email protected]
with:
owner: rapidsai
repo: cusignal
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.cusignal) }}
propagate_failure: true
trigger_workflow: true
wait_workflow: true
cuspatial-build:
needs: [get-run-info, rmm-build, cudf-build]
if: ${{ !cancelled() }}
Expand Down Expand Up @@ -644,7 +607,6 @@ jobs:
- cugraph-ops-build
- cuml-build
- cumlprims_mg-build
- cusignal-build
- cuspatial-build
- cuxfilter-build
- dask-cuda-build
Expand Down

0 comments on commit 2a3450e

Please sign in to comment.