Merge branch 'increase-kubernetes-ip-address-timeout' into 'master'

Auto DevOps QA: increase IP address timeout, remove quarantine

Closes gitlab-qa#369

See merge request gitlab-org/gitlab-ce!24687
This commit is contained in:
Mark Lapierre 2019-01-25 22:32:21 +00:00
commit c2b3f64cb4
2 changed files with 2 additions and 5 deletions

View File

@ -30,7 +30,7 @@ module QA
def ingress_ip
# We need to wait longer since it can take some time before the
# ip address is assigned for the ingress controller
page.find('#ingress-ip-address', wait: 500).value
page.find('#ingress-ip-address', wait: 1200).value
end
end
end

View File

@ -3,10 +3,7 @@
require 'pathname'
module QA
# Issues for transient failure:
# https://gitlab.com/gitlab-org/quality/nightly/issues/40
# https://gitlab.com/gitlab-org/quality/nightly/issues/61
context 'Configure', :orchestrated, :kubernetes, :quarantine do
context 'Configure', :orchestrated, :kubernetes do
describe 'Auto DevOps support' do
def login
Runtime::Browser.visit(:gitlab, Page::Main::Login)