Skip to content

Commit d334c05

Browse files
wip
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent d8eb71e commit d334c05

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ unit-test-plugin: ## Execute Unit tests locally with plugin --debugPlugin
105105

106106
unit-test-local: ## Execute Unit tests with locally build (--debugPlugin)
107107
$(info Running unit tests for $(ISSUE)...)
108-
@$(LOCAL_UNIT_TEST) -f 'tests/*.yaml' $(ISSUE)
108+
@$(LOCAL_UNIT_TEST) -f 'tests/*.yaml' --debugPlugin $(ISSUE)
109109

110110
unit-test-current: ## Execute Unit tests with locally build (--debugPlugin)
111111
@$(LOCAL_UNIT_TEST) -f 'tests/*.yaml' --coverage $(ISSUE)

issue-351/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ supportedLinks:
77
- https://gitlab.com/gitlab-org/charts/gitlab-runner
88
- https://github.com/aws/karpenter-provider-aws/tree/main/charts/karpenter-crd
99
- 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
1011
todo:
1112
- issue with subhcarts
1213
type: application

issue-351/tests/node-class_test.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ suite: Test isValidSchema for NodeClass
22
templates:
33
- node-class.yaml
44
tests:
5-
- it: should not through an error
5+
- it: should validate schema
66
asserts:
77
- hasDocuments:
88
count: 1
99
- isKind:
1010
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.

0 commit comments

Comments
 (0)