Skip to content

Commit 6d639a7

Browse files
committed
kOps: use community-owned bucket for state store
Signed-off-by: Arnaud Meukam <[email protected]>
1 parent 8764814 commit 6d639a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/kops/build_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def presubmit_test(branch='master',
375375
if cloud == "aws":
376376
env['CLUSTER_NAME'] = f"e2e-{name_hash[0:10]}-{name_hash[11:16]}.tests-kops-aws.k8s.io"
377377
if 'KOPS_STATE_STORE' not in env and cloud == "aws":
378-
env['KOPS_STATE_STORE'] = 's3://k8s-kops-prow'
378+
env['KOPS_STATE_STORE'] = 's3://k8s-kops-ci-prow-state-store'
379379
if extra_flags:
380380
env['KOPS_EXTRA_FLAGS'] = " ".join(extra_flags)
381381
if irsa and cloud == "aws":

0 commit comments

Comments
 (0)