ci: fix runner utilization report undercounting busy time ~25x (#31396)

This commit is contained in:
Alison Shao
2026-07-15 22:02:38 -07:00
committed by GitHub
parent b871a509e6
commit 238448f4c8
3 changed files with 501 additions and 51 deletions
+4 -1
View File
@@ -56,7 +56,10 @@ jobs:
-p 'test_runner_utilization_report.py' -v
- name: Generate Utilization Report
timeout-minutes: 30
# Full-coverage fetch (created-filtered listing + 12h lookback) is
# ~2-3x the truncated 5000-run fetch this replaces; the old fetch
# took ~10 min, so give the full one comfortable headroom.
timeout-minutes: 55
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |