Commit e0a7858a authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '49139-sleep-before-installing-tiller-to-prevent-race-condition' into 'master'

Resolve "Installing helm tiller sometimes fails with no api token found"

Closes #49139

See merge request gitlab-org/gitlab-ce!20580
parents 5a55dd99 58d16655
......@@ -36,6 +36,9 @@ module QA
if @install_helm_tiller
Page::Project::Operations::Kubernetes::Show.perform do |page|
# We must wait a few seconds for permissions to be setup correctly for new cluster
sleep 10
# Helm must be installed before everything else
page.install!(:helm)
page.await_installed(:helm)
......
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