debian-mirror-gitlab/app/views/projects/runners/index.html.haml

28 lines
749 B
Text
Raw Normal View History

2015-11-26 14:37:03 +05:30
- page_title "Runners"
.light.prepend-top-default
2015-09-25 12:07:36 +05:30
%p
2016-11-03 12:29:30 +05:30
A 'Runner' is a process which runs a build.
You can setup as many Runners as you need.
2015-09-25 12:07:36 +05:30
%br
Runners can be placed on separate users, servers, and even on your local machine.
2016-11-03 12:29:30 +05:30
%p Each Runner can be in one of the following states:
2015-09-25 12:07:36 +05:30
%div
%ul
%li
%span.label.label-success active
2016-11-03 12:29:30 +05:30
\- Runner is active and can process any new builds
2015-09-25 12:07:36 +05:30
%li
%span.label.label-danger paused
2016-11-03 12:29:30 +05:30
\- Runner is paused and will not receive any new builds
2015-09-25 12:07:36 +05:30
%hr
2016-11-03 12:29:30 +05:30
%p.lead To start serving your builds you can either add specific Runners to your project or use shared Runners
2015-09-25 12:07:36 +05:30
.row
.col-sm-6
= render 'specific_runners'
.col-sm-6
= render 'shared_runners'