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

26 lines
751 B
Text
Raw Normal View History

.light.prepend-top-default
2015-09-25 12:07:36 +05:30
%p
2017-08-17 22:00:37 +05:30
A 'Runner' is a process which runs a job.
2016-11-03 12:29:30 +05:30
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
2017-08-17 22:00:37 +05:30
\- Runner is active and can process any new jobs
2015-09-25 12:07:36 +05:30
%li
%span.label.label-danger paused
2017-08-17 22:00:37 +05:30
\- Runner is paused and will not receive any new jobs
2015-09-25 12:07:36 +05:30
%hr
2017-08-17 22:00:37 +05:30
%p.lead To start serving your jobs 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
2017-08-17 22:00:37 +05:30
= render 'projects/runners/specific_runners'
2015-09-25 12:07:36 +05:30
.col-sm-6
2017-08-17 22:00:37 +05:30
= render 'projects/runners/shared_runners'