提交 182f4be8 编写于 作者: G 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册