Home
last modified time | relevance | path

Searched defs:run_build (Results 1 – 2 of 2) sorted by relevance

/build/make/ci/
Dbuild_test_suites_local_test.py49 def run_build(self, build_args: list[str]) -> subprocess.CompletedProcess: member in BuildTestSuitesLocalTest
/build/bazel/ci/
Drbc_dashboard.py126 async def run_build(flags: List[str], out_dir: str) -> bool: function