mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Stop uploading sccache stats to benchmark database (#153285)
This is not used for anything atm and potentially bloat up the size of the database Pull Request resolved: https://github.com/pytorch/pytorch/pull/153285 Approved by: https://github.com/clee2000, https://github.com/malfet
This commit is contained in:
15
.github/actions/upload-sccache-stats/action.yml
vendored
15
.github/actions/upload-sccache-stats/action.yml
vendored
@ -22,18 +22,3 @@ runs:
|
||||
retention-days: 14
|
||||
if-no-files-found: warn
|
||||
path: sccache-stats-*.json
|
||||
|
||||
- name: Format sccache stats
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m tools.stats.sccache_stats_to_benchmark_format
|
||||
env:
|
||||
BUILD_TIME: ${{ inputs.build-time }}
|
||||
|
||||
- name: Upload sccache stats as benchmark
|
||||
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
|
||||
with:
|
||||
benchmark-results-dir: test/test-reports
|
||||
dry-run: false
|
||||
schema-version: v3
|
||||
github-token: ${{ inputs.github-token }}
|
||||
|
Reference in New Issue
Block a user