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 | |
runner jobs with tags |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Run bundle exec rake "gitlab:seed:runner_fleet"
- Open http://gdk.test:3000/admin/runners?runner_type[]=INSTANCE_TYPE
- Click on first runner that has CI jobs
- 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.
-
I have evaluated the MR acceptance checklist for this MR.