Commit 46d7868f authored by Fabio Yeon's avatar Fabio Yeon

Merge pull request #7175 from zmerlynn/jenkins_skip_update

Use KUBE_SKIP_UPDATE in Jenkins
parents c64874aa e055ee0b
......@@ -102,6 +102,10 @@ else
exit 1
fi
# Tell kube-up.sh to skip the update, it doesn't lock. An internal
# gcloud bug can cause racing component updates to stomp on each
# other.
export KUBE_SKIP_UPDATE=y
sudo flock -x -n /var/run/lock/gcloud-components.lock -c "gcloud components update -q" || true
# The "ci" bucket is for builds like "v0.15.0-468-gfa648c1"
......
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