blob: 56cc72e2f6b31b929f056d510e3feaf665a13549 [file] [log] [blame] [edit]
"""Environmental constants utilized by multiple CQ scripts."""
import pathlib
def get_mosaic_role_path():
return pathlib.Path('/usr', 'local', 'google', 'home', 'mosaic-role')
def get_continuous_tests_path():
return pathlib.Path(get_mosaic_role_path(), 'continuous-tests')