From cab0572cd1cca65779fe60c37d2ab6f026adccac Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Fri, 15 Nov 2024 14:47:23 +0100 Subject: [PATCH] Run geospatial benchmarks using on-demand clusters --- tests/geospatial/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/geospatial/conftest.py b/tests/geospatial/conftest.py index 445b9d112c..2fc13fc768 100644 --- a/tests/geospatial/conftest.py +++ b/tests/geospatial/conftest.py @@ -192,6 +192,7 @@ def _(n_workers, env=None, **cluster_kwargs): name=cluster_name, tags=github_cluster_tags, n_workers=n_workers, + spot_policy="on-demand", **cluster_kwargs, ) as cluster: if env: