Skip to content

Commit

Permalink
fix runner for telemetry summarize to be self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Dec 18, 2024
1 parent e1b59a0 commit e42f3f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ jobs:
run_script: "ci/cudf_pandas_scripts/pandas-tests/diff.sh"

telemetry-summarize:
runs-on: ubuntu-latest
# This job must use a self-hosted runner to record telemetry traces.
runs-on: linux-amd64-cpu4
needs: pr-builder
if: ${{ vars.TELEMETRY_ENABLED == 'true' && !cancelled() }}
continue-on-error: true
Expand Down

0 comments on commit e42f3f3

Please sign in to comment.