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
38 changes: 0 additions & 38 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
rapidsai/cugraph-gnn
NVIDIA/cuml
NVIDIA/cuvs
NVIDIA/cuvs-lucene
rapidsai/dask-cuda
rapidsai/docker
rapidsai/integration
Expand Down Expand Up @@ -254,43 +253,6 @@ jobs:
client_payload: ${{ toJSON(fromJSON(needs.get-run-info.outputs.obj).payloads.cuvs) }}
propagate_failure: true
trigger_workflow: true
cuvs-lucene-build:
needs: [get-run-info, cuvs-build]
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: NVIDIA
repo: cuvs-lucene
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.cuvs-lucene) }}
propagate_failure: true
trigger_workflow: true
wait_workflow: true
cuvs-lucene-tests:
# cuvs-lucene tests currently rebuild cuVS from source, so they don't need to wait for cuvs-lucene-build to run
needs: [get-run-info, cuvs-build]
if: ${{ needs.cuvs-build.result == 'success' && !cancelled() && inputs.run_tests }}
runs-on: ubuntu-latest
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: NVIDIA
repo: cuvs-lucene
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.cuvs-lucene) }}
propagate_failure: true
trigger_workflow: true
wait_workflow: true
nvforest-build:
needs: [get-run-info, raft-build, rmm-build]
if: ${{ !cancelled() }}
Expand Down
Loading