Skip to content

fix: Replaces runner tag

John Skarbek requested to merge jts/remove-docker-tag into master

What does this MR do and why?

Addresses the runner tag deprecation: gitlab-com/gl-infra/delivery#20134 (closed)

Content

  • The tag docker is soon to be deprecated - gitlab-runner#30829
  • Specifying the small type as this is the default - and is suitable for our needs here
  • Not leaving the tag specified enables this job to be picked up by some runners where DinD is not supported, so we ensure this tag is present. This includes any private or shared runners which are part of the gitlab-org group.

Author Check-list

  • Has documentation been updated?
Edited by John Skarbek

Merge request reports