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
path: root/lib
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-04-05 14:04:34 +0300
committerRémy Coutable <remy@rymai.me>2017-04-05 14:04:34 +0300
commit7f8e0bce5ab3af7be049a9d2887e611667598d71 (patch)
tree7767ed7557eaeeff866463e56a09078403c5349b /lib
parentdd18faff9183b5e1c94ec4440eeb6963c93498a2 (diff)
Added mock deployment and monitoring service with environments fixtures
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 4e0c9cb1f63..6802a99311e 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -562,8 +562,14 @@ module API
desc: 'URL to the mock service'
}
]
+ services['mock-deployment'] = []
+ services['mock-monitoring'] = []
- service_classes << MockCiService
+ service_classes += [
+ MockCiService,
+ MockDeploymentService,
+ MockMonitoringService,
+ ]
end
trigger_services = {