Skip to content

Added default setting for Maxbuild value

Jefferson Jones requested to merge docs/added_maxbuild_default into master

What does this MR do?

Updates the documentation to include the default settings for MaxBuild value.

Why was this MR needed?

When customers are configuring their runner toml they are not explicitly setting the MaxBuild value and its causing some confusion around expected behavior. It appears (perhaps for security reasons) that its defaults to 1 Maxbuild if not stated otherwise and causing runner instances (docker+machine) to terminate despite idletime and idlecount settings, which results in customer confusion and frustration.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

https://gitlab.slack.com/archives/CBQ76ND6W/p1582880961098500

Merge request reports