Skip to content

Commit

Permalink
remove manual job name passing
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 14, 2024
1 parent a23c039 commit efdddb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
runs-on: ubuntu-latest
outputs:
traceparent: ${{ steps.telemetry-setup.outputs.TRACEPARENT }}
env:
OTEL_SERVICE_NAME: "telemetry-setup"
steps:
# Temporary until ci-imgs build with
# https://github.com/rapidsai/gha-tools/commit/8bd8fca71b5fae38b1493c547d15e73da40b32e1#diff-f1f054b2906bfd36ad706ed2fa6aa028fa529e65b25167e4ca7ca45546d59ed8R14
Expand Down Expand Up @@ -129,7 +127,6 @@ jobs:
run_script: "ci/build_docs.sh"
traceparent: ${{ needs.telemetry-setup.outputs.traceparent }}
default_endpoint: https://136.49.91.190:4318
OTEL_SERVICE_NAME: "docs-build / build"
wheel-build-cpp:
needs:
- checks
Expand All @@ -142,7 +139,6 @@ jobs:
script: ci/build_wheel_cpp.sh
traceparent: ${{ needs.telemetry-setup.outputs.traceparent }}
default_endpoint: https://136.49.91.190:4318
OTEL_SERVICE_NAME_PREFIX: wheel-build-cpp
wheel-build-python:
needs:
- wheel-build-cpp
Expand All @@ -154,7 +150,6 @@ jobs:
script: ci/build_wheel_python.sh
traceparent: ${{ needs.telemetry-setup.outputs.traceparent }}
default_endpoint: https://136.49.91.190:4318
OTEL_SERVICE_NAME_PREFIX: wheel-build-python
wheel-tests:
needs: [wheel-build-python, changed-files, telemetry-setup]
secrets: inherit
Expand Down

0 comments on commit efdddb9

Please sign in to comment.