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:
@@ -40,7 +40,7 @@ KUBE_GCS_NO_CACHING='n'
|
||||
KUBE_GCS_MAKE_PUBLIC='y'
|
||||
KUBE_GCS_UPLOAD_RELEASE='y'
|
||||
KUBE_GCS_DELETE_EXISTING='y'
|
||||
KUBE_GCS_RELEASE_BUCKET='kubernetes-release'
|
||||
: ${KUBE_GCS_RELEASE_BUCKET:='kubernetes-release'}
|
||||
KUBE_GCS_RELEASE_PREFIX="ci/${LATEST}"
|
||||
KUBE_GCS_PUBLISH_VERSION="${LATEST}"
|
||||
|
||||
|
Reference in New Issue
Block a user