Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 415f71d

Browse files
committed
Merge branch 'update_readme' into 'master'
Update readme for easily installing runners Related to https://gitlab.com/gitlab-org/omnibus-gitlab-runner/merge_requests/3 See merge request !15
2 parents bdfabd9 + bc4308c commit 415f71d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,7 @@ And restart runner
197197

198198
## Easily add Runners to existing GitLab CI
199199

200-
GitLab.com uses GitLab CI to test our own builds. To quickly spin up some extra runners in time of need, we have setup a runner as described above, with all the relevant dependencies for our builds and have taken a snapshot of this runner.
201-
202-
To quickly add a runner, have the registration token at hand and:
203-
204-
- instantiate a new VPS with the snapshot `gitlab-ci-runner-2gb-2gbswap`
205-
- `bundle exec ./bin/setup`
206-
- `sudo service gitlab-ci-runner start`
207-
208-
Now the runner will start to pick up builds automatically. When you are done with it, you can destroy the VPS without worrying about anything. For testing GitLab itself, use of a runner with >= 2GB RAM is recommended.
200+
See [omnibus gitlab runner](https://gitlab.com/gitlab-org/omnibus-gitlab-runner/blob/master/doc/install/README.md).
209201

210202
## Development
211203

0 commit comments

Comments
 (0)