File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ unit-test-plugin: ## Execute Unit tests locally with plugin --debugPlugin
105
105
106
106
unit-test-local : # # Execute Unit tests with locally build (--debugPlugin)
107
107
$(info Running unit tests for $(ISSUE ) ...)
108
- @$(LOCAL_UNIT_TEST ) -f ' tests/*.yaml' $(ISSUE )
108
+ @$(LOCAL_UNIT_TEST ) -f ' tests/*.yaml' --debugPlugin $(ISSUE )
109
109
110
110
unit-test-current : # # Execute Unit tests with locally build (--debugPlugin)
111
111
@$(LOCAL_UNIT_TEST ) -f ' tests/*.yaml' --coverage $(ISSUE )
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ supportedLinks:
7
7
- https://gitlab.com/gitlab-org/charts/gitlab-runner
8
8
- https://github.com/aws/karpenter-provider-aws/tree/main/charts/karpenter-crd
9
9
- https://github.com/aws/karpenter-provider-aws/tree/main/charts/karpenter-crd/templates
10
+ - https://github.com/aws/karpenter-provider-aws/blob/main/charts/karpenter-crd/templates/karpenter.sh_nodeclaims.yaml
10
11
todo :
11
12
- issue with subhcarts
12
13
type : application
Original file line number Diff line number Diff line change @@ -2,9 +2,17 @@ suite: Test isValidSchema for NodeClass
2
2
templates :
3
3
- node-class.yaml
4
4
tests :
5
- - it : should not through an error
5
+ - it : should validate schema
6
6
asserts :
7
7
- hasDocuments :
8
8
count : 1
9
9
- isKind :
10
10
of : EC2NodeClass
11
+ - assertionNotSupported :
12
+ # schemas:
13
+ # - https://github.com/aws/karpenter-provider-aws/blob/main/charts/karpenter-crd/templates/karpenter.sh_nodepools.yaml
14
+ # - https://github.com/aws/karpenter-provider-aws/blob/v1.0.6/charts/karpenter-crd/templates/karpenter.sh_nodepools.yaml
15
+ # - isValidSchema:
16
+ # schemas:
17
+ # - https://github.com/aws/karpenter-provider-aws/blob/main/charts/karpenter-crd/templates/karpenter.sh_nodepools.yaml
18
+ # - https://github.com/aws/karpenter-provider-aws/blob/v1.0.6/charts/karpenter-crd/templates/karpenter.sh_nodepools.yaml
File renamed without changes.
You can’t perform that action at this time.
0 commit comments