Skip to content

Commit

Permalink
saving changes
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Apr 25, 2024
1 parent eb52636 commit 5a1a717
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 463 deletions.
10 changes: 5 additions & 5 deletions e2e/default-CAPL-cluster/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ spec:
clusterctl generate cluster $CLUSTER -n $NAMESPACE $FLAVOR --kubernetes-version v1.29.1 --infrastructure linode:v0.0.0 --control-plane-machine-count 1 --worker-machine-count 1 > default-cluster.yaml
check:
($error == null): true
- name: Apply cluster file
- name: Apply generated cluster yaml
try:
- apply:
file: default-cluster.yaml
- assert:
file: assert-child-cluster-resources.yaml
- name: step-02 - Check if the linodes are created
- name: Check if the linodes are created
try:
- script:
env:
Expand All @@ -66,7 +66,7 @@ spec:
($error): ~
(json_parse($stdout)):
results: 2
- name: step-03 - delete cluster
- name: Delete child cluster
try:
- delete:
ref:
Expand All @@ -75,7 +75,7 @@ spec:
name: ($cluster)
- error:
file: check-child-cluster-deleted.yaml
- name: step-04 - Check if the linodes are deleted
- name: Check if the linodes are deleted
try:
- script:
env:
Expand All @@ -98,7 +98,7 @@ spec:
($error): ~
(json_parse($stdout)):
results: 0
- name: step-05 - delete cluster file
- name: Delete generated child cluster manifest yaml
try:
- script:
content: |
Expand Down
Loading

0 comments on commit 5a1a717

Please sign in to comment.