added entry to exclusion list

This commit is contained in:
Karma Riuk
2025-03-11 10:26:44 +01:00
parent a22776a96c
commit f76cd6f36f

View File

@ -14,6 +14,7 @@ EXCLUSION_LIST = [
"aosp-mirror/platform_frameworks_base", # takes ages to clone
"alibaba/druid", # tests takes literally more than 5 hours
"hashgraph/hedera-mirror-node", # requires authentication
"Starcloud-Cloud/starcloud-llmops", # requires authentication
]
def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None: