-
Notifications
You must be signed in to change notification settings - Fork 18
Description
We're adding more and more infrastructure around testing and benchmarking dask to this repo. It's proved extremely valuable.
However, this repo's original job was to hold the conda recipe for the coiled-runtime metapackage. That side of things has its own complexity. For developers not interested in coiled-runtime, figuring out which environment.yml file(s) to install locally and what scripts to run to update them adds a lot of overhead to development.
Especially since we're moving more and more towards running upstream integration tests, or even benchmark comparisons between arbitrary changes that haven't been merged yet #292, the integration testing is pretty divorced from coiled-runtime at this point.
It also seems like we get the most value from the upstream integration tests. I'm not sure if the tests pinned at a specific coiled-runtime version are used much (they don't seem to run that often?).
So a separate repo focused solely on upstream integration tests and benchmarking might simplify things a bit for both the benchmarks and coiled-runtime.