Skip to content

Commit adf20c2

Browse files
authored
Merge pull request #9156 from zalando-incubator/eks-migration
Switch deployment targets from `stups-test` to `stups-euc1-test`
2 parents cfcee92 + e22acba commit adf20c2

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

delivery.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pipeline:
4242
- build
4343
type: process
4444
desc: "Create cluster for Kubernetes e2e tests"
45-
target: stups-test
45+
target: stups-euc1-test
4646
process: microservice_standard_test
4747
config:
4848
apply_manifests:
@@ -99,7 +99,7 @@ pipeline:
9999
- create-cluster-aws
100100
type: process
101101
desc: "Kubernetes e2e tests"
102-
target: stups-test
102+
target: stups-euc1-test
103103
process: microservice_standard_test
104104
config:
105105
apply_manifests:
@@ -137,7 +137,7 @@ pipeline:
137137
- create-cluster-aws
138138
type: process
139139
desc: "Kubernetes e2e load tests"
140-
target: stups-test
140+
target: stups-euc1-test
141141
process: microservice_standard_test
142142
config:
143143
apply_manifests:
@@ -175,7 +175,7 @@ pipeline:
175175
- create-cluster-aws
176176
type: process
177177
desc: "StackSet e2e tests"
178-
target: stups-test
178+
target: stups-euc1-test
179179
process: microservice_standard_test
180180
config:
181181
apply_manifests:
@@ -215,7 +215,7 @@ pipeline:
215215
- e2e-load-test-result-aws
216216
type: process
217217
desc: "Decommission cluster used for Kubernetes e2e tests"
218-
target: stups-test
218+
target: stups-euc1-test
219219
process: microservice_standard_test
220220
config:
221221
apply_manifests:
@@ -253,7 +253,7 @@ pipeline:
253253
- build
254254
type: process
255255
desc: "Create cluster for Kubernetes e2e tests"
256-
target: stups-test
256+
target: stups-euc1-test
257257
process: microservice_standard_test
258258
config:
259259
apply_manifests:
@@ -297,7 +297,7 @@ pipeline:
297297
- create-cluster-eks
298298
type: process
299299
desc: "Kubernetes e2e tests"
300-
target: stups-test
300+
target: stups-euc1-test
301301
process: microservice_standard_test
302302
config:
303303
apply_manifests:
@@ -335,7 +335,7 @@ pipeline:
335335
- create-cluster-eks
336336
type: process
337337
desc: "Kubernetes e2e load tests"
338-
target: stups-test
338+
target: stups-euc1-test
339339
process: microservice_standard_test
340340
config:
341341
apply_manifests:
@@ -373,7 +373,7 @@ pipeline:
373373
- create-cluster-eks
374374
type: process
375375
desc: "StackSet e2e tests"
376-
target: stups-test
376+
target: stups-euc1-test
377377
process: microservice_standard_test
378378
config:
379379
apply_manifests:
@@ -413,7 +413,7 @@ pipeline:
413413
- e2e-load-test-result-eks
414414
type: process
415415
desc: "Decommission cluster used for Kubernetes e2e tests"
416-
target: stups-test
416+
target: stups-euc1-test
417417
process: microservice_standard_test
418418
config:
419419
apply_manifests:

test/e2e/apply/pcs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ apiVersion: zalando.org/v1
22
kind: PlatformCredentialsSet
33
metadata:
44
name: "{{{APPLICATION}}}-{{{COMPONENT}}}-credentials"
5+
labels:
6+
application: "{{{APPLICATION}}}"
7+
component: "{{{COMPONENT}}}"
58
spec:
69
application: "{{{APPLICATION}}}"
710
token_version: "v2"

test/e2e/apply/pdb.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ apiVersion: policy/v1
22
kind: PodDisruptionBudget
33
metadata:
44
name: "{{{APPLICATION}}}-{{{COMPONENT}}}"
5+
labels:
6+
application: "{{{APPLICATION}}}"
7+
component: "{{{COMPONENT}}}"
58
spec:
69
maxUnavailable: 0
710
selector:

0 commit comments

Comments
 (0)