Skip to content

Fix documentation toml examples with [[runners.machine.autoscaling]]

Lyubomir Raykov requested to merge docs/fix-machine-example into master

What does this MR do?

Fixes toml examples with [[runners.machine.autoscaling]]. All other settings should be above it as toml doesn't care about indentation and it assigns them to the last interval. See: #25874 (comment 355248704)

Moving docs to a new location?

  • Make sure the old link is not removed and has its contents replaced with a link to the new location.
  • Make sure internal links pointing to the document in question are not broken.
  • Search and replace any links referring to old docs in GitLab Runner's source code

Closes #25874 (closed)

Merge request reports