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
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/env.rb')
-rw-r--r--qa/qa/runtime/env.rb20
1 files changed, 4 insertions, 16 deletions
diff --git a/qa/qa/runtime/env.rb b/qa/qa/runtime/env.rb
index 1fd097d0acf..b1a912ac43e 100644
--- a/qa/qa/runtime/env.rb
+++ b/qa/qa/runtime/env.rb
@@ -263,22 +263,6 @@ module QA
ENV['GITLAB_QA_PASSWORD_6']
end
- def gitlab_qa_1p_email
- ENV['GITLAB_QA_1P_EMAIL']
- end
-
- def gitlab_qa_1p_password
- ENV['GITLAB_QA_1P_PASSWORD']
- end
-
- def gitlab_qa_1p_secret
- ENV['GITLAB_QA_1P_SECRET']
- end
-
- def gitlab_qa_1p_github_uuid
- ENV['GITLAB_QA_1P_GITHUB_UUID']
- end
-
def jira_admin_username
ENV['JIRA_ADMIN_USERNAME']
end
@@ -496,6 +480,10 @@ module QA
enabled?(ENV['QA_USE_PUBLIC_IP_API'], default: false)
end
+ def chrome_default_download_path
+ ENV['DEFAULT_CHROME_DOWNLOAD_PATH']
+ end
+
private
def remote_grid_credentials