Skip to content

Add 1 instance runner to the runner fleet rake seed

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR builds up on the recently merged rake task to make one of the runners generated be an instance-level runner.

Screenshots or screen recordings

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

before after
image image

How to set up and validate locally

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

Run the following command:

bundle exec rake "gitlab:seed:runner_fleet[root, rf-]"

You can use tail -f log/application_json.log to follow the operation logs.

You should then be able to see the 1 instance runner in the instance runners tab.

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