Commit c02c83fa authored by Sean McGivern's avatar Sean McGivern

Merge branch '64998-increase-helm-deploy-command-timeout' into 'master'

Increase the Review App deploy command timeout to 15 minutes

Closes #64998

See merge request gitlab-org/gitlab-ce!31061
parents 2a072751 b4f695da
...@@ -201,7 +201,7 @@ function deploy() { ...@@ -201,7 +201,7 @@ function deploy() {
HELM_CMD=$(cat << EOF HELM_CMD=$(cat << EOF
helm upgrade --install \ helm upgrade --install \
--wait \ --wait \
--timeout 600 \ --timeout 900 \
--set releaseOverride="$CI_ENVIRONMENT_SLUG" \ --set releaseOverride="$CI_ENVIRONMENT_SLUG" \
--set global.appConfig.enableUsagePing=false \ --set global.appConfig.enableUsagePing=false \
--set global.imagePullPolicy=Always \ --set global.imagePullPolicy=Always \
......
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