From 2fb6bee06a65eb2443ac9b38a928e8a01bec46b1 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Tue, 29 Oct 2024 13:50:16 -0500 Subject: [PATCH] rename final telemetry update job --- .github/workflows/pr.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index fa48aab945c..f69ea795a5d 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -10,7 +10,6 @@ concurrency: cancel-in-progress: true env: - # TODO: put this in a shared org-wide secret? OTEL_SERVICE_NAME: 'pr-cudf' # TODO: this should be set as an org-wide variable OTEL_EXPORTER_OTLP_ENDPOINT: https://tempo.gha-runners.nvidia.com:4318 @@ -152,7 +151,7 @@ jobs: uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@add-telemetry with: enable_check_generated_files: false - ignored_pr_jobs: "final_span_update" + ignored_pr_jobs: "final-telemetry-update" default_endpoint: "${{needs.telemetry-setup.outputs.endpoint}}" traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} conda-cpp-build: @@ -410,7 +409,7 @@ jobs: run_script: "ci/cudf_pandas_scripts/pandas-tests/diff.sh" default_endpoint: "${{needs.telemetry-setup.outputs.endpoint}}" traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} - final_span_update: + final-telemetry-update: runs-on: ubuntu-latest needs: [pr-builder, telemetry-setup] steps: