Skip to content

Commit 7165c1c

Browse files
authored
fix get_cluster a3plys-benchmark to us-east5 (GoogleCloudPlatform#839)
1 parent 7a8fab2 commit 7165c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/map_reproducibility/utils/common_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ def get_gcs_automation_repo_path(tmpdir):
10691069

10701070
def get_cluster(hardware: str = "a3ultra"):
10711071
if hardware == "a3mega":
1072-
return "a3plus-benchmark", "australia-southeast1"
1072+
return "a3plus-benchmark", "us-east5"
10731073
if hardware == "a3ultra":
10741074
return "imo-a3ultra", "europe-west1"
10751075
if hardware == "a4":

0 commit comments

Comments
 (0)