opensearch-project/opensearch-ci

[Enhancement] Adding an entrypoint to allow custom Global Tools modifications

Open

#216 opened on Nov 2, 2022

 (0 comments) (0 reactions) (0 assignees)TypeScript (28 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide