Compare commits

...

2 Commits

Author SHA1 Message Date
864f3b5303 tc 2025-10-14 15:37:10 -07:00
4de8aca624 tc 2025-10-14 15:34:08 -07:00

View File

@ -296,4 +296,12 @@ if __name__ == "__main__":
remove_nan_inf(test_cases),
)
# Part of an experiment to see if we can handle all the data as is
upload_workflow_stats_to_s3(
args.workflow_run_id,
args.workflow_run_attempt,
"all_test_runs",
remove_nan_inf(test_cases),
)
upload_additional_info(args.workflow_run_id, args.workflow_run_attempt, test_cases)