From ca4817a2ad660701ec63f5567b8bab35073351f8 Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Fri, 28 Aug 2026 13:12:31 -1000 Subject: [PATCH] Remove cuvs-lucene from the nightly pipeline `cuvs-lucene` has moved into `cuvs` at `java/cuvs-lucene` (NVIDIA/cuvs#2353). `NVIDIA/cuvs-lucene` is no longer actively developed and will be archived after the 26.10 code freeze, so the nightly is building an unmaintained snapshot. Closes #130 --- .github/workflows/nightly-pipeline.yaml | 38 ------------------------- 1 file changed, 38 deletions(-) diff --git a/.github/workflows/nightly-pipeline.yaml b/.github/workflows/nightly-pipeline.yaml index 0bd6136..3473a40 100644 --- a/.github/workflows/nightly-pipeline.yaml +++ b/.github/workflows/nightly-pipeline.yaml @@ -46,7 +46,6 @@ jobs: rapidsai/cugraph-gnn NVIDIA/cuml NVIDIA/cuvs - NVIDIA/cuvs-lucene rapidsai/dask-cuda rapidsai/docker rapidsai/integration @@ -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() }}