MCPcopy Create free account
hub / github.com/apache/tvm / retrieve_test_report

Function retrieve_test_report

ci/scripts/github/github_skipped_tests_comment.py:36–38  ·  view source on GitHub ↗
(s3_url, target_dir)

Source from the content-addressed store, hash-verified

34
35
36def retrieve_test_report(s3_url, target_dir):
37 command = f"aws --region us-west-2 s3 cp {s3_url} {target_dir} --recursive --no-sign-request"
38 run_subprocess(command)
39
40
41def get_common_commit_sha():

Callers 1

retrieve_test_reportsFunction · 0.85

Calls 1

run_subprocessFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…