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

Function get_common_commit_sha

ci/scripts/github/github_skipped_tests_comment.py:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40
41def get_common_commit_sha():
42 command = "git merge-base origin/main HEAD"
43 proc = run_subprocess(command)
44 return proc.stdout.strip()
45
46
47def get_main_jenkins_build_number(github, common_commit):

Callers 1

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…