Skip to content

Commit d66d31f

Browse files
authored
[CH] swap all_test_runs to be in tests database, use different source (#7434)
Source is pytorch/pytorch#166988 <- uploads jsons while the job is running to this path
1 parent 54ec031 commit d66d31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/lambda/clickhouse-replicator-s3/lambda_function.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,14 +691,14 @@ def cloudwatch_metrics_adapter(table, bucket, key):
691691
"disabled_tests_historical": "misc.disabled_tests_historical",
692692
# fbossci-cloudwatch-metrics bucket
693693
"ghci-related": "infra_metrics.cloudwatch_metrics",
694-
"all_test_runs": "fortesting.all_test_runs",
694+
"test_jsons_while_running": "tests.all_test_runs",
695695
}
696696

697697
OBJECT_CONVERTER = {
698698
"default.merges": merges_adapter,
699699
"default.test_run_s3": handle_test_run_s3,
700700
"default.failed_test_runs": handle_test_run_s3,
701-
"fortesting.all_test_runs": handle_test_run_s3_small,
701+
"tests.all_test_runs": handle_test_run_s3_small,
702702
"default.test_run_summary": handle_test_run_summary,
703703
"default.merge_bases": merge_bases_adapter,
704704
"default.rerun_disabled_tests": rerun_disabled_tests_adapter,

0 commit comments

Comments
 (0)