From d0b08f1c50b0b4106c0ae5f398912aab596a447a Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 22 Jan 2018 09:59:55 +0100 Subject: Add GitLab Runner service to GitLab QA --- qa/qa.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 4803432aeee..5c277b95517 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -126,10 +126,13 @@ module QA end ## - # Classes describing shell interaction with GitLab + # Classes describing services being part of GitLab and how we can interact + # with these services, like through the shell. # - module Shell - autoload :Omnibus, 'qa/shell/omnibus' + module Service + autoload :Shellable, 'qa/service/shellable' + autoload :Omnibus, 'qa/service/omnibus' + autoload :Runner, 'qa/service/runner' end ## -- cgit v1.2.3