Commit eb146e9a authored by Mayra Cabrera's avatar Mayra Cabrera

Prevent ADO failing prematurely

Ensures code_quality job in Auto DevOps pipeline is disabled, as it
takes too long and times out the test.

Closes https://gitlab.com/gitlab-org/gitlab-qa/issues/323
parent 8f5c9531
......@@ -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