CLN: Merge scripts/ and ci/ directories #31038
Labels
Clean
Closing Candidate
May be closeable, needs more eyeballs
Needs Discussion
Requires discussion from core team before further action
Uh oh!
There was an error while loading. Please reload this page.
While conceptually it can make sense to separate the scripts that are mostly called from the CI, than the ones that are not, I think in practice the division between
scripts/
andci/
directories is rather arbitrary.An example is
scripts/validate_docstrings.py
. We use it from the CI, but we use it locally too to validate a single function. We have also scripts inci/
that are currently not called from the CI (not sure if they are still useful, will create a separate issue to discuss):ci/check_git_tags.sh
,ci/check_cache.sh
andci/travis_process_gbq_encryption.sh
Personally, I think a different structure would make things clearer. An idea would be the next:
@jbrockmendel I think we discussed about this some time ago, and you didn't like the proposal then. Does this make sense as proposed here? Any idea if you don't like this proposal, but you agree the current structure is confusing?
The text was updated successfully, but these errors were encountered: