Searched refs:target_platforms (Results 1 – 2 of 2) sorted by relevance
56 def DownloadArchivesIfNeeded(self, target_platforms=None): argument71 if target_platforms is None:72 target_platforms = _ALL_PLATFORMS74 assert isinstance(target_platforms, list), 'Must pass platforms as a list'75 target_platforms = target_platforms + [_DEFAULT_PLATFORM]103 for target_platform in target_platforms:
169 test_archive_info.DownloadArchivesIfNeeded(target_platforms=['linux'])