Searched refs:workspace_path (Results 1 – 3 of 3) sorted by relevance
63 workspace_path: pathlib.Path = None variable in IntegrationTestConfiguration311 self.get_config().workspace_path.as_posix(),769 if config.workspace_path.exists():770 shutil.rmtree(config.workspace_path)922 config.workspace_path = integration_test_out_path.joinpath('workspace')
188 workspace_path = get_bazel_workspace_dir()195 md5_checksum_file_path=workspace_path.joinpath('workspace_md5_checksum'),203 workspace_out_path=workspace_path,1762 workspace_path: pathlib.Path = None,1779 self.bazel_workspace = workspace_path or get_bazel_workspace_dir()
2787 workspace_path=Path('/src/workspace'),