"""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') |