Skip to content

Switch to using the new runner config for cache

DJ Mountney requested to merge move-deprecated-runner-config into master

What does this MR do?

The old method still works, but is deprecated, and overrides what was placed in the runner config. This allows users to change the config using the new method without needing to null out our defaults. And users who have set values via the old method will still have those values honoured.

Related issues

Fixes: #2533 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by DJ Mountney

Merge request reports