astro-sdk
astro-sdk copied to clipboard
Move benchmarking config out of codebase to GCS
Please describe the feature you'd like to see Currently, we have config kept in the Codebase due to which whenever we want to modify it we have to generate a new docker image.
Describe the solution you'd like We can move the config to GCS and load it from there. This way any mods to config won't affect the docker image.
Are there any alternatives to this feature? Open to suggestions.
Acceptance Criteria
- [ ] While changing the config we should not generate a new docker image
When would we ever want to change the "benchmark config"?
It doesn't make sense to have the config both on github and GCS.
Closing this as discussed with the team that it is not required anymore