File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,16 +46,11 @@ jobs:
4646 container_image : " rapidsai/ci-conda:latest"
4747 script : " ci/build_docs.sh"
4848 telemetry-summarize :
49- runs-on : ubuntu-latest
49+ # This job must use a self-hosted runner to record telemetry traces.
50+ runs-on : linux-amd64-cpu4
5051 needs : pr-builder
51- if : always()
52+ if : ${{ vars.TELEMETRY_ENABLED == 'true' && !cancelled() }}
5253 continue-on-error : true
5354 steps :
54- - name : Load stashed telemetry env vars
55- uses : rapidsai/shared-actions/telemetry-dispatch-load-base-env-vars@main
56- with :
57- load_service_name : true
5855 - name : Telemetry summarize
59- uses : rapidsai/shared-actions/telemetry-dispatch-write-summary@main
60- with :
61- cert_concat : " ${{ secrets.OTEL_EXPORTER_OTLP_CA_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE }};${{ secrets.OTEL_EXPORTER_OTLP_CLIENT_KEY }}"
56+ uses : rapidsai/shared-actions/telemetry-dispatch-summarize@main
You can’t perform that action at this time.
0 commit comments