Docs: Reuse the register cmd in Runner Token Architecture blueprint

What does this MR do and why?

Describe in detail what your merge request does and why.

Link to current live version

This MR adds some more details to the Next Runner Token Architecture blueprint. Most notable changes are:

  • We’ll reuse the register command and not create a deploy command, so we won’t have to make changes to Helm chart or Runner Operator;
  • Added steps to the implementation table regarding implementation of ci_runner_machines table, as well as changing the stale runner cleanup to target this table instead of ci_runners;
  • Details migration path for GraphQL CiRunner entity which contains fields that will move to ci_runner_machines, such as ipAddress or contactedAt.

This MR will also require changes to:

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

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

Edited by Pedro Pombeiro

Merge request reports

Loading