Skip to content

Commit

Permalink
Remove cugraph-ops from RAPIDS 25.04 builds. (#3675)
Browse files Browse the repository at this point in the history
* Remove cugraph-ops from RAPIDS 25.02 builds.

* Remove deploy key
  • Loading branch information
bdice authored Feb 5, 2025
1 parent 227bf11 commit b479bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
fail-fast: false
matrix:
include:
- { cuda: '12.5', libs: 'rmm kvikio cudf cudf_kafka cuspatial' }
- { cuda: '12.5', libs: 'rmm ucxx raft cuvs cumlprims_mg cuml' }
- { cuda: '12.5', libs: 'rmm ucxx raft cugraph-ops cugraph cugraph-gnn'}
- { cuda: '12.5', libs: 'rmm kvikio cudf cudf_kafka cuspatial' }
- { cuda: '12.5', libs: 'rmm ucxx raft cuvs cumlprims_mg cuml' }
- { cuda: '12.5', libs: 'rmm ucxx raft cugraph cugraph-gnn' }
permissions:
id-token: write
contents: read
Expand All @@ -63,7 +63,6 @@ jobs:
# RAPIDS_cmake_GIT_REPO: '{"upstream": "rapidsai", "tag": "branch-25.04"}'
# RAPIDS_cudf_GIT_REPO: '{"upstream": "rapidsai", "tag": "branch-25.04"}'
# RAPIDS_cudf_kafka_GIT_REPO: '{"upstream": "rapidsai", "tag": "branch-25.04"}'
# RAPIDS_cugraph_ops_GIT_REPO: '{"upstream": "rapidsai", "tag": "branch-25.04"}'
# RAPIDS_cugraph_GIT_REPO: '{"upstream": "rapidsai", "tag": "branch-25.04"}'
# RAPIDS_cugraph_gnn_GIT_REPO: '{"upstream": "rapidsai", "tag": "branch-25.04"}'
# RAPIDS_cuml_GIT_REPO: '{"upstream": "rapidsai", "tag": "branch-25.04"}'
Expand All @@ -80,7 +79,6 @@ jobs:
# Start the ssh-agent and add the repo deploy keys
if ! pgrep ssh-agent >/dev/null 2>&1; then eval "$(ssh-agent -s)"; fi
ssh-add - <<< '${{ secrets.RAPIDSAI_CUMLPRIMS_DEPLOY_KEY }}'
ssh-add - <<< '${{ secrets.RAPIDSAI_CUGRAPH_OPS_DEPLOY_KEY }}'
devcontainer-utils-init-ssh-deploy-keys || true
exec "$@"
EOF
Expand Down
1 change: 0 additions & 1 deletion ci/rapids/cuda12.5-conda/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"RAPIDS_cuvs_GIT_REPO": "${localEnv:RAPIDS_cuvs_GIT_REPO}",
"RAPIDS_cumlprims_mg_GIT_REPO": "${localEnv:RAPIDS_cumlprims_mg_GIT_REPO}",
"RAPIDS_cuml_GIT_REPO": "${localEnv:RAPIDS_cuml_GIT_REPO}",
"RAPIDS_cugraph_ops_GIT_REPO": "${localEnv:RAPIDS_cugraph_ops_GIT_REPO}",
"RAPIDS_cugraph_GIT_REPO": "${localEnv:RAPIDS_cugraph_GIT_REPO}",
"RAPIDS_cugraph_gnn_GIT_REPO": "${localEnv:RAPIDS_cugraph_gnn_GIT_REPO}",
"RAPIDS_cuspatial_GIT_REPO": "${localEnv:RAPIDS_cuspatial_GIT_REPO}"
Expand Down

0 comments on commit b479bce

Please sign in to comment.