Skip to content

Cherry-picked commit with merge conflict #1911

Cherry-picked commit with merge conflict

Cherry-picked commit with merge conflict #1911

name: Upload test stats while running
on:
schedule:
# Every hour
- cron: '0 * * * *'
concurrency:
group: upload-test-stats-while-running
cancel-in-progress: true
jobs:
upload_test_stats_while_running:
if: github.repository_owner == 'pytorch'
name: Upload test stats while running
runs-on: linux.2xlarge
steps:
- name: Checkout PyTorch
<<<<<<< HEAD

Check failure on line 19 in .github/workflows/upload-test-stats-while-running.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upload-test-stats-while-running.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.9
=======
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.8
>>>>>>> 245bf6edbc ([AUTOGENERATED] [release/2.8] skip convolution tests on Navi4x (#2675))
with:
fetch-depth: 1
submodules: false
- name: Setup Linux
uses: ./.github/actions/setup-linux
- name: Install requirements
run: |
python3 -m pip install requests==2.32.2 boto3==1.35.42
- name: Upload test stats
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 -m tools.stats.upload_test_stats_running_jobs