Skip to content

Add build tags to runner fleet seed

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR updates the bundle exec rake "gitlab:seed:runner_fleet" task, so that CI jobs generated with it also include some of the runners' tags, for a more realistic output.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

header header
runner details image
runner jobs with tags image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Run bundle exec rake "gitlab:seed:runner_fleet"
  2. Open http://gdk.test:3000/admin/runners?runner_type[]=INSTANCE_TYPE
  3. Click on first runner that has CI jobs
  4. Switch to runner jobs tag and inspect tags

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports