You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[test times] Change query for periodic jobs (#7086)
Query should be faster now since it doesn't need to do a join with push,
and also queries a smaller table
Reason:
Query was hitting memory limits when I ran locally
Pros:
query no longer hits memory limits
Cons:
query semantics change slightly but should be ok
I don't think we even need the jobs to be successful now that we
continue on error in main
This does not fix the asan time out thing, that is a separate issue. If
you don't know what this means, don't worry about it
Testing:
ran `python tools/torchci/update_test_times.py` locally
0 commit comments