Create Runtime::Env.mock_github_enabled? method
What does this MR do and why?
!1112 (merged) had changed enabled?
in lib/gitlab/qa/runtime/env.rb
to a private method, which broke the ee:importers
job in e2e:package-and-test
This MR adds a new mock_github_enabled?
method for import.rb
to check if QA_MOCK_GITHUB
is enabled
Relates to gitlab#389612 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Valerie Burton