cmu-db / benchbase

Multi-DBMS SQL Benchmarking Framework via JDBC
https://db.cs.cmu.edu/projects/benchbase/
Other
462 stars 181 forks source link

CI: Override Cockroach DB Image Command Args #525

Open bpkroth opened 4 months ago

bpkroth commented 4 months ago

405 and #519 both require some minor tweaks to the CockroachDB startup params, however that is somewhat difficult to accomplish with Github Actions atm (see also #510).

@timveil looks like we're using a custom image that allows for a MEMORY_SIZE environment variable override.

Is it possible you could open that up for additional developers or extend it further so we can add more arguments there?