Commit 182f4be8 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '323-auto-devops-qa-spec-failing-prematurely' into 'master'

Prevent premature failure on AutoDevOps Pipeline

Closes gitlab-qa#323

See merge request gitlab-org/gitlab-ce!21709
parents 18b99cca eb146e9a
......@@ -21,6 +21,7 @@ module QA
# Disable code_quality check in Auto DevOps pipeline as it takes
# too long and times out the test
Factory::Resource::SecretVariable.fabricate! do |resource|
resource.project = project
resource.key = 'CODE_QUALITY_DISABLED'
resource.value = '1'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment