AutoDevOps QA spec may be failing prematurely
In https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/95936449, the job fails:
Executing `gcloud container clusters delete --zone us-central1-a qa-cluster-3e149cbc-20180909004458 --quiet --async `
user creates a new project and runs auto devops (FAILED - 1)
HTML screenshot: file:///home/qa/tmp/qa-test-2018-09-09-00-41-49/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb_2018-09-09-01-13-20.314.html
Image screenshot: file:///home/qa/tmp/qa-test-2018-09-09-00-41-49/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb_2018-09-09-01-13-20.314.png
Failures:
1) configure Auto DevOps support user creates a new project and runs auto devops
Failure/Error: expect(pipeline).to have_build('production', status: :success, wait: 1200)
expected #has_build?("production", {:status=>:success, :wait=>1200}) to return true, got false
# ./qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb:63:in `block (4 levels) in <module:QA>'
# ./qa/scenario/actable.rb:14:in `perform'
# ./qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb:60:in `block (3 levels) in <module:QA>'
# ./qa/specs/runner.rb:28:in `perform'
# ./qa/scenario/template.rb:8:in `block in perform'
# ./qa/scenario/template.rb:6:in `tap'
# ./qa/scenario/template.rb:6:in `perform'
# ./qa/scenario/template.rb:29:in `perform'
# ./qa/scenario/template.rb:8:in `block in perform'
# ./qa/scenario/template.rb:6:in `tap'
# ./qa/scenario/template.rb:6:in `perform'
# ./qa/scenario/bootable.rb:14:in `launch!'
This is the screenshot from the failure:
Is it just that the build took longer than 1200 seconds?
/cc: @rymai