From f26123593263181a4396f468243a4f4e4cf6039b Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 29 Jun 2026 16:51:33 -0500 Subject: [PATCH] move cuvs-lucene and raft to 'NVIDIA' org --- .github/workflows/nightly-pipeline.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly-pipeline.yaml b/.github/workflows/nightly-pipeline.yaml index f2ffd59..be71855 100644 --- a/.github/workflows/nightly-pipeline.yaml +++ b/.github/workflows/nightly-pipeline.yaml @@ -46,7 +46,7 @@ jobs: rapidsai/cugraph-gnn rapidsai/cuml NVIDIA/cuvs - rapidsai/cuvs-lucene + NVIDIA/cuvs-lucene rapidsai/dask-cuda rapidsai/docker rapidsai/integration @@ -55,7 +55,7 @@ jobs: rapidsai/nx-cugraph rapidsai/rapids-cmake rapidsai/rapidsmpf - rapidsai/raft + NVIDIA/raft rapidsai/rmm rapidsai/ucxx rmm-build: @@ -190,7 +190,7 @@ jobs: steps: - uses: rapidsai/shared-actions/trigger-workflow-and-wait@main with: - owner: rapidsai + owner: NVIDIA repo: raft github_token: ${{ secrets.WORKFLOW_TOKEN }} github_user: GPUtester @@ -208,7 +208,7 @@ jobs: steps: - uses: rapidsai/shared-actions/trigger-workflow-and-wait@main with: - owner: rapidsai + owner: NVIDIA repo: raft github_token: ${{ secrets.WORKFLOW_TOKEN }} github_user: GPUtester @@ -261,7 +261,7 @@ jobs: steps: - uses: rapidsai/shared-actions/trigger-workflow-and-wait@main with: - owner: rapidsai + owner: NVIDIA repo: cuvs-lucene github_token: ${{ secrets.WORKFLOW_TOKEN }} github_user: GPUtester @@ -280,7 +280,7 @@ jobs: steps: - uses: rapidsai/shared-actions/trigger-workflow-and-wait@main with: - owner: rapidsai + owner: NVIDIA repo: cuvs-lucene github_token: ${{ secrets.WORKFLOW_TOKEN }} github_user: GPUtester