summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-07-15 02:28:18 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-07-15 02:28:18 +0000
commit920fc2e3896de4a4a88689bead6c053029cebd1c (patch)
tree1de7d3775da82d4a95103b6301e067db3901bf14
parentbe798137639021cedcddea09acc65fea2ba7851a (diff)
parentf9ad0dfbf2d9ecf4c9fdaec9285032c5d0f0dd4c (diff)
downloadgitlab-ce-920fc2e3896de4a4a88689bead6c053029cebd1c.tar.gz
Merge branch 'remove-obsolete-chaos-routes' into 'master'
Remove obsolete chaos routes See merge request gitlab-org/gitlab-ce!30706
-rw-r--r--config/routes.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d208df62b4a..641807203bf 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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