Skip to content
Snippets Groups Projects
Commit 9e14ebe6 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Update CHANGELOG and doc for locked runner feature

parent 7fa80a79
No related branches found
No related tags found
2 merge requests!4734!4093 is giving me 502,!4093Make it possible to lock runner on a specific project
Loading
Loading
@@ -39,6 +39,7 @@ v 8.9.0 (unreleased)
- Projects pending deletion will render a 404 page
- Measure queue duration between gitlab-workhorse and Rails
- Make authentication service for Container Registry to be compatible with < Docker 1.11
- Make it possible to lock a runner from being enabled for other projects
- Add Application Setting to configure Container Registry token expire delay (default 5min)
- Cache assigned issue and merge request counts in sidebar nav
- Use Knapsack only in CI environment
Loading
Loading
Loading
Loading
@@ -96,6 +96,12 @@ To register the runner, run the command below and follow instructions:
sudo gitlab-runner register
```
 
### Lock a specific runner from being enabled from other projects
You can configure a runner to prevent it from being enabled for the other
projects, so it's exclusive to current projects. This setting is available
on each runner in *Project Settings* > *Runners*.
### Making an existing Shared Runner Specific
 
If you are an admin on your GitLab instance,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment