Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Nov 6, 2023
1 parent 945a0c7 commit 0d8d7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_test_file_ratings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

- name: Generate file test ratings
run: |
python3 test-infra/tools/torchci/td/calculate_file_test_rating.py
python3 test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py
python3 test-infra/tools/torchci/torchci/td/calculate_file_test_rating.py
python3 test-infra/tools/torchci/torchci/td/td_heuristic_historical_edited_files.py
# Do not run this one, it won't change
# python3 test-infra/tools/torchci/td/td_heuristic_profiling.py
# python3 test-infra/tools/torchci/torchci/td/td_heuristic_profiling.py
env:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion tools/torchci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This is meant to contain all the random python scripts we make for things like
TD, alerting, revert tracking, etc.

It was originally located in torchci/scripts but moved to here to separate the
python from the javascript/typescript.
python "packaging" from the javascript/typescript.

To run these files without needing to modify `sys.path` in each file, either
1. Run `pip install -e .` from within `tools/torchci`. The `-e` is important.
Expand Down

0 comments on commit 0d8d7d9

Please sign in to comment.