Skip to content

Commit 82a87d1

Browse files
authored
Merge pull request #35724 from ameukam/kops-switch-discover-store
kOps: use community-owned bucket for state store
2 parents abed9af + 2beefce commit 82a87d1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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":

config/jobs/kubernetes/kops/kops-presubmits-e2e.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ presubmits:
844844
- name: CLUSTER_NAME
845845
value: "e2e-93386f3fd4-07e7d.tests-kops-aws.k8s.io"
846846
- name: KOPS_STATE_STORE
847-
value: "s3://k8s-kops-prow"
847+
value: "s3://k8s-kops-ci-prow-state-store"
848848
- name: KOPS_IRSA
849849
value: "true"
850850
resources:
@@ -903,7 +903,7 @@ presubmits:
903903
- name: CLUSTER_NAME
904904
value: "e2e-12ade267b4-0e701.tests-kops-aws.k8s.io"
905905
- name: KOPS_STATE_STORE
906-
value: "s3://k8s-kops-prow"
906+
value: "s3://k8s-kops-ci-prow-state-store"
907907
- name: KOPS_IRSA
908908
value: "true"
909909
resources:
@@ -962,7 +962,7 @@ presubmits:
962962
- name: CLUSTER_NAME
963963
value: "e2e-8851f75f16-e46fe.tests-kops-aws.k8s.io"
964964
- name: KOPS_STATE_STORE
965-
value: "s3://k8s-kops-prow"
965+
value: "s3://k8s-kops-ci-prow-state-store"
966966
- name: KOPS_IRSA
967967
value: "true"
968968
resources:
@@ -2075,7 +2075,7 @@ presubmits:
20752075
- name: CLUSTER_NAME
20762076
value: "e2e-d3f5571021-549a1.tests-kops-aws.k8s.io"
20772077
- name: KOPS_STATE_STORE
2078-
value: "s3://k8s-kops-prow"
2078+
value: "s3://k8s-kops-ci-prow-state-store"
20792079
- name: KOPS_IRSA
20802080
value: "true"
20812081
resources:
@@ -2285,7 +2285,7 @@ presubmits:
22852285
- name: CLUSTER_NAME
22862286
value: "e2e-1727ac1946-2023e.tests-kops-aws.k8s.io"
22872287
- name: KOPS_STATE_STORE
2288-
value: "s3://k8s-kops-prow"
2288+
value: "s3://k8s-kops-ci-prow-state-store"
22892289
- name: KOPS_IRSA
22902290
value: "true"
22912291
resources:
@@ -2343,7 +2343,7 @@ presubmits:
23432343
- name: CLUSTER_NAME
23442344
value: "e2e-fc5e1ab149-22fa7.tests-kops-aws.k8s.io"
23452345
- name: KOPS_STATE_STORE
2346-
value: "s3://k8s-kops-prow"
2346+
value: "s3://k8s-kops-ci-prow-state-store"
23472347
- name: KOPS_IRSA
23482348
value: "true"
23492349
resources:

config/jobs/kubernetes/kops/kops-presubmits-scale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ presubmits:
4949
- name: CLUSTER_NAME
5050
value: "e2e-ed860ed5de-2df82.tests-kops-aws.k8s.io"
5151
- name: KOPS_STATE_STORE
52-
value: "s3://k8s-kops-prow"
52+
value: "s3://k8s-kops-ci-prow-state-store"
5353
- name: KOPS_IRSA
5454
value: "true"
5555
resources:

0 commit comments

Comments
 (0)