Skip to content
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
40 changes: 2 additions & 38 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
rapidsai/cuml
rapidsai/cuvs
rapidsai/cuvs-lucene
rapidsai/cuxfilter
rapidsai/dask-cuda
rapidsai/docker
rapidsai/integration
Expand Down Expand Up @@ -472,42 +471,6 @@ jobs:
propagate_failure: true
trigger_workflow: true
wait_workflow: true
cuxfilter-build:
needs: [get-run-info, cudf-build, dask-cuda-build]
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: rapidsai
repo: cuxfilter
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.cuxfilter) }}
propagate_failure: true
trigger_workflow: true
wait_workflow: true
cuxfilter-tests:
needs: [get-run-info, cuxfilter-build]
if: ${{ needs.cuxfilter-build.result == 'success' && !cancelled() && inputs.run_tests }}
runs-on: ubuntu-latest
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: rapidsai
repo: cuxfilter
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.cuxfilter) }}
propagate_failure: true
trigger_workflow: true
wait_workflow: true
dask-cuda-build:
needs: [get-run-info]
if: ${{ !cancelled() }}
Expand Down Expand Up @@ -677,9 +640,10 @@ jobs:
- cudf-build
- cugraph-build
- cuml-build
- cuxfilter-build
- cuvs-build
- dask-cuda-build
- kvikio-build
- nvforest-build
- nx-cugraph-build
- raft-build
- rmm-build
Expand Down
Loading