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:
parent
8f5c953149
commit
eb146e9abe
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue