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/qa/qa.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index b30497d88e1..1d1ac2e2749 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -101,6 +101,11 @@ module QA
autoload :ProjectCluster, 'qa/resource/kubernetes_cluster/project_cluster'
end
+ module Clusters
+ autoload :Agent, 'qa/resource/clusters/agent.rb'
+ autoload :AgentToken, 'qa/resource/clusters/agent_token.rb'
+ end
+
module Events
autoload :Base, 'qa/resource/events/base'
autoload :Project, 'qa/resource/events/project'