Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/workflows/update_disabled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,3 @@ jobs:
user_email: 'test-infra@pytorch.org'
user_name: 'Pytorch Test Infra'
commit_message: 'Updating disabled tests stats'
# TODO: Remove this step when pytorch/pytorch updated to read from the new branch instead of main
- name: Push file to test-infra repository main branch
uses: dmnemec/copy_file_to_another_repo_action@eebb594efdf52bc12e1b461988d7254322dac131
env:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
with:
source_file: 'disabled-tests.json'
destination_repo: 'pytorch/test-infra'
destination_folder: 'stats'
destination_branch: main
user_email: 'test-infra@pytorch.org'
user_name: 'Pytorch Test Infra'
commit_message: 'Updating disabled tests stats'
13 changes: 0 additions & 13 deletions .github/workflows/update_slow_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,3 @@ jobs:
user_email: 'test-infra@pytorch.org'
user_name: 'PyTorch Test Infra'
commit_message: 'Updating slow tests stats'
# TODO: Remove this step when pytorch/pytorch updated to read from the new branch instead of main
- name: Push file to this repository main branch
uses: dmnemec/copy_file_to_another_repo_action@5f40763ccee2954067adba7fb8326e4df33bcb92
env:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
with:
source_file: 'slow-tests.json'
destination_repo: 'pytorch/test-infra'
destination_folder: 'stats'
destination_branch: main
user_email: 'test-infra@pytorch.org'
user_name: 'PyTorch Test Infra'
commit_message: 'Updating slow tests stats'
1 change: 1 addition & 0 deletions stats/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
slow-tests.json and disabled-tests.json files are now in the [generated-stats branch](https://github.com/pytorch/test-infra/tree/generated-stats/stats).
Loading