1
0
Fork 0
mirror of https://gitlab.wikimedia.org/ladsgroup/Phabricator-maintenance-bot synced 2024-11-08 13:12:38 +01:00

Use the closed wikis on s5 for creating new wikis

This commit is contained in:
Amir Sarabadani 2020-08-11 10:49:08 +02:00
parent e7536e1dcd
commit e04aa3a936

View file

@ -68,12 +68,13 @@ def create_apache_config_subticket(parts, task_details):
def get_dummy_wiki(shard, family):
if family == "wiktionary":
return {
"s3": "aawiki"
"s3": "aawiki",
"s5": "mhwiktionary",
}.get(shard, "?????")
else:
return {
"s3": "aawiki",
"s5": "cebwiki" # TODO: Change this to muswiki once T259004 is done
"s5": "muswiki"
}.get(shard, "?????")