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
This commit is contained in:
Mayra Cabrera 2018-09-12 15:25:20 -05:00
parent 8f5c953149
commit eb146e9abe
1 changed files with 1 additions and 0 deletions

View File

@ -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