2018-03-17 18:26:18 +05:30
|
|
|
- breadcrumb_title "Runners"
|
2016-06-22 15:30:34 +05:30
|
|
|
- @no_container = true
|
2015-12-23 02:04:40 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
%div{ class: container_class }
|
2016-06-22 15:30:34 +05:30
|
|
|
.bs-callout
|
|
|
|
%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.
|
2016-06-22 15:30:34 +05:30
|
|
|
%br
|
2016-11-03 12:29:30 +05:30
|
|
|
Runners can be placed on separate users, servers, even on your local machine.
|
2016-06-22 15:30:34 +05:30
|
|
|
%br
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2016-06-22 15:30:34 +05:30
|
|
|
%div
|
2016-11-03 12:29:30 +05:30
|
|
|
%span Each Runner can be in one of the following states:
|
2016-06-22 15:30:34 +05:30
|
|
|
%ul
|
|
|
|
%li
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-success shared
|
2017-08-17 22:00:37 +05:30
|
|
|
\- Runner runs jobs from all unassigned projects
|
2018-10-15 14:42:47 +05:30
|
|
|
%li
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-success group
|
2018-10-15 14:42:47 +05:30
|
|
|
\- Runner runs jobs from all unassigned projects in its group
|
2016-06-22 15:30:34 +05:30
|
|
|
%li
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-info specific
|
2017-08-17 22:00:37 +05:30
|
|
|
\- Runner runs jobs from assigned projects
|
2016-08-24 12:49:21 +05:30
|
|
|
%li
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-warning locked
|
2016-11-03 12:29:30 +05:30
|
|
|
\- Runner cannot be assigned to other projects
|
2016-06-22 15:30:34 +05:30
|
|
|
%li
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-danger paused
|
2017-08-17 22:00:37 +05:30
|
|
|
\- Runner will not receive any new jobs
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
.bs-callout.clearfix
|
2018-11-08 19:23:39 +05:30
|
|
|
.float-left
|
2017-09-10 17:25:29 +05:30
|
|
|
%p
|
|
|
|
You can reset runners registration token by pressing a button below.
|
|
|
|
.prepend-top-10
|
|
|
|
= button_to _("Reset runners registration token"), reset_runners_token_admin_application_settings_path,
|
|
|
|
method: :put, class: 'btn btn-default',
|
|
|
|
data: { confirm: _("Are you sure you want to reset registration token?") }
|
|
|
|
|
2018-03-27 19:54:05 +05:30
|
|
|
= render partial: 'ci/runner/how_to_setup_shared_runner',
|
|
|
|
locals: { registration_token: Gitlab::CurrentSettings.runners_registration_token }
|
2017-09-10 17:25:29 +05:30
|
|
|
|
2016-06-22 15:30:34 +05:30
|
|
|
.append-bottom-20.clearfix
|
2018-11-08 19:23:39 +05:30
|
|
|
.float-left
|
2016-06-22 15:30:34 +05:30
|
|
|
= form_tag admin_runners_path, id: 'runners-search', class: 'form-inline', method: :get do
|
|
|
|
.form-group
|
2018-11-08 19:23:39 +05:30
|
|
|
= search_field_tag :search, params[:search], class: 'form-control input-short', placeholder: 'Runner description or token', spellcheck: false
|
2016-06-22 15:30:34 +05:30
|
|
|
= submit_tag 'Search', class: 'btn'
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
.float-right.light
|
2018-11-20 20:47:30 +05:30
|
|
|
Runners currently online: #{@active_runners_cnt}
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2016-06-22 15:30:34 +05:30
|
|
|
%br
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
- if @runners.any?
|
2018-03-17 18:26:18 +05:30
|
|
|
.runners-content
|
|
|
|
.table-holder
|
|
|
|
%table.table
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%th Type
|
|
|
|
%th Runner token
|
|
|
|
%th Description
|
|
|
|
%th Version
|
2018-03-27 19:54:05 +05:30
|
|
|
%th IP Address
|
2018-03-17 18:26:18 +05:30
|
|
|
%th Projects
|
|
|
|
%th Jobs
|
|
|
|
%th Tags
|
2018-11-08 19:23:39 +05:30
|
|
|
%th= link_to 'Last contact', admin_runners_path(safe_params.slice(:search).merge(sort: 'contacted_asc'))
|
2018-03-17 18:26:18 +05:30
|
|
|
%th
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
- @runners.each do |runner|
|
|
|
|
= render "admin/runners/runner", runner: runner
|
|
|
|
= paginate @runners, theme: "gitlab"
|
2017-09-10 17:25:29 +05:30
|
|
|
- else
|
|
|
|
.nothing-here-block No runners found
|