We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8764814 commit 6d639a7Copy full SHA for 6d639a7
config/jobs/kubernetes/kops/build_jobs.py
@@ -375,7 +375,7 @@ def presubmit_test(branch='master',
375
if cloud == "aws":
376
env['CLUSTER_NAME'] = f"e2e-{name_hash[0:10]}-{name_hash[11:16]}.tests-kops-aws.k8s.io"
377
if 'KOPS_STATE_STORE' not in env and cloud == "aws":
378
- env['KOPS_STATE_STORE'] = 's3://k8s-kops-prow'
+ env['KOPS_STATE_STORE'] = 's3://k8s-kops-ci-prow-state-store'
379
if extra_flags:
380
env['KOPS_EXTRA_FLAGS'] = " ".join(extra_flags)
381
if irsa and cloud == "aws":
0 commit comments