Skip to content

Commit

Permalink
change shared-workflows branch to branch-24.12 after merging telemetr…
Browse files Browse the repository at this point in the history
…y work there
  • Loading branch information
msarahan committed Nov 4, 2024
1 parent 6c56e05 commit b51728d
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
- reexports
- top-level-telemetry-traceparent
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.12
if: always()
with:
needs: ${{ toJSON(needs) }}
changed-files:
secrets: inherit
needs: [reexports, top-level-telemetry-traceparent]
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-24.12
with:
default_endpoint: "${{needs.reexports.outputs.endpoint}}"
otel_resource_attributes: "${{needs.reexports.outputs.otel_resource_attributes}}"
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
checks:
secrets: inherit
needs: [reexports, top-level-telemetry-traceparent]
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.12
with:
enable_check_generated_files: false
ignored_pr_jobs: "final-telemetry-update"
Expand All @@ -142,7 +142,7 @@ jobs:
- reexports
- top-level-telemetry-traceparent
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.12
with:
build_type: pull-request
node_type: cpu32
Expand All @@ -154,7 +154,7 @@ jobs:
conda-cpp-tests:
needs: [conda-cpp-build, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
with:
build_type: pull-request
Expand All @@ -166,7 +166,7 @@ jobs:
conda-cpp-checks:
needs: [conda-cpp-build, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-24.12
with:
build_type: pull-request
enable_check_symbols: true
Expand All @@ -179,7 +179,7 @@ jobs:
conda-python-build:
needs: [conda-cpp-build, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.12
with:
build_type: pull-request
default_endpoint: "${{needs.reexports.outputs.endpoint}}"
Expand All @@ -190,7 +190,7 @@ jobs:
conda-python-tests:
needs: [conda-python-build, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
Expand All @@ -202,7 +202,7 @@ jobs:
conda-notebook-tests:
needs: [conda-python-build, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
with:
build_type: pull-request
Expand All @@ -218,7 +218,7 @@ jobs:
docs-build:
needs: [conda-python-build, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.12
with:
build_type: pull-request
node_type: "gpu-v100-latest-1"
Expand All @@ -233,7 +233,7 @@ jobs:
wheel-build-pylibcugraph:
needs: [checks, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
with:
build_type: pull-request
script: ci/build_wheel_pylibcugraph.sh
Expand All @@ -249,7 +249,7 @@ jobs:
wheel-tests-pylibcugraph:
needs: [wheel-build-pylibcugraph, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
Expand All @@ -262,7 +262,7 @@ jobs:
wheel-build-cugraph:
needs: [wheel-tests-pylibcugraph, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
with:
build_type: pull-request
script: ci/build_wheel_cugraph.sh
Expand All @@ -277,7 +277,7 @@ jobs:
wheel-tests-cugraph:
needs: [wheel-build-cugraph, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
Expand All @@ -293,7 +293,7 @@ jobs:
- top-level-telemetry-traceparent
- wheel-tests-pylibcugraph
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
with:
build_type: pull-request
script: ci/build_wheel_nx-cugraph.sh
Expand All @@ -305,7 +305,7 @@ jobs:
wheel-tests-nx-cugraph:
needs: [wheel-build-nx-cugraph, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
Expand All @@ -318,7 +318,7 @@ jobs:
wheel-build-cugraph-dgl:
needs: [wheel-tests-cugraph, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
with:
build_type: pull-request
script: ci/build_wheel_cugraph-dgl.sh
Expand All @@ -330,7 +330,7 @@ jobs:
wheel-tests-cugraph-dgl:
needs: [wheel-build-cugraph-dgl, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
Expand All @@ -344,7 +344,7 @@ jobs:
wheel-build-cugraph-pyg:
needs: [wheel-tests-cugraph, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
with:
build_type: pull-request
script: ci/build_wheel_cugraph-pyg.sh
Expand All @@ -356,7 +356,7 @@ jobs:
wheel-tests-cugraph-pyg:
needs: [wheel-build-cugraph-pyg, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
Expand All @@ -370,7 +370,7 @@ jobs:
wheel-build-cugraph-equivariant:
secrets: inherit
needs: [reexports, top-level-telemetry-traceparent]
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
with:
build_type: pull-request
script: ci/build_wheel_cugraph-equivariant.sh
Expand All @@ -382,7 +382,7 @@ jobs:
wheel-tests-cugraph-equivariant:
needs: [wheel-build-cugraph-equivariant, changed-files, reexports, top-level-telemetry-traceparent]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.12
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
with:
build_type: pull-request
Expand All @@ -396,7 +396,7 @@ jobs:
devcontainer:
secrets: inherit
needs: [reexports, top-level-telemetry-traceparent]
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@add-telemetry
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.12
with:
arch: '["amd64"]'
cuda: '["12.5"]'
Expand Down

0 comments on commit b51728d

Please sign in to comment.