Merge pull request #24274 from euank/configurable-release-bucket

Automatic merge from submit-queue

jenkins: Allow configuration of release bucket

This allows others to leverage the existing E2E code to test some
patched kube binary by simply overriding the bucket and reusing many of
the existing scripts
This commit is contained in:
k8s-merge-robot
2016-04-21 23:09:05 -07:00
3 changed files with 8 additions and 6 deletions

View File

@@ -738,8 +738,8 @@ function create-nodes() {
--template "$template_name" || true;
gcloud compute instance-groups managed wait-until-stable \
"${NODE_INSTANCE_PREFIX}-group-$i" \
--zone "${ZONE}" \
--project "${PROJECT}" || true;
--zone "${ZONE}" \
--project "${PROJECT}" || true;
done
# TODO: We don't add a suffix for the last group to keep backward compatibility when there's only one MIG.