diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2015-04-13 11:34:16 +0200 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2015-04-13 11:34:16 +0200 |
commit | 7601870f690d62aa3c96059b3b09218145501b41 (patch) | |
tree | 623867e8c6651940586343b3a440f0f52981806e | |
parent | 667f6eb9c94aa306b09bb712f5f01d8df569b963 (diff) | |
download | gitlab-ci-7601870f690d62aa3c96059b3b09218145501b41.tar.gz |
address line comments
-rw-r--r-- | doc/runners/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/runners/README.md b/doc/runners/README.md index 408b3dd..63a3ffe 100644 --- a/doc/runners/README.md +++ b/doc/runners/README.md @@ -1,7 +1,8 @@ # Runners In GitLab CI, Runners run your [jobs](jobs/README.md). -A runner is an isolated (virtual) machine that gets activated by the coordinator. +A runner is an isolated (virtual) machine that picks up builds +through the coordinator API of GitLab CI. A runner can be specific to a certain project or serve any project in GitLab CI. A runner that serves all projects is called a shared runner. @@ -9,7 +10,7 @@ in GitLab CI. A runner that serves all projects is called a shared runner. ## Shared vs. Specific Runners A runner that is specific only runs for the specified project. A shared runner -can run jobs for every project that has enable the option +can run jobs for every project that has enabled the option `Allow shared runners`. **Shared runners** are useful for jobs that have similar requirements, |