Skip to content

Commit

Permalink
fix: remove spot dependency from functional test (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: Eytan Avisror <eytan_avisror@intuit.com>
  • Loading branch information
eytan-avisror authored Apr 19, 2022
1 parent 86b7238 commit ae893c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions test-bdd/features/01_create.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Feature: CRUD Create
Given an EKS cluster
When I create a resource instance-group.yaml
Then the resource should be created
And the resource should converge to selector .status.lifecycle=spot
And the resource should converge to selector .status.currentState=ready
And the resource condition NodesReady should be true
And 2 nodes should be ready
Expand All @@ -32,7 +31,6 @@ Feature: CRUD Create
Given an EKS cluster
When I create a resource instance-group-crd.yaml
Then the resource should be created
And the resource should converge to selector .status.lifecycle=spot
And the resource should converge to selector .status.currentState=ready
And the resource condition NodesReady should be true
And 2 nodes should be ready
Expand Down
3 changes: 0 additions & 3 deletions test-bdd/templates/instance-group-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@ spec:
securityGroups: {{range $element := .NodeSecurityGroups}}
- {{$element}}
{{ end }}
tags:
- key: k8s-minion-manager
value: use-spot
metricsCollection:
- all
3 changes: 0 additions & 3 deletions test-bdd/templates/instance-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,5 @@ spec:
securityGroups: {{range $element := .NodeSecurityGroups}}
- {{$element}}
{{ end }}
tags:
- key: k8s-minion-manager
value: use-spot
metricsCollection:
- all

0 comments on commit ae893c4

Please sign in to comment.