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

Function find_target_url

ci/scripts/github/github_skipped_tests_comment.py:157–162  ·  view source on GitHub ↗
(pr_head: dict[str, Any])

Source from the content-addressed store, hash-verified

155
156
157def find_target_url(pr_head: dict[str, Any]):
158 for status in pr_head["statusCheckRollup"]["contexts"]["nodes"]:
159 if status.get("context", "") == "tvm-ci/pr-head":
160 return status["targetUrl"]
161
162 raise RuntimeError(f"Unable to find tvm-ci/pr-head status in {pr_head}")
163
164
165def get_skipped_tests_comment(

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…