opensearch-project/opensearch-ci
[Enhancement] Adding an entrypoint to allow custom Global Tools modifications
开放
#216 创建于 2022年11月2日
enhancementgood first issue
仓库指标
- 星标
- (21 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Right now we are directly adding custom global tools configurations here:
This is not generic enough and we should follow the envVars approach here, by adding a class to read from a custom configurations files if we need any custom tweaks on the global tools:
Thanks.