Skip to content

Commit ae893c4

Browse files
fix: remove spot dependency from functional test (#360)
Signed-off-by: Eytan Avisror <[email protected]>
1 parent 86b7238 commit ae893c4

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

test-bdd/features/01_create.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Feature: CRUD Create
2323
Given an EKS cluster
2424
When I create a resource instance-group.yaml
2525
Then the resource should be created
26-
And the resource should converge to selector .status.lifecycle=spot
2726
And the resource should converge to selector .status.currentState=ready
2827
And the resource condition NodesReady should be true
2928
And 2 nodes should be ready
@@ -32,7 +31,6 @@ Feature: CRUD Create
3231
Given an EKS cluster
3332
When I create a resource instance-group-crd.yaml
3433
Then the resource should be created
35-
And the resource should converge to selector .status.lifecycle=spot
3634
And the resource should converge to selector .status.currentState=ready
3735
And the resource condition NodesReady should be true
3836
And 2 nodes should be ready

test-bdd/templates/instance-group-crd.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,5 @@ spec:
4848
securityGroups: {{range $element := .NodeSecurityGroups}}
4949
- {{$element}}
5050
{{ end }}
51-
tags:
52-
- key: k8s-minion-manager
53-
value: use-spot
5451
metricsCollection:
5552
- all

test-bdd/templates/instance-group.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,5 @@ spec:
3838
securityGroups: {{range $element := .NodeSecurityGroups}}
3939
- {{$element}}
4040
{{ end }}
41-
tags:
42-
- key: k8s-minion-manager
43-
value: use-spot
4441
metricsCollection:
4542
- all

0 commit comments

Comments
 (0)