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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-13 06:10:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-13 06:10:20 +0300
commit0e06a8a602707451ea6b60bcaa7ca6bb4953db4d (patch)
treedc98e90c48915a90e8895f97b03e31331bd88e72 /qa/qa.rb
parent033182c9f14e10ed6a45632054336a92f5d88af9 (diff)
Add latest changes from gitlab-org/gitlab@master
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'