Remove most rockset references (#139922)

Remove most references to rockset:
* replace comments and docs with a generic "backend database"
* Delete `upload_to_rockset`, so we no longer need to install the package.
* Do not upload perf stats to rockset as well (we should be completely on DynamoDB now right @huydhn?)

According to VSCode, it went from 41 -> 7 instances of "rockset" in the repo
Pull Request resolved: https://github.com/pytorch/pytorch/pull/139922
Approved by: https://github.com/huydhn, https://github.com/ZainRizvi
This commit is contained in:
Catherine Lee
2024-11-12 21:17:43 +00:00
committed by PyTorch MergeBot
parent 4675875d16
commit 0db21a6b23
21 changed files with 31 additions and 129 deletions

View File

@ -1037,7 +1037,7 @@ def get_pytest_args(options, is_cpp_test=False, is_distributed_test=False):
if RERUN_DISABLED_TESTS:
# Distributed tests are too slow, so running them x50 will cause the jobs to timeout after
# 3+ hours. So, let's opt for less number of reruns. We need at least 150 instances of the
# test every 2 weeks to satisfy the Rockset query (15 x 14 = 210). The same logic applies
# test every 2 weeks to satisfy the SQL query (15 x 14 = 210). The same logic applies
# to ASAN, which is also slow
count = 15 if is_distributed_test or TEST_WITH_ASAN else 50
# When under rerun-disabled-tests mode, run the same tests multiple times to determine their