gitlab-org--gitlab-foss/app/views/projects/runners/index.html.haml

28 lines
749 B
Text
Raw Normal View History

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