Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/ci/jobs.rb')
-rw-r--r--lib/api/ci/jobs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/ci/jobs.rb b/lib/api/ci/jobs.rb
index 5d60c004a03..6f0a2ff7f62 100644
--- a/lib/api/ci/jobs.rb
+++ b/lib/api/ci/jobs.rb
@@ -250,7 +250,7 @@ module API
]
end
route_setting :authentication, job_token_allowed: true
- get '/allowed_agents', urgency: :low, feature_category: :deployment_management do
+ get '/allowed_agents', urgency: :default, feature_category: :deployment_management do
validate_current_authenticated_job
status 200