-| `RANDOM_RUNNER_SUFFIX` | Boolean to use a randomized runner name suffix. When `true` (default), uses `{RUNNER_NAME_PREFIX}-{13-char-random-string}`. When set to any other value, attempts to use the hostname from `/etc/hostname`. If the hostname file exists and has content, the name becomes `{RUNNER_NAME_PREFIX}-{hostname}` (or just `{hostname}` if no prefix is set). If the hostname file doesn't exist or is empty, falls back to the random string behavior. Note: will be overridden by `RUNNER_NAME` if provided. Defaults to `true`. |
0 commit comments