coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

Disable non-dask tpch query runs in CI #1330

Closed fjetter closed 7 months ago

fjetter commented 7 months ago

It appears that duckdb, polars and spark tests are running for every commit on main. Let's disable that and only run them on request.

hendrikmakait commented 7 months ago

FWIW, I've found and implemented an easy way to run these once a week to ensure that things keep working. Given that we've run them on every CI run, including PRs, that's much less. Adjusting it to a longer interval or completely disabling for scheduled runs is trivial.