Commit ccf9ff31 authored by Wei-Meng Lee's avatar Wei-Meng Lee

Remove manually modify runner minutes section

See https://gitlab.com/gitlab-com/support/toolbox/snippets/issues/43
parent 215e909a
...@@ -753,12 +753,6 @@ Ci::Pipeline.where(project_id: p.id).where(status: 'pending').each {|p| p.cancel ...@@ -753,12 +753,6 @@ Ci::Pipeline.where(project_id: p.id).where(status: 'pending').each {|p| p.cancel
Ci::Pipeline.where(project_id: p.id).where(status: 'pending').count Ci::Pipeline.where(project_id: p.id).where(status: 'pending').count
``` ```
### Manually modify runner minutes
```ruby
Namespace.find_by_full_path("user/proj").namespace_statistics.update(shared_runners_seconds: 27360)
```
### Remove artifacts more than a week old ### Remove artifacts more than a week old
The Latest version of these steps can be found in the [job artifacts documentation](../job_artifacts.md) The Latest version of these steps can be found in the [job artifacts documentation](../job_artifacts.md)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment