Commit 920fc2e3 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'remove-obsolete-chaos-routes' into 'master'

Remove obsolete chaos routes

See merge request gitlab-org/gitlab-ce!30706
parents be798137 f9ad0dfb
......@@ -125,13 +125,6 @@ Rails.application.routes.draw do
get :kill
end
end
if ENV['GITLAB_ENABLE_CHAOS_ENDPOINTS']
get '/chaos/leakmem' => 'chaos#leakmem'
get '/chaos/cpuspin' => 'chaos#cpuspin'
get '/chaos/sleep' => 'chaos#sleep'
get '/chaos/kill' => 'chaos#kill'
end
end
concern :clusterable do
......
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