Skip to content

Migrate config files that use redis.socket to Rake

Jacob Vosmaer requested to merge jv-workhorse-erb into master

What does this Merge Request do?

This replaces some config files that were still managed with sed to using Rake and ERB. My main goal was to clean up what is in /gitlab-workhorse but while I was here, it made sense to convert everything that uses /redis/redis.socket to ERB.

This MR helps towards gitlab-workhorse#248 (closed).

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Jacob Vosmaer

Merge request reports