From b5bb85f516b1d53f833c2bb2d5318e54fe8996aa Mon Sep 17 00:00:00 2001 From: fjetter Date: Thu, 18 Apr 2024 14:49:00 +0200 Subject: [PATCH] run in benchmark account --- tests/tpch/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tpch/utils.py b/tests/tpch/utils.py index 348e1f38a2..a84f8d1e8b 100644 --- a/tests/tpch/utils.py +++ b/tests/tpch/utils.py @@ -43,7 +43,6 @@ def get_cluster_spec(scale: int, shutdown_on_close: bool) -> dict[str, Any]: everywhere = dict( idle_timeout="24h", wait_for_workers=True, - account="dask-engineering", scheduler_vm_types=["m6i.2xlarge"], shutdown_on_close=shutdown_on_close, )