ci: fix runner utilization report undercounting busy time ~25x (#31396)
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user