Skip to content

Create Runtime::Env.mock_github_enabled? method

Valerie Burton requested to merge create-mock-github-enabled-method into master

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.

Edited by Valerie Burton

Merge request reports